New Plugin

Hi,

I am planning to submit a Native-Java plugin related to Android GPS and WiFi. Based on the docs, it says to submit via Bitbucket. How is it done ?

[lua]If your plugin is written in native code or hybrid native+Lua, it should be submitted via a Bitbucket repo that has been shared with you (the structure of that repo must follow a particular format). Once you have an update for your repo, you can generate a pull request.[/lua]

Thanks

When you first create your plugin, you will put it in a .zip file and create an entry in the Marketplace through your vendor page. Once you submit it for review, we will download the .zip file, check it to make sure it’s okay and we will setup a repository on our bitbucket account and initialize it with files in the .zip file. Then we give you write access to the repo and give you the URL. After that, it’s up to you to use Mercurial (HG) (we will have to switch to GIT in the near future) or there is an app that lets you use BitBucket called SourceTree to maintain and update your plugin.

Rob