Skip to content

Commit

Permalink
bam, ios permission issue down
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaggers committed Aug 1, 2017
1 parent 0fab1fc commit 6ed480e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Examples/Basics/StreamingBasics.unoproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"../../../Fuse.MediaQuery/src/Fuse.MediaQuery.unoproj",
"../../src/Fuse.StreamingPlayer.unoproj",
],
"iOS": {
"PList": {
"NSAppleMusicUsageDescription": "Your plausible reasons for being allowed to use the device's features go here"
}
},
"Includes": [
"*",
]
Expand Down
13 changes: 4 additions & 9 deletions todo
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@

- Test CurrentTrack

- Permissions crash
2017-08-01 15:52:49.608062+0200 StreamingBasics[246:9118] [access]
This app has crashed because it attempted to access privacy-sensitive
data without a usage description. The app's Info.plist must contain
an NSAppleMusicUsageDescription key with a string value explaining to
the user how the app uses this data.
- Seems to happen in mediaquery

## Done

I: Forward works even when no history
Expand Down Expand Up @@ -94,4 +86,7 @@ I: android: killing app doesnt remove notification
R: -

I: support lower ios versions
R: - wont worry about version yet
R: - wont worry about version yet

I: NSAppleMusicUsageDescription Permissions crash
R: easy to fix by using unoproj plist option in example

0 comments on commit 6ed480e

Please sign in to comment.