App uses https – what is the correct value of ITSAppUsesNonExemptEncryption

I was searching the web for this for some hours. Actually it is pretty easy and you can verify this in itunes connect: 1. All you have to do If your app uses only HTTPS or uses encryption only for authentication, tokens, etc., there is nothing you have to do, just include <key>ITSAppUsesNonExemptEncryption</key><false/> in your … Read more

Application Loader Warning – Resulting API Analysis File is too large

As it mentions already, it’s just an informational message. You don’t need to worry about rejection because of this. What it means is that it cannot do API analysis before upload. It does this analysis to check if you use any restricted API’s from the SDK. So it could warn you and allow you to … Read more

How to upload to App Store from command line with Xcode 11?

With Xcode 11 as command line tools, to validate or upload an ipa, replace altool with xcrun altool: xcrun altool –validate-app –file “$IPA_PATH” –username “$APP_STORE_USERNAME” –password @keychain:”Application Loader: $APP_STORE_USERNAME” xcrun altool –upload-app –file “$IPA_PATH” –username “$APP_STORE_USERNAME” –password @keychain:”Application Loader: $APP_STORE_USERNAME” Get more help with xcrun altool –help.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)