Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw03172019
2476 days ago
For the encryption question, you can add ITSAppUsesNonExemptEncryption to your info.plist so it stops asking you each time.
1 comments
jdonald
2475 days ago
Thanks. I'm using React Native + Expo for now, so the syntax there "ios": { "config" { "usesNonExemptEncryption": false } } in app.json
link