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
I can't get the Application Installed and Application Updated working on iOS.
Did someone get them to work? I guess the time the analytics object setup method in react native is called is too late in the lifecycle of the app
Did someone find a workaround for this?
I would be happy about any help
The text was updated successfully, but these errors were encountered:
Automatic application lifecycle events tracking is enabled using an option in Segment iOS and Android SDKs.
I've created a PR to send this option from JS to native code: #16
Meanwhile, the workaround would be to initialise Segment SDK in native code (as opposed to JS code).
I can't get the Application Installed and Application Updated working on iOS.
Did someone get them to work? I guess the time the analytics object setup method in react native is called is too late in the lifecycle of the app
Did someone find a workaround for this?
I would be happy about any help
The text was updated successfully, but these errors were encountered: