File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
articles/tutorials/advanced/MobileDeployment/06_publishing_ios Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,35 @@ Typical settings for a game:
116116<true/>
117117```
118118
119+ API descriptions:
120+
121+ ```
122+ <key>NSBluetoothAlwaysUsageDescription</key>
123+ <string>This permission is not used by the app.</string>
124+
125+ <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
126+ <string>This permission is not used by the app.</string>
127+
128+ <key>NSLocationWhenInUseUsageDescription</key>
129+ <string>This permission is not used by the app.</string>
130+
131+ <key>NSCalendarsUsageDescription</key>
132+ <string>This permission is not used by the app.</string>
133+
134+ <key>NSSiriUsageDescription</key>
135+ <string>This permission is not used by the app.</string>
136+
137+ <key>NSMicrophoneUsageDescription</key>
138+ <string>This permission is not used by the app.</string>
139+
140+ <key>NSContactsUsageDescription</key>
141+ <string>This permission is not used by the app.</string>
142+
143+ <key>NSAppleMusicUsageDescription</key>
144+ <string>This permission is not used by the app.</string></dict>
145+ ```
146+
147+
119148## Asset Compilation Target
120149
121150Ensure your iOS project includes the asset compilation target:
You can’t perform that action at this time.
0 commit comments