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:
2402403 . ** Status Check:** Wait for "Ready to Submit" status
2412414 . ** 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
You can’t perform that action at this time.
0 commit comments