You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
As far as I understand this change in iOS 13 UIApplication.willEnterForegroundNotification is no longer posted when using the new scene delegates as described here:
As far as I understand this change in iOS 13
UIApplication.willEnterForegroundNotification
is no longer posted when using the new scene delegates as described here:https://developer.apple.com/documentation/uikit/app_and_environment/scenes/preparing_your_ui_to_run_in_the_foreground
Therefore listening to scene lifecycle notifications might be required.
What do you think?
The text was updated successfully, but these errors were encountered: