How to add a native extension to your app

We have so far established what you need to set in a native extension, in order for it to be distinguishable from other native extensions when used in an app. We also saw that you need to set that in the extension descriptor file.

Now let's have a look at how a native extension is used in an app and what you need to set in the app to help AIR find and load the native extension. Read More

Categories: AIR Native Extensions.

Preparing an ANE to be used in an app

The other week we had an overview of how an AIR Native Extension (ANE) fits in your app, after which we saw what goes into an ANE. We even inspected the elements of an ANE for:

Today we are zooming in to see what you need to set in the ANE, so that an app can find it. Read More

Categories: AIR Native Extensions.