Hello all,
I have downloaded an android version of GPS running in background here :
I was wondering is it even possible to do the same with IOS.
1) GPS is running in notification bar - even app is minimized or killed.
2) GPS will only stop - when user click 'stop' in app
Any reference that i can jump start? I have done GPS in IOS before but never know if it can achieve like what android can do as i am currently working on a project that required GPS to be turn on and save log even app is minimised/killed.
I have downloaded an android version of GPS running in background here :
Background location tracking
Simple example of a foreground service that keeps the process running in the background. The current location is shown in the persistent notification. The app starts at boot and theoretically should run all the time. It also schedules itself to run with StartServiceAt. This can help in cases...
www.b4x.com
I was wondering is it even possible to do the same with IOS.
1) GPS is running in notification bar - even app is minimized or killed.
2) GPS will only stop - when user click 'stop' in app
Any reference that i can jump start? I have done GPS in IOS before but never know if it can achieve like what android can do as i am currently working on a project that required GPS to be turn on and save log even app is minimised/killed.