Skip to content
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

fix: App crash on Android 13+ during SMS verification #332

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

PruthiviRaj27
Copy link
Contributor

@PruthiviRaj27 PruthiviRaj27 commented Oct 19, 2024

  • App crashes on Android 13 (API level 33) and higher during SMS verification. The issue was caused by the registerReceiver method, which now requires the RECEIVER_EXPORTED flag on Android 13 and above.
  • Updated the registerReceiver call to use the RECEIVER_EXPORTED flag for devices running Android 13 (Tiramisu) or higher.
  • For more details, refer to Android Developer Documentation.

@PruthiviRaj27 PruthiviRaj27 changed the title fix fix: app crash on Android 13+ during SMS verification Oct 19, 2024
@PruthiviRaj27 PruthiviRaj27 changed the title fix: app crash on Android 13+ during SMS verification fix: App crash on Android 13+ during SMS verification Oct 19, 2024
@PruthiviRaj27 PruthiviRaj27 merged commit 7d89003 into master Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant