-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
Try using the following managed app config key. Delay is a integer in seconds.
|
Thanks,
Looks like that is one of the settings. Here's the current configuration. I
<dict>
<key>MAINTENANCE_MODE</key>
<string>OFF</string>
<key>BROWSER_MODE</key>
<string>OFF</string>
<key>BROWSER_BAR_NO_EDIT</key>
<string>OFF</string>
<key>URL</key>
<string>https://www.grainger.com/benefits/registration/KelloggBattleCreek
</string>
<key>REMOTE_LOCK</key>
<string>OFF</string>
<key>PRIVATE_BROWSING</key>
<string>OFF</string>
<key>QUERY_URL_STRING</key>
<string></string>
<key>RESET_TIMER</key>
<integer>180</integer>
<key>QR_CODE</key>
<string>OFF</string>
<key>LAUNCH_DELAY</key>
<integer>0</integer>
</dict>
…On Tue, Nov 15, 2022 at 3:54 PM maximlink ***@***.***> wrote:
Try using the following managed app config key. Delay is a integer in
seconds.
LAUNCH_DELAY
0
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4GVB42CUMJI452OMWRQBVDWIQA7ZANCNFSM6AAAAAASBMFMFU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Cool. go ahead and edit 0 and add 1 sec until it works. For example,
|
Morning,
Thanks for your help with this. I'm up to 7 on the integer. It flashes
between white and black screens then freezes at a white screen. So it's
changing but the issue still persists.
I'll keep increasing the secs and monitoring the issue. If there are any
other solutions you think I should try please let me know.
What does the increase effect by the way?
Thanks Again.
…On Tue, Nov 15, 2022 at 4:26 PM maximlink ***@***.***> wrote:
Cool. go ahead and edit 0 and add 1 sec until it works. For example,
<key>LAUNCH_DELAY</key>
<integer>1</integer>
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4GVB45MM32EKOA6EXOQ573WIQEX7ANCNFSM6AAAAAASBMFMFU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: