Is it possible to get my app running in the background? It is an app that alerts you of speed cameras and it would be very important that it work in the background to use it together with a GPS navigator.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
IMPORT "C" int glb_IOS_Log(const char*)
LOCAL ok%,sock%
ok% = SOCK_INIT()
sock% = SOCK_TCPCONNECT("www.google.com", 80, 5000)
glb_IOS_Log (sock%+" - "+NETGETLASTERROR$())
PRINT "TEST",0,0
SHOWSCREEN
MOUSEWAIT
END
2017-03-05 14:22:39.066829 GLB_PRODUCT_NAME[2984:533812] Warning: Libinfo call to mDNSResponder on main thread
2017-03-05 14:22:39.381579 GLB_PRODUCT_NAME[2984:533812] - 57 Socket is not connected