Skip to content

Commit eff5943

Browse files
committed
setting encryption compliance key
Setting the plist value means you won't need to answer the encryption questions when uploading the app to appstoreconnect
1 parent 9575627 commit eff5943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iOS_SDK/OneSignalDevApp/OneSignalDevApp/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>ITSAppUsesNonExemptEncryption</key>
6+
<false/>
57
<key>UIUserInterfaceStyle</key>
68
<string>Light</string>
79
<key>CFBundleDevelopmentRegion</key>

0 commit comments

Comments
 (0)