This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
I have a small problem in Firebase Crashlytics. Please help me #118
Answered
by
yasirkula
daniel270798
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
yasirkula
Jun 28, 2021
Replies: 1 comment 2 replies
-
Thank you for all the details. The issue can only come from either of these locations:
It's strange. How can these functions return null on a fraction of Android devices? I've googled the issue and stumbled across these topics which didn't help:
Perhaps (hopefully), the top answer in this Reddit post is the reason for this behaviour: https://www.reddit.com/r/androiddev/comments/m1w338/in_activity_under_what_situation/gqfwnz0/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
daniel270798
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for all the details. The issue can only come from either of these locations:
getIntent().getExtras()
returning null:UnityNativeShare/.github/AAR Source (Android)/java/com/yasirkula/unity/NativeShareCustomShareDialogActivity.java
Line 37 in 0a1f502
getArguments()
returning null:UnityNativeShare/.github/AAR Source (Android)/java/com/yasirkula/unity/NativeShareCustomShareDialog.java
Line 80 in 0a1f502
It's strange. How can these functions return null on a fraction of Android devices? I've googled the…