You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the last few weeks I customized the app and got everything to work correctly except the scheduling of notifications. The notifications should be scheduled 6 times a day in random intervals for 15 days, but both in simulation and on a real mobile phone there are appearing no notifications at all.
I don't know what is causing the malfunction. Do you have any ideas?
I'm not sure if this solution is applicable to you (from looking at your code, perhaps not for all cases but certainly for some). I got stuck on notifications for a while with some working and some not working. I discovered that the 'id' attribute of the Cordova notification must be a number not a string.
Hi everyone,
the last few weeks I customized the app and got everything to work correctly except the scheduling of notifications. The notifications should be scheduled 6 times a day in random intervals for 15 days, but both in simulation and on a real mobile phone there are appearing no notifications at all.
I don't know what is causing the malfunction. Do you have any ideas?
Thanks,
Lea
index_1.js.zip
The text was updated successfully, but these errors were encountered: