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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment