Hello,
I remember that there was a additional folder besides the “Corona Enterprise” folder that contains some .Jar or .a for plugins like oneSignal, Notification V2 and … . Now on Corona Native, where can I find them?
Thanks
Hello,
I remember that there was a additional folder besides the “Corona Enterprise” folder that contains some .Jar or .a for plugins like oneSignal, Notification V2 and … . Now on Corona Native, where can I find them?
Thanks
For Android, see this:
http://docs.coronalabs.com/native/android/index.html
It’s the folder structure for Android native projects. For iOS, you would include necessary frameworks in the frameworks section in Xcode. I believe .a files are just dragged into the project and choose to copy the file to the project as well.
This might have more information: http://docs.coronalabs.com/native/ios/index.html
Rob
Thanks, but my question was not related to your answer. I’ve found the solution. For Android, there is download_plugin.sh script in template project that is responsible for downloading jar files. In iOS, I could use Xcode to download needed plugins.
For Android, see this:
http://docs.coronalabs.com/native/android/index.html
It’s the folder structure for Android native projects. For iOS, you would include necessary frameworks in the frameworks section in Xcode. I believe .a files are just dragged into the project and choose to copy the file to the project as well.
This might have more information: http://docs.coronalabs.com/native/ios/index.html
Rob
Thanks, but my question was not related to your answer. I’ve found the solution. For Android, there is download_plugin.sh script in template project that is responsible for downloading jar files. In iOS, I could use Xcode to download needed plugins.