Create an (repetitive high pitch) Alarm on a remote trigger when App is not running (iphone/android) just like Find My iPhone

前端 未结 3 1705
萌比男神i
萌比男神i 2020-12-18 20:03

I would like to cause an alarm on a remote iphone/android device when the app is running or not running.

How do I achieve it ?

I can only think of Whatsapp/S

3条回答
  •  旧巷少年郎
    2020-12-18 20:29

    1 possible solution could be schedule alarm event with repeatInterval on receiving push notification.

    EDIT We can create custom notifications using Notification extensions.They are called as soon as notification arrives & we can present customized view with image/video downloading. So you can try there to schedule events.

提交回复
热议问题