UNNotification: Custom Sound for LocalNotification is not playing in iOS10

后端 未结 2 1215
陌清茗
陌清茗 2021-01-22 09:06

I am firing the Local Notification. Since UILocalNotification class is deprecated in iOS10 I have used UserNotifications.framework

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-22 09:43

    Long audio-files are not supported

    Is your file longer then 30 seconds? If yes, it will not work. Only files shorter then 30 seconds are available. If the file is longer then 30 seconds then it will be replaced with default sound.

    UNNotificationSound documentation

提交回复
热议问题