Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White Screen on iOS 16.1.1 #15

Open
Nkosio opened this issue Nov 15, 2022 · 4 comments
Open

White Screen on iOS 16.1.1 #15

Nkosio opened this issue Nov 15, 2022 · 4 comments

Comments

@Nkosio
Copy link

Nkosio commented Nov 15, 2022

iOS 15.7 devices load the Managed-View app as expected. iOS 16.1.1 loads directly to a white screen after install. The issue persists after a device restore Software Update.

@maximlink
Copy link
Owner

maximlink commented Nov 15, 2022

Try using the following managed app config key. Delay is a integer in seconds.

<key>LAUNCH_DELAY</key>
    <integer>0</integer>

@Nkosio
Copy link
Author

Nkosio commented Nov 15, 2022 via email

@maximlink
Copy link
Owner

Cool. go ahead and edit 0 and add 1 sec until it works. For example,

<key>LAUNCH_DELAY</key>
   <integer>1</integer>

@Nkosio
Copy link
Author

Nkosio commented Nov 16, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants