File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
articles/tutorials/advanced/MobileDeployment/06_publishing_ios Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -240,17 +240,24 @@ After upload:
240
240
3 . ** Status Check:** Wait for "Ready to Submit" status
241
241
4 . ** Build Selection:** Choose the build for your app version
242
242
243
- | ![ Figure 4-4: Transporter ] ( images/ios/testflight-build.png ) |
243
+ | ![ Figure 4-4: iOS Builds ] ( images/ios/testflight-build.png ) |
244
244
| :----------------------------------------------------------------------------------------------------------------------------------------: |
245
- | ** Figure 4-4: Transporter ** |
245
+ | ** Figure 4-4: iOS Builds ** |
246
246
247
- | ![ Figure 4-5: Transporter ] ( images/ios/testflight-build-encryption.png ) |
247
+ | ![ Figure 4-5: Encryption Dialog ] ( images/ios/testflight-build-encryption.png ) |
248
248
| :----------------------------------------------------------------------------------------------------------------------------------------: |
249
- | ** Figure 4-5 Transporter ** |
249
+ | ** Figure 4-5 Encryption Dialog ** |
250
250
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 ) |
252
259
| :----------------------------------------------------------------------------------------------------------------------------------------: |
253
- | ** Figure 4-6: Transporter ** |
260
+ | ** Figure 4-6: Assign Testers ** |
254
261
255
262
## App Review Submission
256
263
You can’t perform that action at this time.
0 commit comments