Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor app wakeup to use DidBecomeActive instead WillEnterForeground #1175

Open
wutschel opened this issue Oct 27, 2024 · 0 comments · May be fixed by #1182
Open

Refactor app wakeup to use DidBecomeActive instead WillEnterForeground #1175

wutschel opened this issue Oct 27, 2024 · 0 comments · May be fixed by #1182

Comments

@wutschel
Copy link
Collaborator

As discussed in #1170 the app's wakeup shall be reworked to use applicationDidBecomeActive instead of applicationWillEnterForeground. This is required to make sure the socket connection is back (which is currently done via a timeout). This needs some additional logic as applicationDidBecomeActive is not only called during app's wakeup but also during normal startups.

@wutschel wutschel linked a pull request Nov 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant