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

Application Installed event not firing reliably #234

Closed
timothycosta opened this issue Oct 15, 2024 · 1 comment
Closed

Application Installed event not firing reliably #234

timothycosta opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@timothycosta
Copy link

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

  1. Delete app
  2. Reinstall and run
  3. Send events early in the app lifecycle

Environment

  • SDK Version: 1.9.3
  • OS Info: 18.0
@timothycosta timothycosta added the bug Something isn't working label Oct 15, 2024
@crleona
Copy link
Collaborator

crleona commented Nov 14, 2024

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.

@crleona crleona closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants