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

Missing signature; Privacy Manifest #892

Open
JaoMcs opened this issue Dec 4, 2024 · 0 comments
Open

Missing signature; Privacy Manifest #892

JaoMcs opened this issue Dec 4, 2024 · 0 comments
Labels
bug triage Issues that need to be triaged

Comments

@JaoMcs
Copy link

JaoMcs commented Dec 4, 2024

Describe the bug
Apple rejected the submission of an app using the AppAuth library due to a missing Privacy Manifest. The specific error reported by Apple is ITMS-91065: Missing signature. It states that the app includes "AppAuth", which is identified as a privacy-impacting SDK, and requires a privacy manifest. Currently, it seems the AppAuth library does not include this required manifest, making it impossible to release apps on the App Store that use this library for OAuth 2.0.

To Reproduce
Steps to reproduce the behavior:

  1. Create an app that uses the AppAuth library.
  2. Submit the app to the App Store for review.
  3. Wait for Apple to review the app.
  4. The app will be rejected with an error related to a missing signature (privacy manifest).
  5. Expected behavior
  6. The application should pass App Store submission without any errors related to missing signatures or privacy manifest files.

Screenshots
Captura de Tela 2024-12-04 às 11 06 13
Captura de Tela 2024-12-04 às 11 06 33

Environment
macOS: 14.4.1
Xcode: 15.3
Carthage: 0.39.1
AppAuth: 1.7.5

Additional context
During the development of OAuth functionality using the AppAuth library, the AuthState is stored using Keychain to maintain user login state. This is the only piece of user information that is stored during the development process. Additionally, UserDefaults is used to store an internal system token, which is not provided by AppAuth (this might or might not be related to the rejection).

The rejection message from Apple was as follows:

"ITMS-91065: Missing signature - Your app includes 'Frameworks/AppAuth.framework/AppAuth', which includes AppAuth, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature."

Please provide guidance on how to add the Privacy Manifest or an updated version of the library that complies with the new Apple requirements.

@JaoMcs JaoMcs added bug triage Issues that need to be triaged labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant