When Notification receive os show an alert , is it possible to play sound instead of this alert?
and when 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)?
When Notification receive os show an alert , is it possible to play sound
Share
YES, we can play a sound
don’t set the applicationIconBadgeNumber,alertBody,alertAction property of the localNotification.
All the best.