Hello, I am currently working on a app that after a form is completed it will automatically send a push notification to everyone that has the app. My current problem is after installing the app into my phone home screen it only sent a notification the first time and every other attempt after the first notification it does not send notifications to my phone. I followed the basic tutorial in Youtube which included:
- Create an enable notification button and allow notifications
- Install in home screen of phone
- Include a request notification action
- Results get sent to the column when approved
- Add an action to push notification when the form is submitted
But even after many trial and error I only managed to receive only 1 notification which is the first attempt after I installed the App. I also checked my mobile phone and it confirmed that notification for the App is allowed. Every other attempt after the first attempt did not send any notifications. Can someone please help me with this?