Tiago Ramos
Posts: 0
Joined: Thu Feb 27, 2014 3:00 pm

Adding 3rd party plugin to ios

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Adding 3rd party plugin to ios

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.

Tiago Ramos
Posts: 0
Joined: Thu Feb 27, 2014 3:00 pm

Adding 3rd party plugin to ios

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Adding 3rd party plugin to ios

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

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Adding 3rd party plugin to ios

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

Roger
Posts: 0
Joined: Fri Mar 29, 2013 1:10 pm

Adding 3rd party plugin to ios

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Adding 3rd party plugin to ios

Hi Roger,

Just add it as custom JS/CSS code.

Roger
Posts: 0
Joined: Fri Mar 29, 2013 1:10 pm

Adding 3rd party plugin to ios

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Adding 3rd party plugin to ios

Roger,

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

Roger
Posts: 0
Joined: Fri Mar 29, 2013 1:10 pm

Adding 3rd party plugin to ios

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.

Return to “Issues”