TestFlight not showing the latest build of iOS App (2020 May)

Rick_HK
2 min readMay 8, 2020

--

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

info.plist

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:

--

--

Rick_HK
Rick_HK

Written by Rick_HK

Hi this is Rick from Hong Kong. I am a native iOS and Android mobile developer and also a tech enthusiast. Find me on Twitter https://twitter.com/rick3817

Responses (1)