10-18-2011 08:27 PM
Do libraries created with the NDK to be used for AIR via the Native Exension need to be signed?
Solved! Go to Solution.
10-19-2011 11:34 AM
When packaging an AIR app with a native shared library, the library is put inside the AIR app "META-INF" directory. When you sign the AIR app all files insides the AIR app directory will be signed using the same key, including the native shared library.
Also the concept of AIR Native Extension allows native code to be used in your AIR app. The native code developer will not sign the library. The developer who is responsible to distribute the app will need to sign it.
10-19-2011 01:08 PM
10-19-2011 02:54 PM
You can use the current tools and FB 4.5.1 to create ANEs. We don't have any documentation or tutorials available for this yet.