How to change IOS badge notification colour from default Red to other colours?

為{幸葍}努か 提交于 2019-12-01 09:23:50

I don't believe this is possible with public iOS SDK APIs

According to Apple iOS Human Interface Guidelines, you cannot change the color or size of the pending notification badge.

A badge is a small red oval that displays the number of pending notification items (a badge appears over the upper-right corner of an app’s icon). You have no control over the size or color of the badge.

If however you are just curious on how to do it, there is a sample project here.

Apple not allow to access the UILocalnotification properties so we can not change any thing in uilocal notification , we can only use its default properties

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!