maximlink / managed-view

Simple app leveraging Managed App Config and Anonymous Single Add Mode (ASAM).
http://www.managedview.maximlink.com
23 stars 8 forks source link

White Screen on iOS 16.1.1 #15

Open Nkosio opened 1 year ago

Nkosio commented 1 year ago

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 commented 1 year ago

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

<key>LAUNCH_DELAY</key>
    <integer>0</integer>
Nkosio commented 1 year ago

Thanks,

Looks like that is one of the settings. Here's the current configuration. I

MAINTENANCE_MODE OFF BROWSER_MODE OFF BROWSER_BAR_NO_EDIT OFF URL https://www.grainger.com/benefits/registration/KelloggBattleCreek REMOTE_LOCK OFF PRIVATE_BROWSING OFF QUERY_URL_STRING RESET_TIMER 180 QR_CODE OFF LAUNCH_DELAY 0

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 https://github.com/maximlink/managed-view/issues/15#issuecomment-1315909176, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4GVB42CUMJI452OMWRQBVDWIQA7ZANCNFSM6AAAAAASBMFMFU . You are receiving this because you authored the thread.Message ID: @.***>

maximlink commented 1 year ago

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

<key>LAUNCH_DELAY</key>
   <integer>1</integer>
Nkosio commented 1 year ago

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,

LAUNCH_DELAY 1

— Reply to this email directly, view it on GitHub https://github.com/maximlink/managed-view/issues/15#issuecomment-1315947849, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4GVB45MM32EKOA6EXOQ573WIQEX7ANCNFSM6AAAAAASBMFMFU . You are receiving this because you authored the thread.Message ID: @.***>