开发者

Local Notification

开发者 https://www.devze.com 2023-01-20 02:27 出处:网络
When Notification receive os show an alert , is it possible to play sound instead of this alert? and when 开发者_StackOverflow中文版notification receive os add a red circle on the top of app\'s icon ,

When Notification receive os show an alert , is it possible to play sound instead of this alert? and when 开发者_StackOverflow中文版notification receive os add a red circle on the top of app's icon , is it possible to disable it(means not show this red circle)?


YES, we can play a sound

localNotification.soundName = @"music.caf";

don't set the applicationIconBadgeNumber,alertBody,alertAction property of the localNotification.

All the best.

0

精彩评论

暂无评论...
验证码 换一张
取 消