There are many reasons why you would need to track your application users. But unfortunately there isn’t such an API available in Adobe AIR. In our recent development, we needed to identify our users based on their devices. We were searching for an Adobe AIR Unique Device ID to somehow be able to identify users …
More-
How to get an Adobe AIR unique device id
-
Happy 2017 April fool’s day!
Did you really think we are going to stop supporting the AIR community? Of course we are NOT 🙂 The fact is that we are more powerful than ever before. We have more than a thousand users and club members whom are using our ANEs in their applications. We totally understand that AIR developers are …
More -
How to debug Air Native Extensions
AIR Native Extensions have been around for years. If you have been using them, you might have faced some debugging problems where your app is crashing with no obvious reasons. You might spend a lot of time trying to figure out what could be wrong in your setup before you would notice that you have …
More -
Generate SHA signing certificate fingerprints on AIR apps
When developing mobile applications you would sometimes need the SHA-1 or SHA-256 signing certificate fingerprints. These are required for security reasons and are usually used when dealing with Android apps. There are a lot of articles and different tools available online for obtaining these values but today I am going to share with you an …
More -
Adobe AIR App Permissions
Adobe has finally updated the Android SDK in AIR 24 and has introduced the Permissions as an AS3 API along with some other cool new features which has made us very happy. You may find the release notes here. However, there are two downsides regarding the built-in AS3 solution that you might consider using an ANE …
More -
How to send FCM messages from my server
Send FCM Messages like a pro! Before you try to send FCM messages, you should first learn the difference between them. Generally, there are two kinds of FCM messages, the Notification and Data messages. If you are trying the Firebase console to send FCM messages, it only supports Notification messages. (At least for the moment …
More -
A tool to make ANE integration into your AIR apps a breeze
NOTICE: The inspector ANE is now deprecated. The ANE-LAB software will be using it internally and this repository will no longer be updated. You are encouraged to remove this ANE from your project and instead use the ANE-LAB. If you are new to using AIR Native Extensions in your AIR projects, you may find …
More -
Ultimate solution to fix Air Native Extension conflict problem
We are officially allowing all Air Native Extensions providers/developers to use our Common Dependency ANEs free of any charge so the Air community won’t see that scary Air Native Extension conflict error message any more!
More