-6

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 ?

Arvind
  • 51
  • 4

1 Answers1

0

You can not change the Icons on your normal Apps on iOS, but you can change them between updates.

You can change the icons of Newsstand Apps (i.e. magazine Apps inside the Newsstand), if you are making such an App.

Sverrisson
  • 17,970
  • 5
  • 66
  • 62