iOS App Missing Compliance in Test Flight

It looks like Apple is now enforcing an encryption exemption compliance. This means I will need to update the generated plist, but you can add the following to the addition plist data in Project Settings/IOS to get around it for now:

<key>ITSAppUsesNonExemptEncryption</key<false/>

Let me know if that works for you and I’ll make sure we get this added as an option for 4.11.

-Pete