-
Notifications
You must be signed in to change notification settings - Fork 295
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
Memory leaks in trackEvent #668
Comments
Hi @JordyFri, Thank you for reporting this, we will check this on our end and keep you posted. Just to double check - which iOS SDK version is that you are experiencing this with? |
Hey @uerceg we are using the Adjust SDK v4.33.5 |
Thank you. We'll investigate this and will ping in here as soon as we have some update. |
@uerceg Thanks so much for the support, it looks like the issue go away with the last version. |
Amazing, thank you very much for the update. I'll close this ticket, but in case you still spot the issue later down the road, feel free to comment / reopen. Cheers! |
Hello,
In order to have an application 100% memory leaks free we monitor our application constantly, we notice that our application is having memory issues just after sending a trackEvent with Adjust SDK,
we are sending a trackEvent as the documentation says, for example:
and we got the memory issue (always when you call the trackEvent, new memory leaks are created):
Any options o suggestions to solve this memory issue?
The text was updated successfully, but these errors were encountered: