-
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
NullPointerException calling IterableApi.initialize #616
Comments
Hi @ruimendesM , thanks for writing in. We will take a look into why it returned null and to add additional fallback. Are there any reproducible steps to it or are these some random occurrence? Thanks |
Hello @Ayyanchira |
Thanks for the inputs. Also what percentage of users are getting this crash? |
It was a very small percentage. |
Hi team, we also got hundreds of crashes with v3.4.14.
Any update ? |
Please try using the newly released 3.4.16. We have updated the crypto library to 1.1.0-alpha06 and added some null checks to avoid crashes. |
We recently launch our first version with Iterable SDK on it (version 3.4.14), and we have seen a small number of crashes on the app initialization.
The crash reports a NullPointerException when trying to run the method
retrieveEmailAndUserId
.getKeychain
can return null which can lead to this crash.Can we maybe fallback gracefully on this case instead of crash?
Thanks.
The text was updated successfully, but these errors were encountered: