-
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
Android: Crash on cold start when opening a universal link #670
Comments
Hi we're having the exact same issue, same stack trace. @ Iterable: Is anyone looking into this? It's the main source of crashes in our app now. Thank you! |
Hi all @flochtililoch @fabiendem |
@jena-chakour Any updates on what's happening with this issue? |
Hi all, our team is still reviewing this-- will update asap with findings and next steps |
Bumping again for visibility. We have also
same as OP. Any updates on root cause or additional context on this issue? |
Any news @jena-chakour ? |
Hey all, appreciate everyone's patience while we work on this! We are reviewing a PR expected to help prevent these crashes and are still in final testing-- will update here when we have results to share |
@jena-chakour Could you provide a link to the PR that resolves this issue? |
Hi all, please see our updated Android SDK version 3.5.1, which includes the null packageManager check intended to preclude this crash issue. Let us know your results! |
Thank you @jena-chakour Edit: @evantk91 maybe you can help with the above please? Thank you! |
Our app handles links for two formats:
When opening a regular app link ("myapp://"), the app opens normally. However when opening a Branch link, we're seeing this crash:
Here's how our links are configured:
AndroidManifest.xml, under application/activity:
and how are
MainActivity..onStart
/MainActivity.handleIntentInIterable
handler look likeWe're temporarily wrapping the failing statement (
IterableApi.getInstance().handleAppLink(intent.getDataString());
) into a try/catch block, but this is likely causing issues on our tracking.Can you advise on what the issue might be? TIA
Some additional information:
"@iterable/react-native-sdk": "1.3.17"
)com.iterable:iterableapi:3.4.16
Our Java version:
Additional params from our build.gradle:
The text was updated successfully, but these errors were encountered: