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
In my Flutter app, I use a lifecycle observer to perform some operations when the app enters the foreground.
This can be done using AppLifecycleListener or by extending WidgetsBindingObserver and overriding didChangeAppLifecycleState().
Aptabase blocks the lifecycle events though, so the callbacks are not getting called anymore.
This may also cause an issue with device language switching.
The text was updated successfully, but these errors were encountered:
I see you already have a PR open for this 🙏 When do you plan on including it? I want to release my app very soon and want to use tracking & need the onresume logic at the same time.
I found a bug regarding lifecycle management.
In my Flutter app, I use a lifecycle observer to perform some operations when the app enters the foreground.
This can be done using AppLifecycleListener or by extending WidgetsBindingObserver and overriding didChangeAppLifecycleState().
Aptabase blocks the lifecycle events though, so the callbacks are not getting called anymore.
This may also cause an issue with device language switching.
The text was updated successfully, but these errors were encountered: