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
The Application Installed event is not firing reliably.
Expected Behavior
Application Installed should always fire for new installs.
Current Behavior
Application Installed does not always fire for new installs.
Possible Solution
Look at trackAppUpdatedInstalledEvent
The SDK relies on LAST_EVENT_TIME being nil in applicationDidFinishLaunchingNotification(notification: Notification). However, in my testing multiple events were fired prior to this method getting called. I never saw a nil value after deleting and re-running.
We noticed this after recently switching from the objective c sdk to this one. Our Application Installed events dropped almost, but not quite, to zero for versions with this sdk.
Steps to Reproduce
Delete app
Reinstall and run
Send events early in the app lifecycle
Environment
SDK Version: 1.9.3
OS Info: 18.0
The text was updated successfully, but these errors were encountered:
Hi @timothycosta, thank you for the report - this should be fixed with #243, and released in v1.10.4. Please reopen this issue if you encounter any problems.
The Application Installed event is not firing reliably.
Expected Behavior
Application Installed should always fire for new installs.
Current Behavior
Application Installed does not always fire for new installs.
Possible Solution
Look at
trackAppUpdatedInstalledEvent
The SDK relies on
LAST_EVENT_TIME
beingnil
inapplicationDidFinishLaunchingNotification(notification: Notification)
. However, in my testing multiple events were fired prior to this method getting called. I never saw a nil value after deleting and re-running.We noticed this after recently switching from the objective c sdk to this one. Our Application Installed events dropped almost, but not quite, to zero for versions with this sdk.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: