is there a way to make that update option worked so i can use the notification to open the link than opening the app screen?
here are my blocks!
This isn't possible yet, I'll consider it for the next update. For now first open the screen, then open the URL.
Ok thanks ..I will wait for your next update then hoping to be soon
What should be the id of notification post? Is it a single id like "1" or "2" for every notifications? Or unique id for each notification?
I'm seeing in the example of this extension, id is "1" for every notifications, it's working fine, multiple notification using same id "1", what is the rule for this id?
After sending a notification you can reuse its id
Using the same id before sending the notification overwrites the previously defined notification
Taifun
