Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.
/ Badge-ANE Public archive

This AIR Native Extension lets you control the iOS badge value directly from Adobe AIR app.

License

Notifications You must be signed in to change notification settings

myflashlab/Badge-ANE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badge ANE for iOS Adobe AIR apps

With Badge ANE you can read and write badge values for your iOS apps.

IMPORTANT: Implementing ANEs in your AIR projects means you may be required to add some dependencies or copy some frameworks or editing your app's manifest file. Our ANE setup instruction is designed in a human-readable format but you may still need to familiarize yourself with this format. Read this post for more information

If you think manually setting up ANEs in your projects is confusing or time-consuming, you better check the ANELAB Software.

The ANE-LAB Software

Tech Support

If you need our professional support to help you with implementing and using the ANE in your project, you can join MyFlashLabs Club or buy a premium support package. Otherwise, you may create new issues at this repository and the community might help you.

Air Usage

import com.myflashlab.air.extensions.badge.Badge;

// If you are using the FCM ANE to manage notifications, you don't need to call this method.
// because those ANEs have already registered your app for notification in iOS settings.
Badge.register();

// to read the current badge number
trace("current badge is: " + Badge.value);

// to write a new badge value
Badge.value = 2;

Are you using this ANE in your project? Maybe you'd like to buy us a beer 🍺?

paypal

Add your name to the below list? Donate anything more than $100 and it will be.

Sponsored by...

your_website.com
Your company motto can be here!

About

This AIR Native Extension lets you control the iOS badge value directly from Adobe AIR app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published