Page 1 of 1
Get GPS coordinates of user every 30mim even if app isn't being used
Posted: Fri Jun 07, 2013 7:48 am
by Neel Suresh Sus
Is this possible on all platforms? android, ios, etc? How is it done? Basically, we have an app people use for safety and they want their location / path to be pushed to the cloud even if they are using a different app.
Get GPS coordinates of user every 30mim even if app isn't being used
Posted: Fri Jun 07, 2013 9:38 am
by Maryna Brodina
Get GPS coordinates of user every 30mim even if app isn't being used
Posted: Fri Jun 07, 2013 1:13 pm
by Neel Suresh Sus
Get GPS coordinates of user every 30mim even if app isn't being used
Posted: Fri Jun 07, 2013 2:20 pm
by Kateryna Grynko
Dear Neel,
You would need the native level of development. Each platform has its own nuances.
Find more here: http://stackoverflow.com/questions/14...
Get GPS coordinates of user every 30mim even if app isn't being used
Posted: Fri Jun 07, 2013 6:04 pm
by Neel Suresh Sus
So can that native code be added through the appery.io environment or would we have to not use appery?
Get GPS coordinates of user every 30mim even if app isn't being used
Posted: Fri Jun 07, 2013 6:44 pm
by Kateryna Grynko
Neel,
You can create UI in Appery.io and use our backend to store data. Then export your app to Eclipse (for Android) or xCode (for iOS) and add your custom code. You won't be able to return your app back to Appery.io.