iOS Question Apple Rejected - existing app?

DKnowles

Member
Licensed User
Longtime User
We noticed that your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Specifically, your app uses location background mode for the sole purpose of tracking employees, which is not appropriate on the App Store.


OK, we don't use this feature, so any ideas where this would have been requested, we do track the users location when the app is in the foreground to confirm the work is being carried out at the correct location.

PlistExtra:
#PlistExtra:<key>NSCameraUsageDescription</key><string>The App requires access to the camara to Read barcodes, these are used to provide your login information and to identify assets you are monitoring. The app may require you to take pictures of the asset you are monitoring e.g. Tank Cleaning before and after pictures. </string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>The App requires access to the Photo Library as it will be possible to include photos from the library in readings taken of assets e.g. water tanks etc where they may have been taken in a batch.</string>
#PlistExtra:<key>NSPhotoLibraryAddUsageDescription</key><string>Save photo in albums.</string>
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Your Clients or Employer Auditors require proof that you were near the assets when you monitored them, we use your GPS Location to record where you are and link this to the readings.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Your Clients or Employer Auditors require proof that you were near the assets when you monitored them, we use your GPS Location to record where you are and link this to the readings.</string>

Help!!! and Thanks
 

DKnowles

Member
Licensed User
Longtime User
Have removed No. 5 NSLocationUsageDescription awating reply from apple, strange the app and a number of others branded versions all used this and never picked up before.

Thanks for the help
 
Upvote 0
Top