AudioServicesPlaySystemSound on NotificationService

Can I using AudioServicesPlaySystemSound for play sound os system on NotificationService?

Answered by Engineer in 838158022

That is not possible. It is not possible to play any sounds in a Notification Service Extension.

Accepted Answer

That is not possible. It is not possible to play any sounds in a Notification Service Extension.

@Engineer How can I play custome sound from push notification when app killed?

AudioServicesPlaySystemSound on NotificationService
 
 
Q