I have created this location tracking app, that uses nstimer in background to fetch location every 4 mins.
I am wondering if there will be any problem in submitting the app in the market place..
If you know something regarding it, can you please let me know.
Thanx.
I have created this location tracking app, that uses nstimer in background to fetch
Share
If it’s relevant to what your app is doing I don’t think it will be a problem.
This is from Apple’s App Store Review Guidelines:
But pay attention that if you want your app to keep getting location updates even in background, you need to declare this in your plist file, otherwise when the app goes to background you won’t be able to get location updates.