Comment on Ask HN: How do you automate the App Store Connect / Google Play Console dance?Comments−throw031720196yFor the encryption question, you can add ITSAppUsesNonExemptEncryption to your info.plist so it stops asking you each time.−jdonaldOP6yThanks. I'm using React Native + Expo for now, so the syntax there "ios": { "config" { "usesNonExemptEncryption": false } } in app.json
Comments
For the encryption question, you can add ITSAppUsesNonExemptEncryption to your info.plist so it stops asking you each time.
Thanks. I'm using React Native + Expo for now, so the syntax there "ios": { "config" { "usesNonExemptEncryption": false } } in app.json