Page 1 of 3

Adding 3rd party plugin to ios

Posted: Sat Mar 01, 2014 2:03 am
by Tiago Ramos

The documentation has instructions on how to add a PhoneGap plugin to android (http://docs.appery.io/documentation/u...), but no similar instructions for iOS.

Is there any place I can find such instructions?


Adding 3rd party plugin to ios

Posted: Sat Mar 01, 2014 3:52 am
by Illya Stepanov

Hi Tiago,

Not sure I'm understand the question - you can add third party plug-in as described and create a package for the platform you need.


Adding 3rd party plugin to ios

Posted: Sat Mar 01, 2014 4:09 am
by Tiago Ramos

Unless I am mistaken, the instructions given at http://docs.appery.io/documentation/u... are specific for android projects,
Since the iOS project has a different folder structure, and iOS plugins use .h/.m files instead of .java, I don't see how the instructions given on the link apply to iOS apps.


Adding 3rd party plugin to ios

Posted: Sat Mar 01, 2014 4:34 am
by Illya Stepanov

Sorry my bad -- we'll update on this.


Adding 3rd party plugin to ios

Posted: Mon Mar 03, 2014 7:11 am
by Nikita

Hello.
This link should be useful:
http://docs.phonegap.com/en/edge/guid...


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 1:59 pm
by Roger

This does not really help in how to add a plugin to appery.


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 2:59 pm
by Kateryna Grynko

Hi Roger,

Just add it as custom JS/CSS code.


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 3:01 pm
by Roger

Not sure what that means. Are you saying just add the JS without all the plugin stuff?


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 3:22 pm
by Kateryna Grynko

Roger,

Plug-in is a code itself, so just add it to your application as custom code.


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 3:25 pm
by Roger

yes I see that. So if I have a plugin for a honeywell barcode scanner I do not need to add as a "plug-in". Instead I just add the custom java script.