Tagged Questions
The badge tag has no wiki summary.
7
votes
1answer
452 views
can we show badge without APNS?
I want to simulate push notification without using apple's push notification server, so I want to know can I show badge also if yes which API or code I have use to show badge?
6
votes
1answer
470 views
How do I get an Android Top Developer Badge?
Some apps in the Android Market have a Top Developer badge under their name. For example: Facebook for Android.
How can I get one?
6
votes
4answers
4k views
How can I add a badge to a standard UIButton?
Is it possible to add a standard-looking badge to a standard UIButton?
If its not support semi0natively, what would be the simplest way to achieve this?
Example image: ...
6
votes
1answer
3k views
Is there a way to add a badge to an application icon in Android?
On the iPhone, you can add a numbered badge to the application icon. On BlackBerry, I've successfully painted an image onto the application's icon while in the program. I want to do this for Android ...
6
votes
4answers
1k views
How to add add icons and Intents in the QuickContactBadge menu for my android program?
I'm a writing a program to add a new way of communication such as MMS/SMS or SIP phone to Android.
Is there a way to add an icon in the QuickContactBadge menu, when clicking on a contact photo in ...
5
votes
1answer
451 views
Iphone badge number after delete the application
In my application i will show the badge number in springboard icon. But after the user deleted the application and install it back, the badge number automatically show at the springboard icon.
My ...
3
votes
3answers
541 views
How to achieve temperature badge for weather app?
Look at this app for example.
How does this work behind the scenes?
I know you can set the badge by using:
[UIApplication sharedApplication].applicationIconBadgeNumber = somenumber;
However, ...
3
votes
1answer
2k views
Badge on App Icon in Iphone App
How could we get a badge notification in the app icon , similar to badge notifications in tabbar item.? I need this for notifying new messages.
3
votes
2answers
4k views
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 the best way to get a badge that looks like this within my app? There are some classes I've found online ...
2
votes
1answer
35 views
dynamically updating icon in Lion
when I was using Chrome to download something in Lion, a badge with downloading progress which dynamically update itself is shown on my dock, any idea how may one go about achieving that? I am new to ...
2
votes
4answers
2k views
Nice css badge, can you give me a hand?
I want to implement badge like in SO, maybe you can give me a nice css code?
2
votes
3answers
1k views
No APNS launchoptions if launched later?
my APNS notification works fine, but I have noticed a strange behavior for which I would like to ask for confirmations.
I'm retrieving the notification payload either during ...
2
votes
3answers
5k views
iPhone: add badge to icons internal to my app
I am trying to add badges to the icons in my app. e.g. in the facebook app, in the home page the number of pending requests is shown on the requests icon.
Can someone provide any links/ideas on how ...
2
votes
1answer
2k views
UITabBar Badging
Any idea why this works:
[[[[[self tabBarController] tabBar] items] objectAtIndex:2]
setBadgeValue:@"Hello"];
But this doesn't?
[[self tabBarItem] ...
1
vote
2answers
75 views
can we show badge number on android app icon like iphone?
I just wanted to know that can we show the badge number in Android app Icon?
I know that android notifications are different then Iphone but i want to do in my android app.
Is that applicable?
...
1
vote
1answer
54 views
Add a custom badge on segmented control
I've created a custombagde by using from custom badge 2.0. However I got the following problem after I switched to second active segment, would anyone help me on it?
Original : ...
1
vote
1answer
177 views
How can I get a badge in a UIBarButtonItem?
I want to set a badge number for a UIBarButtonItem in my UIToolbar. Is this possible? It will function the same was as the normal app icon's badge number. Any advice? I have a method that returns ...
1
vote
0answers
20 views
Air Badge - not launching on some systems
I am using an air badge, (the one from http://www.adobe.com/devnet/air/articles/badge_for_air.html), on a website to launch my app.
This works on about 95% of systems.
The issue im looking into is ...
1
vote
1answer
60 views
Personalize the Google Maps badge
I would like to personalize the position badge on a Google Map (with API). I know it's possible to change the appeareance of the badge with CSS or image. But how I can do that ?
This is what I want : ...
1
vote
1answer
182 views
How to remove badge from specific tab bar after clicking away from it?
I want to remove the badge from the tab bar only after the user clicks away from the tab bar with the badge
For example, the badge appears on the 'News' tab as shown below.
If I click on the News ...
1
vote
0answers
84 views
how to show sms failure badge in sms application using code
The latest iOS conveniently puts a red exclamation point badge on the "Messages" app if an SMS failed to send at one point.
Unfortunately, I can't get this error badge to go away. I want to show ...
1
vote
1answer
238 views
How to display an image as application badge on iPhone or iPad?
On this page it says:
Additional Information
Applications can offer up to three types of push notifications:
Sounds: Plays an audible alert
Alerts: Displays an alert on the screen
Badges: Displays ...
1
vote
4answers
176 views
Android Numbers near image buttons. (Relative Laylout
So I really want to try and put numbers near my image buttons (kinda like the iphone badge notifications) to tell the user how many new items are in that directory.
One way I was thinking of doing ...
1
vote
1answer
921 views
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 have tried but i can't solve this problem. Can anyone help me.
Thanks in advance!
1
vote
3answers
732 views
Updating application badge at midnight with options: app not launched or in background, badge number can decrease
I'm reading many things about Local Notifications and the way they can help to update the app badge number.
I'd like to update this badge at midnight, and set its value to a number I can't know ...
1
vote
2answers
421 views
How do you make a social network badge?
You see them everywhere. Like the twitter and facebook buttons that show up on blogs and websites that display a number of "tweets" or "likes".
All I need to be able to do is display a number from my ...
1
vote
1answer
2k views
change Badge and push notification in iPhone SDK
I tried the push notification tutorial . It's working fine but problem is badge. When I click on the view, app is appear and the close it. it still red badge in app icon. How to remove it ?
Another ...
1
vote
0answers
174 views
0
votes
0answers
50 views
How to create Custom Badge for iphone views
How to create a Custom Badge for iPhone views using monotouch
like following link
http://www.spaulus.com/2011/04/custombadge-2-0-retina-ready-scalable-light-reflex/?lang=en
Thanks
0
votes
1answer
33 views
iOS: App Icon Badge Will Not Go Away
I've added a Local Notification into my app, but for some reason, the app installs with a "1" icon. Opening it and closing it doesn't seem to make it go away. I typed ...
0
votes
1answer
24 views
Badge on TabBar when built by Interface Builder
Is it possible to programmable set a badge value on a TabBar which is made in Interface Builder (Xcode4). I have four tabs and I would like to have a badge on the forth tab if there is unread items ...
0
votes
1answer
54 views
can text be written in badges
I am writing an application in which i inform the user of some events by 2-3 letter words written in tab badges. It works fine and according to me looks fine.
The thing is; in the iOS Human Interface ...
0
votes
2answers
33 views
Is it possible to show a character value in the APNS badge?
Has anyone done this? I would like to show a "!" instead of a number.
Thanks.
0
votes
1answer
50 views
How to manage notification when users click on badge
i have some question to ask about notification. after some hours to know how to implement push notification on iphone, now arrives!
What is the way to manage user that clicks on badge or click view on ...
0
votes
0answers
17 views
Use which API to get badge of an app in my own daemon instead of badgeStringForIdentifier?
Before,maybe I can get the badge of an app use badgeStringForIdentifier of ISSpringBoardUtility.But there is no such function now(IOS 4.3.5 does not, I don't know if others have).
So how can I get ...
0
votes
1answer
228 views
How to change css styles of Google Plus Pages Badge?
I configuring standart badge on https://developers.google.com/+/plugins/badge/config
For it Google+ rendering iframe content.
How i can change classes styles inside iframe?
0
votes
1answer
68 views
iPhone - Using '*' as Badge
I need a simple clarification in using badges for iPhone applications. Can I use '*' instead of numbers to display in badge? If so, will Apple accept such application?
0
votes
1answer
76 views
How to update ApplicationBadgeIcon in iPhone App?
I am using applicationiconbadge in my app. I am setting it to 100 and I have to decrement it till 0 and give some alerts in meanwhile. Now when I close my app by pressing homescreen, I can see badge ...
0
votes
1answer
80 views
Update UITabBarItem badgeValue with More view
How can I update the badgeValue of a TabBarItem when I do not exactly know the index of it? It might be in the "More" tab or on the main Tabbar depending on what the user sets..
Also if the ...
0
votes
2answers
176 views
Objective C: How to check for unread messages (number to be displayed as badge)
I have a tableView storing a list of notifications (retrieved from server). How can I check if the particular notification has been viewed by the user?
I was thinking of
1) storing the notification ...
0
votes
1answer
501 views
sencha touch :: adding badgeText to list items
what would be the best way to add some badgeText to the Items of a List-Panel?
thnx!
0
votes
1answer
110 views
Embedding my linkedin badge in my Academia.edu page
I am currently trying to add my linkedin badge to my Academia.edu page. The code as provided in http://www.linkedin.com/profile?promoteProfile=&trk=mypro_badges does not seem to work. Has anyone ...
0
votes
3answers
96 views
dynamic web badge in rails without javascript
I'm trying to create a web badge with user ranking. Intend for it to be used in forums where javascript might not be enabled. I have come across this
<img ...
0
votes
0answers
17 views
iPhone Badge Does Not Go, Blocks Print Jobs
So after I print a job from iPhone to Win7, the PrintCentral icon, which initially had the job number 1 still in it - begins to count up. But because the number 1 remains - even though the job ...
0
votes
1answer
252 views
How to set tab badge from app delegate
I'm trying to set the tab badge number on launch when I receive a push or local notification. Accordingly, I'm trying to set this badge number from the Application Delegate. I can set the badge ...
0
votes
2answers
675 views
iPhone icon badge without a number
I have seen 1 answer to this question but was a solution for in app badges. I am looking to create a badge for the homepage icon without a number. It would just be a red dot.
0
votes
1answer
689 views
Add badge and intent to QuickContactBadge with SyncAdapter
I have a SyncAdapter and contact syncing works fine. Only i want a nice badge added to the QuickContactBadge in the contact application. How can i get this to work?
0
votes
1answer
497 views
Icon Badge Number *without" a number
Does anybody know how to show a badge without showing a number? Similar to when the phone app cannot get the count for visual voice mail?
For an example of what I mean see the following pic: ...
0
votes
1answer
564 views
UISegmentedControl with Badge or Highlighting
Occasionally I want to highlight one of segments of a UISegmentedControl, i.e. the third title is "News" and I want to draw user's attention to it. Ideally with a red badge with a number as on the ...
0
votes
2answers
638 views
set app badge number by rows in table view with core data
I'm developing an app that uses Core Data for save and retrieve data.
Now I would like to add a badge number on app's icon in the home screen but I have some problems...
I tried this code:
...