tags:

views:

26

answers:

1

Hi!

Can I use this API multiple times using the lifetime. When I try to do that, this does not update the application badge.

Anything I might be missing.

Regards Nitin

+1  A: 

Yeah, it can be used however many times you want.

It might help to show the code you're using to set it, see if there's anything wrong there.

Tom Irving
[[UIApplication sharedApplication] setApplicationBadgeString:@"x"];
It's setApplicationBadgeNumber: and it has to be an integer.
Tom Irving