gmiaty / apns-php

Automatically exported from code.google.com/p/apns-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating or removing the badge

GoogleCodeExporter opened this issue · comments

HI 

I am having difficulty removing the badge once the notifications has been 
viewed.
I will greatly appreciate any help.

Regards
Luben

Original issue reported on code.google.com by lubeniva...@gmail.com on 16 Feb 2011 at 2:23

- (BOOL)application:(UIApplication *)application 
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    

[...]

  application.applicationIconBadgeNumber = 0;

[...]
}

Original comment by aldo.arm...@gmail.com on 18 Feb 2011 at 12:39

  • Changed state: Invalid
Great it worked! 
Thank you very much!

Original comment by lubeniva...@gmail.com on 18 Feb 2011 at 2:08