Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failure to launch app from dock on iPad with PadOS13

I have a weird problem. My iPad app on iOS12 works fine, but on padOS13 it shows problems.

On the simulator, it won't show in the dock. On the device, it shows in the dock, but tapping there won't launch it.

I've put breakpoints into the app delegate methods for applicationWillEnterForeground, applicationDidBecomeActive, etc. and on iOS 12 they get called. On 13 they don't.

I'm not (yet) using Scenes, I'm still reading up on them. But I have a window property on the app delegate, so I should not require Scenes at this time. At least from what I've read about opting out of Scenes.

I'm not sure how to troubleshoot this. Tapping on the app in the dock results in no messages to the app to activate. I can tap on the app icon and it will reopen, but the dock icon is unresponsive. Yet it works fine on 12. This is very frustrating!

Any advice?

like image 694
August Avatar asked Oct 06 '19 16:10

August


People also ask

Why can't I add apps to iPad Dock?

Launch the “Settings” app. Navigate to the “Home Screen & Dock” option. Go to the “Show Suggested and Recent Apps” option. To the right, tap the toggle slider to disable or re-enable it.

How do I get applications library off my Dock?

Under the Dock section, toggle off Show App Library in Dock. Turn off Show App Library in Dock to disable the feature in the dock. As soon as you do, the App Library icon will disappear from your dock, giving you more room for other apps.


Video Answer


1 Answers

I’m seeing this on all sorts of different apps (running iPadOS 13.1.2) so doN’t take it personally immediately as I think it’s a bug in the OS. Thought I was going crazy at first and not pressing the icon, then thought it was an app issue, until I realised it was happening to 1st and 3rd party apps. Launching from the icon on the home screen works, and reboot seems to sort the problem out for a short time, but it soon starts failing to launch the apps again.

like image 162
mausysprog Avatar answered Sep 23 '22 20:09

mausysprog