Solved: Missing Compliance status for TestFlight
When we upload application for test on TestFlight, it always in Missing Compliance status, because it is in this status, the application…
When we upload application for test on TestFlight, it always in Missing Compliance
status, because it is in this status, the application can’t start test automatically, so I want to find the solution to solve the problem.
Solution
After search the internet, and I find the solution is add App Uses Non-Exempt Encryption
with boolean value NO
like below:
Or just edit Info.plist
, add the following content:<key>ITSAppUsesNonExemptEncryption</key>
<false/>
After set the value and upload to TestFlight, and after Apple process the file, the file will start test automatically.