UILocalNotification custom soundName only vibrates phone when alertBody is specified (unlike UILocalNotificationDefaultSoundName)?

后端 未结 2 1556
野性不改
野性不改 2021-01-28 05:29

I have a VoIP app that uses a UILocalNotification to notify the user of an incoming call when the app is in the background. When a notification is presented I would like it to p

2条回答
  •  抹茶落季
    2021-01-28 05:42

    Found another way.. display local notification and then start repeating the vibration via a timer.

提交回复
热议问题