Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b2
Issue ID
1083047
Regression
No
[iOS] Application.RequestUserAuthorization doesn't work if you request authorization without using the requested API in C#
Steps to reproduce:
1. Open attached project (webcamrequest.zip)
2. Switch to iOS
3. Build 'SampleScene' and deploy Xcode project to device
4. Notice there is no request to authorize Microphone or WebCam usage even though both of them are requested with Application.RequestUserAuthorization
Notes:
Works correctly if you use the needed API (WebCamTexture or Microphone) somewhere within the build project.
Reproduced with: 2017.4.8f1, 2018.3.0b2
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
- “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
Resolution Note:
Authorization requests can only be done when the corresponding framework is included. We might address this in the future in a new API.