UNNotification: Custom Sound for LocalNotification is not playing in iOS10

后端 未结 2 1216
陌清茗
陌清茗 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

    0 讨论(0)
  • 2021-01-22 09:49

    Try deleting app from device, Clean and Run again app in device.

    Some Times resource are not get proper updated, I think, That is the problem in your case.

    0 讨论(0)
提交回复
热议问题