Page 1 of 1

App shuts down on startup

Posted: Wed Jan 22, 2014 7:05 pm
by sam hansen

I created an app using your platform(a basic portfolio app using images and text only. no videos) and everything went smoothly, I published it to the android marketplace with no issues but when I download and install it on my phone or tablet and go to open it up it says "the app shut down". Here is the link to the app https://play.google.com/store/apps/de...


App shuts down on startup

Posted: Wed Jan 22, 2014 7:38 pm
by Maryna Brodina

Hello! You changed Android permissions in app settings, please click Reset to defaults button. You need at least these permissions checked

Code: Select all

 ulliACCESS_NETWORK_STATE/li 
 liREAD_PHONE_STATE/li 
 liWRITE_EXTERNAL_STORAGE/li/ul

App shuts down on startup

Posted: Wed Jan 22, 2014 7:43 pm
by sam hansen

Thank you, I am new to app building and did not think I needed any permissions since it is just a portfolio app but it makes perfect sense.