npvisual / AppLifecycleMiddleware

Middleware that reacts to an Application's lifecycle
2 stars 1 forks source link

Add other app lifecycle events #1

Open npvisual opened 3 years ago

npvisual commented 3 years ago

Let's see if we can bring in some / most of the events handled by UIApplicationDelegate, so we can handle deep links, user activities, etc.

npvisual commented 3 years ago

After spending some time investigating the following resources :

and running a few tests, it's appears that UIApplicationDelegateAdaptor might not be working as expected.