React-native-push-notification: Scheduled local notifications are lost after reboot on Android

Created on 10 Aug 2020  路  10Comments  路  Source: zo0r/react-native-push-notification

I am getting an error when restarting the device in android, the scheduled notification is not displayed. I am running the example application that is in the repository and it presents the same problem.

Who knows if it is necessary to make another configuration so that the scheduled notifications are saved after restarting the device?

Most helpful comment

@daheeahn I can confirm that after upgrading the library version to 6.1.1 scheduled local notifications appears after device restart, without opening the app, Thanks @Dallas62

All 10 comments

I faced the same problem. I hope this problem is solved soon. :)

same here, any solutions. @Dallas62

I was looking at some old problems, around 2016 there was already this issue being discussed in this repository, but today, 4 years later, the problem persists 馃槥

Hi,
Will try to look at this.
Is it the same on iOS? I read somewhere that iOS doesn't store scheduled notifications after reboot.
If it's the case, I'm not sure this is a good idea to solve it on Android.

Hi,
Will try to look at this.
Is it the same on iOS? I read somewhere that iOS doesn't store scheduled notifications after reboot.
If it's the case, I'm not sure this is a good idea to solve it on Android.

I do not know about the operation on IOS, I have only tested on Android. There are situations in which the feature is necessary, such as a periodic alarm or programmed reminders, apps to work completely without an internet connection (especially when the device has an automatic restart). I understand that remote notifications would make up for this lack that exists in local notification, but for apps that are intended to work without a connection, they simply become tedious if every time you need to enter to set the alarm again. Please check the possibility of implementing this. There are many people waiting for this and I know it will do the repository very well. Thanks for listening. 馃檹馃徎

You can test changes on dev branch.

Please refer to the CHANGELOG for update instructions:
https://github.com/zo0r/react-native-push-notification/blob/dev/CHANGELOG.md#unreleased

To install this version:

npm install zo0r/react-native-push-notification#dev

OR

yarn add zo0r/react-native-push-notification#dev

Make sure your build cache is cleaned.

Hi @Dallas62 !
Thank you for always maintaining this library well.
Are these bugs being fixed?

Did you test changes mentioned in the changelog?

@daheeahn I can confirm that after upgrading the library version to 6.1.1 scheduled local notifications appears after device restart, without opening the app, Thanks @Dallas62

The problem was solved ? for when the application restarts

Does anyone have an example to prove this? already with the update?

Thanks people

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GastonEDiaz picture GastonEDiaz  路  3Comments

atteia picture atteia  路  4Comments

nidzovito picture nidzovito  路  3Comments

anativ picture anativ  路  3Comments

ahmadallo1 picture ahmadallo1  路  3Comments