You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have integrated App auth SDK 1.7.5 version through Swift package manger in one of our IOS APP.
Below is the Apple rejecting after submitting App
ITMS-91065: Missing signature - Your app 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. For details about verifying the code signature for a third-party SDK, visit: [https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks]
To Reproduce
Steps to reproduce the behavior:
Integrate App Auth SDK through SPM
Submit app to stores for review after signing the app
Expected behavior
Apple shouldn't reject app when App auth SDK is integrated.
Additional context
We have integrated App Auth SDK 1.7.5 version through Swift package manager.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have integrated App auth SDK 1.7.5 version through Swift package manger in one of our IOS APP.
Below is the Apple rejecting after submitting App
ITMS-91065: Missing signature - Your app 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. For details about verifying the code signature for a third-party SDK, visit: [https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks]
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Apple shouldn't reject app when App auth SDK is integrated.
Additional context
We have integrated App Auth SDK 1.7.5 version through Swift package manager.
The text was updated successfully, but these errors were encountered: