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

Access didBecomeActive #119

Closed
choli opened this issue Jul 15, 2021 · 4 comments
Closed

Access didBecomeActive #119

choli opened this issue Jul 15, 2021 · 4 comments

Comments

@choli
Copy link

choli commented Jul 15, 2021

We have the issue that we would like to send an event when coming back to the app. Unfortunately this is not possible being fired after the ApplicationDidBecomeActiveNotification that you use to update the session. Is it possible to send a tag after your LifeCycle handling? Thanks :)

@nsagnett
Copy link
Contributor

Hello,

I just created a branch called fix/lifecycle to your issue

When you catch applicationDidEnterForeground notification, you can call this new Tracker function:

tracker.applicationDidEnterForeground()

to enforce lifecycle computing at the good moment :)

@choli
Copy link
Author

choli commented Jul 20, 2021

Very nice, works the way we would expect it to work.

@nsagnett
Copy link
Contributor

Good news !

I will integrate in the future version, probably released next week

@nsagnett
Copy link
Contributor

Hi,

The fix has been integrated and available in 2.23.4 version

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants