This is a migrated thread and some comments may be shown as answers.

BumpTech custom plug in - how do I create the plugin.xml?

1 Answer 43 Views
Apache Cordova
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shawn
Top achievements
Rank 1
Shawn asked on 21 Oct 2013, 05:36 PM
I am trying my first custom plug-in and having trouble.  I am trying to use Bump in my application (https://bu.mp/).
There are phone gap plug in on GitHub for both Andriod and iPhone 
      https://github.com/bumptech/bump-api-ios/
      https://github.com/bumptech/bump-api-android

I have been trying to get this going using your docs on http://www.icenium.com/blog/icenium-team-blog/2013/06/25/custom-cordova-plugins-with-icenium-and-more.

But I haven't had much luck because there is no plugin.xml that I can find.
Your doc tells me that I need to create one but I have no idea where to find the information to plug into it.

This is my first effort so spoon-feeding is welcome!
Thanks
Shawn

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 Oct 2013, 02:20 PM
Hi Shawn,

The links you've given are for native iOS (XCode) and Android (Eclipse) projects and not for hybrid apps utilizing Cordova (previously PhoneGap). I could not find a Cordova plugin available in their repository, so I have to assume they do not have one yet. Thus the given code has to be altered, so it could be used as a Cordova plugin and the plugin.xml is not the only effort you have to tackle with. You can find more information how to make this happen from Cordova docs:
And here is info what the plugin.xml should contain in order for the plugin to be usable in Icenium:
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
Apache Cordova
Asked by
Shawn
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or