Skip to content

Commit 295fae7

Browse files
Add tip about disabling encryption dialog. (#21)
1 parent cb42e6e commit 295fae7

File tree

1 file changed

+13
-6
lines changed
  • articles/tutorials/advanced/MobileDeployment/06_publishing_ios

1 file changed

+13
-6
lines changed

articles/tutorials/advanced/MobileDeployment/06_publishing_ios/index.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,17 +240,24 @@ After upload:
240240
3. **Status Check:** Wait for "Ready to Submit" status
241241
4. **Build Selection:** Choose the build for your app version
242242

243-
| ![Figure 4-4: Transporter](images/ios/testflight-build.png) |
243+
| ![Figure 4-4: iOS Builds](images/ios/testflight-build.png) |
244244
| :----------------------------------------------------------------------------------------------------------------------------------------: |
245-
| **Figure 4-4: Transporter** |
245+
| **Figure 4-4: iOS Builds** |
246246

247-
| ![Figure 4-5: Transporter](images/ios/testflight-build-encryption.png) |
247+
| ![Figure 4-5: Encryption Dialog](images/ios/testflight-build-encryption.png) |
248248
| :----------------------------------------------------------------------------------------------------------------------------------------: |
249-
| **Figure 4-5 Transporter** |
249+
| **Figure 4-5 Encryption Dialog** |
250250

251-
| ![Figure 4-6: Transporter](images/ios/testflight-build-assign-testers.png) |
251+
**Tip:** If you want to skip this dialog box altogether because you do not use encryption in your game, simply add this to the info.plist.
252+
253+
```xml
254+
<key>ITSAppUsesNonExemptEncryption</key>
255+
<false/>
256+
```
257+
258+
| ![Figure 4-6: Assign Testers](images/ios/testflight-build-assign-testers.png) |
252259
| :----------------------------------------------------------------------------------------------------------------------------------------: |
253-
| **Figure 4-6: Transporter** |
260+
| **Figure 4-6: Assign Testers** |
254261

255262
## App Review Submission
256263

0 commit comments

Comments
 (0)