In my app, i need to set alarm when the user receives a push notification.And it should stop when the user reads the notification. How to achieve it?
Asked
Active
Viewed 572 times
-1
-
You should be using Local Notifications instead of push notifications in such cases – Ajay Beniwal Feb 05 '18 at 09:57
-
Local notification is not working for me. Could you please explain the answer. – Anju Feb 05 '18 at 10:15
1 Answers
0
You can use Notification Extension to trigger an alarm.But you cannot have to repeatedly alert between the user reads the notification.It is possible you can notify sound for 30seconds.

Deva raj
- 11
- 2