Skip to content

Commit 001f633

Browse files
Added MediaLibrary usage permission description
Added MediaLibrary(NSAppleMusicUsageDescription) usage permission description
1 parent 3182a5b commit 001f633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
8484
<string>YOUR TEXT</string>
8585
<key>NSLocationWhenInUseUsageDescription</key>
8686
<string>YOUR TEXT</string>
87+
<key>NSAppleMusicUsageDescription</key>
88+
<string>YOUR TEXT</string>
8789
<key>NSMicrophoneUsageDescription</key>
8890
<string>YOUR TEXT</string>
8991
<key>NSMotionUsageDescription</key>

0 commit comments

Comments
 (0)