Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes Connect issue when given for testing

We are having issues with starting our internal testing of our app. There is an exclamation mark next to the apps name in iTunes Connect and it says "Missing Compliance". When we click "Provide export compliance information" we are provided with an option. "Have you added or made changes to encryption features since your last submission of this app?" To which we tick no and click "Start internal testing". From this point we get an error message.

"Sorry, something went wrong. Try again later. If the problem persists Contact us."

Can some one please help me if they have gone thriugh this issue. Thanks

like image 730
user1728987 Avatar asked May 11 '17 19:05

user1728987


2 Answers

For internal testing just add this key to your info.plist file.

<key>ITSAppUsesNonExemptEncryption</key><false/>

enter image description here

This will disable the question from being asked in iTunes connect. When you actually go to publish your application you will need to look into the compliance laws to make sure you don't need to register your encryption usage.

like image 176
Donovan King Avatar answered Oct 10 '22 01:10

Donovan King


Another work around, instead of selecting No, select Yes.

Select Next and another screen will prompt you asking if you use encryption. Select No here and then you should be able to select Start Internal Testing

like image 23
amallard Avatar answered Oct 10 '22 01:10

amallard