cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

App rejected due to background tracking #163

Closed scriby closed 7 years ago

scriby commented 8 years ago

Our app was rejected due to the following reason:

"Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the iOS Human Interface Guidelines."

I don't see that this plugin allows for the purpose to be specified. Is that something that could be added?

scriby commented 8 years ago

Looks like the solution is to update the "NSLocationAlwaysUsageDescription" property in the generated *-info.plist file. I'll go ahead and leave this here though, as it would be nice to specify this in the config.xml and have the plugin fill the value in.