Search Issue Tracker
Fixed
Votes
0
Found in
5.2.2p4
Issue ID
810717
Regression
No
[iOS] System prompt for Media Library Usage access is shown when playing a video that comes with the game on iOS 10
Steps to reproduce:
1. Open attached project
2. Build for iOS
3. Build to device with iOS 10
> The game will try to play a video that is located in Assets/StreamingAssets folder
4. Notice the game is closed with a console message saying that it's trying to access privacy-sensitive data without a description and 'NSAppleMusicUsageDescription' should be added to Info.plist
If the 'NSAppleMusicUsageDescription' with it's corresponding string is added to Info.plist, the prompt saying that the app wants access to Media Library is shown, and the video is played after the access is confirmed.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment