-
Notifications
You must be signed in to change notification settings - Fork 14
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 notification permission issue fix #114
Android notification permission issue fix #114
Conversation
In the AndroidManifest.xml file:
For the PushNotifyScreen.tsx file:
All looks good. |
…DMAPP-112-notification-permission-bug
There are some mistakes identified in the provided code snippets:
After the corrections are made, please review the code again for any other issues. Let me know if you need further assistance. |
There are a couple of issues in the provided code:
After fixing the above issues, the code looks good. Let me know in case you need further assistance. |
On the latest Android devices, the app will request permission to send notifications, as this setting is disabled by default.