Hey, I need a little advice about writing/publishing apps and signing keys, my google skills are failing me and I'm self taught on web programming. I feel like I'm probably doing lots of work arounds for something there's an easier way of doing. I got some amazing help here last year (from Control) so turning to you guys again
I've spent a year working on an education website with procedurally generated math questions, it's going pretty well and I'm ready to start looking at how to monetise it. I've decided that my first step is to try and sell it as an app (probably microtransations to buy each subject area), so I'm using Adobe PhoneGap to turn my website into a hybrid app.
I've managed to use PhoneGap to make an Android app and got it onto Google Play for testing, so far so good. I want to use PhoneGap to make it into a Desktop Windows and iOS app now, iOS can wait but I need Desktop Windows ASAP so I can set it up on my wife's touchscreen laptop and record myself using it for YouTube videos to market it.
The hardest part of getting onto Google Play was figuring out how to get a signing key for Android, I just about managed it. The process for Desktop Windows seems much more complicated and I don't know where to start, the tutorials talk about things I'm not using. Part of the problem is that I don't think my dev envirnoment is much good. I'm using Netbeans which isn't really doing much for me, all the online tutorials talk about using Android Studio or Visual Studio. I downloaded Visual Studio and I don't even know how to start a new project, looks like it's set up for C instead of the HTML/CSS/Javascript I'm using.
I could just move all my code over to my wife's laptop but I don't always have access and I'd rather keep it all in one place because I don't know how to do version control either, maybe I could just have my code on a memory stick?
So my questions are:
1) Is Netbeans fine or is there a better environment to write HTML/CSS/Javascript in? How do I port my code across? I feel like there's a way of doing this without using the PhoneGap website to wrap my app for me.
2) How the fuck do you get a Desktop Windows signing key? PhoneGap will make the app but my PC refuses to run it.
Sorry if this is too much, just hoping that someone does this for a living and can just point me in the right direction!