Post Pic

How to add a badge on your iPhone App

Here is a simple tip to show a number on your app icon. See an example screenshot below:

christmas_countdown_badge

You can set this little number appears on the icon by using UIApplication class like below

- (void)applicationDidFinishLaunching:(UIApplication *)application {
    //...
    [application setApplicationIconBadgeNumber:123];
}

Check out the app from this link:

Christmas Countdown Free

Related posts:

  1. 7 Free Christmas Apps from ObjectGraph Can't wait for Christmas? Here is a simple app that...
  2. [iPhone アプリ] クリスマス・サウンドがiTunesで1位になりました。- Christmas Sounds App is #1 in iTunes! (Japanese) クリスマス・サウンドアプリがiTunesで1位になりました!期間限定で無料です。お早めにどうぞ。 (English) Our Christmas Sounds and Music app is...
  3. App Store Download Hit 1 Billion! Congraturations! 1 Billion Downloads! Who got prizes? http://www.apple.com/itunes/billion-app-countdown/ Check out...
  4. O’Rielly Maker: Make fun O’Rielly Book Covers Make funny book covers that resemble O’Reilly books using...
  5. ASP.NET Date Picker I know it has been a long time since i...

Related posts brought to you by Yet Another Related Posts Plugin.

Leave Your Response

* Name, Email, Comment are Required