Basic sinatra app to deploy iOS and Android applications over-the-air.
Amazon S3
POST: /app
- binary - file (IPA or APK)
- identifier - string ()
- icon - file (PNG)
In the Terminal enter:
> heroku create # create your heroku app
> git push heroku master