-
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
Unable to start service com.twiliovoicereactnative.VoiceService #430
Comments
I can confirm this happen to our app as well! |
we are struggling to reproduce the issue, do you have any information on what action are occurring leading up to the crash? We have a fix for it in the next release but without a means of reproducing the issue we can not verify. Please let us know if it resolves your issues. |
We can’t reproduce this issue on our end, but it’s affecting our customers, and crashes are being reported in Firebase Crashlytics. |
Hey @mudassir-iqbal the fix is merged to |
Thanks for the update! I appreciate the hard work and will keep an eye out for any further issues. |
Issue
In Android users occasionally experience crashes or are unable to make calls. The issue does not affect all users and seems to occur intermittently. W've tried to reproduce this locally but not luck. Mostly users are Samsung user who reported this issue.
Pre-submission Checklist
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Description
Reproduction Steps
As I mention we are unable to reproduce this locally, this happen only in release builds and reported by users.
Expected Behavior
The application should allow users to initiate calls without crashing.
Actual Behavior
Some users encounter crashes or are unable to make calls. The crash logs typically include a NullPointerException related to a null Intent in the VoiceService.
Reproduction Frequency
This issue has 19 crash events affecting 5 users
in last 7 days. All Samsung devices.Software and Device Information
Additional Context
Here is my
callService.ts
The text was updated successfully, but these errors were encountered: