Welcome to the club https://developer.apple.com/forums/thread/721486
Post
Replies
Boosts
Views
Activity
To clarify, adding that value to the plist allowed us to distribute the app, however, in TestFlight, the app does not actually install and we end up with the integrity issue everyone is reporting.
Unable To Install
This app cannot be installed because its integrity could not be verified.
Adding this to our plist files appears to have fixed it:
ITSAppUsesNonExemptEncryption
This answers the encryption questions upfront and bypasses the UI questionnaire. Be sure your value, whether true or false, are applicable to your App.
More reports from other users here:
https://developer.apple.com/forums/thread/721498
https://developer.apple.com/forums/thread/721537
https://developer.apple.com/forums/thread/721490
https://developer.apple.com/forums/thread/721469
https://developer.apple.com/forums/thread/721458
Same. I'm only seeing the issue on macOS builds. I contacted Apple Developer Support and others should probably do the same.
We opened a ticket on this last night - no responses yet #101881443019
We're having the same issue here for the last ~20 hours or so https://developer.apple.com/forums/thread/721486
I get this with the updated facebook sdk (react-native-fbsdk-next) on Expo 45. Changing target below 13.0 will not work because this lib requires 13.0 as a minimum