-1

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?

Anju
  • 563
  • 2
  • 6
  • 13

1 Answers1

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