Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - ITMS-90683: Missing purpose string in Info.plist #140

Closed
connyhald opened this issue Sep 19, 2023 · 3 comments · Fixed by #149
Closed

[BUG] - ITMS-90683: Missing purpose string in Info.plist #140

connyhald opened this issue Sep 19, 2023 · 3 comments · Fixed by #149
Labels
possible bug Something isn't working

Comments

@connyhald
Copy link
Contributor

Describe the bug
Our app only uses PermissionsSwiftUIBluetooth and PermissionsSwiftUINotification still we are getting the following message from Apple.

ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “CPS-DEV.app” bundle should contain a NSCalendarsUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you’re using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. For details, visit: https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources.

Smartphone (please complete the following information):

  • Version 1.5.8
@connyhald connyhald added the possible bug Something isn't working label Sep 19, 2023
@jevonmao
Copy link
Owner

@connyhald Can I just confirm that you did not check CorePermissionsSwiftUI and PermissionsSwiftUI during package install so its not included in your binary?

@connyhald
Copy link
Contributor Author

@jevonmao I can confirm that I have not checked CorePermissionsSwiftUI or PermissionsSwiftUI.

I have downgraded from 1.5.8 to 1.5.6 and now I don't get that messages from Apple anymore.

@Patresko
Copy link

Yes its always rejected by Apple with 1.5.8 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants