Search Issue Tracker
Fixed in 5.5.0
Votes
5
Found in
5.5.0b2
Issue ID
833151
Regression
No
[iOS] No warning that "Camera Usage Description" should be added when using ReplayKit
It's necessary to add 'NSCameraUsageDescription' to the Xcode project's info plist if the Camera api is used, otherwise the app will crash, in cases where WebCamTexture is used and the "Camera Usage Description" in player settings is not set we show a warning.
( see )https://ono.unity3d.com/unity/unity/changeset/e4f0fb3718e77ddee6f2abed8c00734463154d95)
It should also be shown if the project uses ReplayKit.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
hvirtual
Nov 02, 2016 18:05
We don't use ReplayKit or any plugins that access WebCamTexture. However, we still got the warning below from Apple.
"This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data."
seanshin
Sep 21, 2016 21:23
Experienced the same issue with a game using ReplayKit