I have 2 apps that I want to connect together, I want to control the "BagdeNumer" will running the other app sometime to show 1 or sometime show 100 ...
I using this command to control on the Badge in the app im in NOW ..
[[UIApplication sharedApplication] setApplicationIconBadgeNumber: 1];
and in the same time i want to remove the other app Badge number
how can i do it ?