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.