|
@@ -240,6 +240,8 @@ So before submitting your app to the App Store, make sure that in your
|
240
|
240
|
<string>Some description</string>
|
241
|
241
|
<key>NSSpeechRecognitionUsageDescription</key>
|
242
|
242
|
<string>Some description</string>
|
|
243
|
+<key>NSAppleMusicUsageDescription</key>
|
|
244
|
+<string>Some description</string>
|
243
|
245
|
```
|
244
|
246
|
|
245
|
247
|
This is required because during the phase of processing in the App Store
|