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-
How to debug Air Native Extensions
-
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 -
How to control the virtual keyboard layout in iOS and Android using JavaScript and HTML?
When developing mobile apps, especially multi-platform types with Adobe Air, there are times when you need to use WebView solutions to show some online content. HTML is improving everyday and although it has tried to keep its functionality the same across different platforms, it has always been partially unsuccessful. In post-mobile era, the problem was …
More -
How to open/parse pdf using RichWebview ANE?
Using PDF files is becoming very popular in mobile apps. So, the question is how would you be able to parse PDF file if you are using the RichWebview ANE? if you are not using the webview ANE, you can easily use our PDF ANE to open these files types. But when you want your …
More