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

Notification Not Working When App is Closed. Android #521

Open
3sluz opened this issue Oct 12, 2024 · 1 comment
Open

Notification Not Working When App is Closed. Android #521

3sluz opened this issue Oct 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@3sluz
Copy link

3sluz commented Oct 12, 2024

Notifications do not work as expected when the app is closed. However, if the app is completely closed, notifications will not be received at all. ,even if i add the app to Alarm & Reminder

@3sluz 3sluz added the enhancement New feature or request label Oct 12, 2024
@bohdanbats-principles
Copy link

bohdanbats-principles commented Dec 11, 2024

Check that you have added all of the following permissions to the AndroidManifest.xml:

<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" /> <uses-permission android:name="android.permission.USE_EXACT_ALARM" /> <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> <uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants