As a windows only user, what are my options for building a IOS app with VS Tools for Cordova plugin?
I've built a nice killer app, but only able to run it on android. I looked at Phonegap build, but I seems to be some inconsistent with the plugin namespace. This is what I did.
- Copied the www directory to a new github project
- Copied the config.xml file into the same project
- Built using phonegap build service
Result, a running ios app without plugins.
I noticed the vs: prefix in config.xml, so I tried replace with the gap: prefix, but then got errors about unsupported plugins.
Question is: Will I be able to build my project for IOS without buying a mac?