Question

Has anyone done this? I would like to show a "!" instead of a number.

Thanks.

Was it helpful?

Solution

applicationBadgeNumber on UIApplication is defined as such:

@property (nonatomic) NSInteger applicationIconBadgeNumber;

No strings, only integers.

OTHER TIPS

It accepts integer as badge number so you cant show "!" as badge ..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top