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
LifecycleService.shutdown() is not doing anything on iOS.
Here is IOSLifecycleService code indeed:
@Overridepublicvoidshutdown() {
// no-op
}
Can you please implement it?
FYI the Android version is working better (the application seems to stop), but the application window is appearing again when swiping between open applications, whereas it shouldn't. Should I open a separate issue for this?
The text was updated successfully, but these errors were encountered:
hi,
LifecycleService.shutdown() is not doing anything on iOS.
Here is
IOSLifecycleService
code indeed:Can you please implement it?
FYI the Android version is working better (the application seems to stop), but the application window is appearing again when swiping between open applications, whereas it shouldn't. Should I open a separate issue for this?
The text was updated successfully, but these errors were encountered: