Skip to content

Commit 69be315

Browse files
Add section about API usage descriptions.
1 parent 0e62b4a commit 69be315

File tree

1 file changed

+29
-0
lines changed
  • articles/tutorials/advanced/MobileDeployment/06_publishing_ios

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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

121150
Ensure your iOS project includes the asset compilation target:

0 commit comments

Comments
 (0)