I am using live tracking of employees and geofencing of multiple custom shapes region in my app thats why I needed background location updates but my app rejected by apple. Below are apple message:
Although we understand your concern regarding 2.5.4, your app still declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location.
To resolve this issue, please revise your app to include additional features for your users that require the persistent use of real-time location updates while the app is in the background.
Please help me regarding this