RxAppState
RxAppState copied to clipboard
iOS 13 UISceneDelegate Support
Any interest in adding UISceneDelegate
support? It seems that when you adopt the UISceneDelegate
, some app lifecycle methods don't get called, instead the corresponding SceneDelegate methods are called. Example, sceneDidBecomeActive
instead of applicationDidBecomeActive
.
Thanks for bringing that up! I'd definitely be interested to support UISceneDelegate
. I'll have a look at it, as soon as I find the time. If you find a solution before that feel free to open a pull request.