-
Notifications
You must be signed in to change notification settings - Fork 1
ApplicationIcon Badge Number
levching edited this page Apr 15, 2020
·
3 revisions
If you wonder how to add a number to your app icon, looking something like this:
This is the exact API you were looking for, and you can set a number of application badges as easy as shown on a code snippet below:
using SA.iOS.UIKit;
...
ISN_UIApplication.ApplicationIconBadgeNumber = 5;
If you want to remove it, simply set badges number to zero:
using SA.iOS.UIKit;
...
ISN_UIApplication.ApplicationIconBadgeNumber = 5;
Reliable and high-quality Unity Development service. Let's Talk!
Website | AssetStore | LinkedIn | Youtube | Scripting Reference
- Getting Started
- Authentication
- Game Center UI
- Leaderboards
- Default Leaderboard
- Achievements
- Saving A Game
- Access Point
- iTunes Connect Setup
- StoreKit Initialization
- Purchase flow
- Receipt Validation
- Store Review Controller
- Storefront API
- Subscription Offers