Let say that a client order a mobile application. My questions are the following.
Can I "publish" the application on Internet (in a location like www.somewhere.com/myapp) so he can see the application during development?
Can I created a QR Code for the application so he can download it?
Does the apk file contains all the resources or do I have to include them in the same location as the application?
FYI I am using visual studio and the ionic templates for visual studio.
Thanks in advance