문제

Does anybody knows how to enable Sound on a Local push notification? By that, I mean that I am creating the notification from the device. I am not using APNS or anything related. Right now, the notification comes in but there is no sound. Is it possible to enable the notifications sound?

Thank you!

도움이 되었습니까?

해결책

The UILocalNotification class has a soundName property. You should assign it to a sound name of a file that you have included in the app's bundle, or you can use UILocalNotificationDefaultSoundName for the default iOS sound.

More information on the sound files supported here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top