Top "Badge" questions

A badge is a concise visual indication of something important to the user.

How to add Badges on UIBarbutton item?

Hi friends am new to iphone developing. Am struggle with add badge values on UIBarbutton item on right side. I …

ios uinavigationbar uibarbuttonitem badge
Android Tablayout tabs with notification badge like whatsApp

I want to implement notification badge with android.support.design.widget.TabLayout. I had tried my best effort to implement …

android badge android-tablayout
Update badge counter in Swift

With following code I get (2) in the badge icon immediately after app compiling: func application(application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: NSData) { …

ios swift parse-platform push-notification badge
Swift add badge to navigation barButtonItem and UIButton

I am trying to display badge on my notification button, in app as displayed on AppIcon. So far whatever i …

swift uibutton uibarbuttonitem badge
Attempting to badge the application icon but haven't received permission from the user to badge the application : iOS 8 Xcode 6

I am checking my app compatibility with iOS 8, I am getting following Log in console "Attempting to badge the application …

objective-c xcode ios8 badge
How to show notification count on app icon like Facebook?

I want to show unread notification count on my app icon when app is not opened. this post seems to …

android android-widget badge android-icons
Android - how to add a badge count to an application icon?

how to add badge count on app icon on homescreen , like inbuilt gmail app, facebook app. I can run with …

android notifications badge
Set the application badge number in ios 9

I'd used [UIApplication sharedApplication].applicationIconBadgeNumber = 5; for setting application badge number. It's not working in ios 9 alone. Can anyone suggest why? …

ios ios9 badge
Application icon badge number not increasing : Xcode

I am facing a problem with push notification application badge number value updation. I am doing like: -(void)application:(…

objective-c push-notification badge
How can I use iOS's standard red number badges within my app?

I know that it's trivial to add a red number badge to an app's icon on the home screen. What's …

iphone objective-c badge