How to change app icon every day like mac calendar app in iOS.
I try to use badge but this is not correct
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:1];
I have some icon images in application that stored in array and i want to set icon image from that image array programmeticaly. Is this possible in iOS7 ?