I am new to mobile app development. I am trying to choose a framework that will allow me to generate a QR code of the application on the terminal, so I can scan it. Phonegap says it has that feature:
The phonegap remote run command will execute both the build and install commands automatically and is the quickest path to building your app with the PhoneGap Build cloud service. The result is a QR code that can be scanned by your mobile device directly from the terminal to install the app.(See http://docs.phonegap.com/references/pho ... ote-usage/ at the bottom).
The problem is that Phonegap is for hybrid apps, and I need to have this feature for native iOS (and eventually Android) app development. I checked Appcelerator CLI documentation but I think they can generate the QR on a GUI, and I need it actually on a terminal.
Obviously it's not the only feature I will need, but it's important since many in my team work via SSH and not always will have a graphic environment to test, other than an actual mobile device.
Sorry if the question doesn't make much sense. I am new to this and just need some orientation.
Thank you in advance.