Hi guy it's possible put in the application Badge some letter?
Something like ON OFF?
[UIApplication sharedApplication].applicationIconBadgeNumber = 1;
Work but it's a number
in the Sadun's book (my last day bibble) i see
[UIApplication sharedApplication] setapplicationBadge:@"ON";
But not work, any idea?