In Feb 2020, Apple has changed the TestFlight upload policy. When you do the same old steps to upload your app to TestFlight, even though you provided the export compliance information and the iOS Buildpage shows your build is ready to test, it just doesn’t show up on the TestFlight app. That’s very weird right?
After googling and browsing the StackOverflow threads, it turns out you need to add an extra row in info.plist to make it work.
App Uses Non-Exempt Encryption = NO
This way it’ll magically work.
And you don’t even need to provide the export compliance information every-time you upload a new build too!
Thats it. 🙂
Happy coding.
Find me at Twitter @rick3817
Reference: