Page 2 of 3

Adding 3rd party plugin to ios

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

Yes, just add all the needed code.


Adding 3rd party plugin to ios

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

okay, I will give that a go...thanks


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 4:11 pm
by Tiago Ramos

Is this the plugin you're talking about? https://github.com/DataSplice/Honeywe...

If so, just the js won't do, you need the things in the src folder, which will have to be done via xcode like I eventually found out here https://getsatisfaction.com/apperyio/...

It's a major issue with appery which still hasn't been fixed, and the support staff clearly isn't properly trained to answer questions about it.


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 4:14 pm
by Roger

This is a flavor of it. This was done before the manufacturer (honeywell) had its own. I am glad you posted this before I wasted my time...thanks.


Adding 3rd party plugin to ios

Posted: Tue Jun 03, 2014 7:13 pm
by Kateryna Grynko

Unfortunately there are no easier ways. Don't worry, it's not too difficult.


Adding 3rd party plugin to ios

Posted: Wed Jun 04, 2014 11:48 am
by Roger

How would you add the iOS specific code? This plugin is used to control a piece of hardware specific to iOS devices such as iPod touch.


Adding 3rd party plugin to ios

Posted: Wed Jun 04, 2014 3:20 pm
by Evgene Karachevtsev

Hello Roger,

You can add any files through the source editor (http://devcenter.appery.io/tutorials/... # Managing_files_and_folders)


Adding 3rd party plugin to ios

Posted: Wed Jun 04, 2014 3:24 pm
by Tiago Ramos

As I have mentioned here (https://getsatisfaction.com/apperyio/... ), source files added to the necessary folder are not added to the xcode project or included when directly building the .ipa
You'll have to download the xcode project and add the files yourself.


Adding 3rd party plugin to ios

Posted: Wed Jun 04, 2014 4:46 pm
by Roger

I understand that you can add files through the source editor. However, if they are not added to the ipa when building this would be useless.


Adding 3rd party plugin to ios

Posted: Wed Jun 04, 2014 4:51 pm
by Tiago Ramos

They're added to the source folder, but aren't linked to the xcode project itself.
Adding them to the xcode project manually is, unfortunately, the only option at the moment.