-
Notifications
You must be signed in to change notification settings - Fork 265
App Store rejection for missing NSLocationWhenInUseUsageDescription #1242
Copy link
Copy link
Closed
Labels
Description
What happened?
Similar to or same as #368 or #490 .
I'm receiving this warning from Apple: ITMS-90683: Missing purpose string in Info.plist
The Info.plist file for the “x.app” bundle should contain a NSLocationWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data.
• My app is not using location services.
• My app uses no other 3rd party libraries.
• Background services are not enabled.
• Extensions are not used.
• OneSignal.setLocationShared(false) is called before init.
OneSignal Framework version 3.12.4 - Swift package.
Steps to reproduce?
1. Build app and upload to App Store Connect.
2. After processing, receive warning mail from App Store Connect.What did you expect to happen?
I expect location services to be disabled so no NSLocationWhenInUseUsageDescription is required.
OneSignal iOS SDK version
3.12.4
iOS version
15
Specific iOS version
iOS 16.4Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable