Start a new topic

IOS build issues

Unity 2019.2.12

xcode 11.1

macos catalina 10.15

my app must looks like:

image



how my apps looks at iphone7+, all white and cant see image from camera:

image


Also i have this info in logger:

image

image

image

image


my ios project seetings: 

image

image



Hi, 


From one of the log messages it seems like the camera permission was not granted. Could you try to manually grant the permission from the iOS settings and see if that fixes the issue?


Thank you,

Alexandru

It doesnt help. My INFO file contains Privacy - Camera. And when i start app, i see camera permission request

Hi, 


This is rather strange, because the only place in our codebase where we report the "Camera access is not authorized" is when the AVCaptureDevice fails when checking authorization (https://developer.apple.com/documentation/avfoundation/avcapturedevice/1624613-authorizationstatusformediatype?language=objc).

Are you having the same issues with the example project we provide, or does this only happen with your project?

Best regards,

Alexandru

its example project. What is it?White area at top 

image

Hi,


Also in the console there are many warnings that the standard unity shaders are not supported on this device. Have you tried a basic project without Wikitude to see if that works?

The top part of the screen, where the UI is displayed, is handled entirely by Unity, and it seems to be displayed white because there are some issues with the shaders. You could try OpenGL instead, to see if that works.


Best regards,

Alexandru

I just had the same issue. Force restarting my iPhone solved this problem. 


My device was very low on storage, maybe it correlates in a way with this. A force restart did the trick for me, where iOS probably got rid of some temp files, caches, etc. to free up some space.

Login or Signup to post a comment