My app has an embedded map. Apple rejected it with:
- Your app did not integrate with iOS features. For example, the location access request should prompt users to grant access through the location modal alert instead of redirect users into the Settings app.
Attached is the picture. Is there some way to enable location services without going through settings or do I just need to detect location is off and then disable requests for it from my app? Thanks
- Your app did not integrate with iOS features. For example, the location access request should prompt users to grant access through the location modal alert instead of redirect users into the Settings app.
Attached is the picture. Is there some way to enable location services without going through settings or do I just need to detect location is off and then disable requests for it from my app? Thanks