Hi,
How to fetch the location in ios when the application is in background?
I checked with iOS background service, but it stops after some time... Also i set the below setting in tiapp.xml. <key>UIBackgroundModes</key> <array> <string>location</string> </array>
Is there any thing i missed ?
Please advice me.
Thank You