i am developing one application.In that i am using my own static library with location service.So I need to run the app in background continuously.For that i have to mention the UIBackgroundMode in plist file.Here my doubt is all location service code is in library,and that library didn’t have plist file.If i mention that UIBackGroundMode in my app plist file then app is running in background or not.
Share
If you set your app to get location updates the CLLocationManager you are using will receive updates when the app is in the background.