I was reading and testing the GPS Tracking app from the tutorial here:
https://blog.appery.io/2014/02/buildi... In that tutorial is says this:
"Because this is a native app (with PhoneGap), the app will continue tracking the location even if in the background or with the phone screen locked."
Is this a true statement? I've built the app and tested it and it only updates the database when the app is open and infocus. If i go to another app, lock my phone, or my phone goes to sleep, the database doesn't get updated with the GPS location anymore. Am I missing something? I'm testing this natively on my iPhone.
Thanks.