2022-01-24 19:08:12.202320+0100 example[23867:680497] You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.
2022-01-24 19:08:12.202461+0100 example[23867:680497] You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.
2022-01-24 19:08:12.327032+0100 example[23867:680497] [native] Running application main ({
initialProps = {
};
rootTag = 1;
})
2022-01-24 19:08:12.584801+0100 example[23867:680626] [connection] nw_socket_handle_socket_event [C5.1:1] Socket SO_ERROR [61: Connection refused]
2022-01-24 19:08:12.586819+0100 example[23867:680626] [connection] nw_socket_handle_socket_event [C5.2:1] Socket SO_ERROR [61: Connection refused]
2022-01-24 19:08:12.587876+0100 example[23867:680627] [connection] nw_connection_get_connected_socket [C5] Client called nw_connection_get_connected_socket on unconnected nw_connection
2022-01-24 19:08:12.588230+0100 example[23867:680627] TCP Conn 0x600003d542c0 Failed : error 0:61 [61]
2022-01-24 19:08:12.708313+0100 example[23867:680634] [javascript] Running "main" with {"rootTag":1,"initialProps":{}}
2022-01-24 19:08:12.725132+0100 example[23867:680634] [javascript] I'm sending polygons prop!
2022-01-24 19:08:12.725464+0100 example[23867:680634] [javascript] [{"type":"polygon","points":[{"latitude":-30,"longitude":150},{"latitude":-29,"longitude":152},{"latitude":-31,"longitude":150}]}]
2022-01-24 19:08:12.742171+0100 example[23867:680497] Metal GPU Frame Capture Enabled
2022-01-24 19:08:12.742372+0100 example[23867:680497] Metal API Validation Enabled
Whole log from XCode. It looks like that prop polygons function wasn’t run, because of missing log I've received polygons prop!.
Whole log from XCode. It looks like that prop
polygons
function wasn’t run, because of missing logI've received polygons prop!
.