Thanks for replying
OK - so lets see if I've got this right (again, please remember i'm new to all this)
An Addon and a plugin are two distinct things - Addons are things like Data & Storage, Form Controls etc? whereas plugins are third-party code designed to bridge specific gaps?
--
I think you've done everything that should be done in Construct which is calling the social-sharing function (window.plugins.socialsharing.share) - I've not done this - where do I need to add (window.plugins.socialsharing.share) ?
- You will be using build.phonegap.com to build your APK. - just checked this url out - it's a paid service, correct? I'm guessing the $9.99p/m option is the one everyone goes for?
- In Construct, Export your project to Cordova - makes sense, both Android and iOS (although I don't know what Cordova actually is)
- In the export folder, find config.xml then add the following before the </widget>:
<plugin name="cordova-plugin-x-socialsharing" spec="5.1.7" /> - yep, found that.
This line tell the Phonegap build to install the social sharing plugin for you (like the one you downloaded)
- In the build.phonegap.com dashboard create a new app and upload the export folder. - I'll look at this once I've finished the app and signed up etc.
Before you try build.phonegap.com, ask if it's possible to make the Scirra build service install that plugin for you (assuming you use the paid version of C3) - I'll ask Scirra this, but not 100% sure what it is I'm asking or where to ask.
--
Again, thanks for your help. Looks like getting this thing live isn't as straight forward as I'd hoped. I'm sure it will all make sense once I've got a couple of published apps under my belt.