Integrating Third-Party Libraries in Mobile Applications (Magic xpa 4.x)
You can integrate third-party libraries in your mobile device application.
The integration of the libraries should be done when you compile your application.
Refer to the Using Native OS Code in Mobile Applications topic for further information on how to write native code in your application in order to call the libraries.
Android
Simply put the library in your application's libs folder (for example, at RIAModules\Android\Source\app\libs).
If your library requires additional permissions, you will need to define them in the AndroidManifest.xml file, which is located at RIAModules\Android\Source\app\src\main.
iOS
You should add the library to your project using Xcode.