-
Notifications
You must be signed in to change notification settings - Fork 29
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
Iterable causes ANR #631
Comments
@Ayyanchira #635 doesn't fix the issue. The fact is that Iterable SDK uses I/O (read files) when calling Is it safe to call
|
@baole were you able to resolve this issue? If so, is it possible if you could share how you did it? Thank you! |
Hey, we're facing the same issue. I could workaround it easily by moving the |
I have several ANR reports on Play store console which are caused by Iterable SDK
[samsung j2corelte (Galaxy J2 Core)]/[Android 8.1 (SDK 27)]
[samsung a51 (Galaxy A51)][Android 13 (SDK 33)]
[Infinix Infinix-X689B (Infinix HOT 10S)][Android 11 (SDK 30)]
Iterable SDK v3.4.15. It happens on almost any device/any Android version. It's on production app and I couldn't reproduce reliably in my dev environment.
Any tips on how to fix? Can I move
IterableApi.initialize
to a background thread?The text was updated successfully, but these errors were encountered: