-
Notifications
You must be signed in to change notification settings - Fork 80
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
Stripeldentity.onVerificationFailed
Crash error for Android users
#368
Comments
I checked with Demo and onVerificationFailed did not cause a Crash error. There seems to be another cause. Please give me a small reproduction code or step where the problem occurs. |
This Issue is closed due to a long period of inactivity. If you still have issues, please open a new Issue. Best regards. |
@rdlabo It seems to be happening because the Lines 75 to 76 in 7b3a81e
The Line 52 in 7b3a81e
The error seems to happening within the first 5 seconds (as per Crashlytics) of a user's session in our app. So it seems to be a crash happening during initialization of the plugin or when resuming an activity with the plugin, which could help with reproducing it (I haven't been able to do so myself yet). For what it's worth, we have had reports for users (and session recordings) that indicate this issue could be more common on Motorola devices, although most of the crashlytics reports are on Samsung devices still. error:
call stack:
|
rdlabochecking if you were able to see the above call stack/trace that is causing crashes in android app |
@yankostadinov Thanks for information. Now we can finally discuss it! This alone makes me think that Also make sure that present() is not mistakenly executed twice. |
@rdlabo I work with @yankostadinov and we'll get back to you soon! |
@rdlabo what do you mean by |
@Julian-Sam I don't know what the implementation is, but I suspect a double-click-like process. |
Platform
Describe the bug
Seeing a frequent crash happen with the following stack trace for
5.4.2
on AndroidTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Usage Product
If you adopt this plugin, please let us know which product you are using.
Product Name:
Product URL :
Using Function:
The text was updated successfully, but these errors were encountered: