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?
setApplicationBadge:isn’t in the UIApplication API documentation. My guess is that the method used to exist but was removed.