.apk not working w/out device being plugged in

Hello all,
Forgive me if this question has already been answered but I can’t find it anywhere, I am having an issue where I am building my .apk and putting it in a dropbox folder so my tester could test my app, it starts up fine but when pressing the button it does nothing, like touch is unavailable, I may have missed something somewhere but when I have my device connected to my machine it works fine but when I even download it from dropbox nothing happens when I press the buttons, any suggestions would be appreciated. :smile:

Has anyone else had this issue?

What’s your process here? You build to the drop box folder then go to the device and download the APK from the drop box link?

Uploading to drop box takes a little bit of time. It’s possible that you’re trying to download the file before it completes uploading to dropbox.

I use drop box all the time and have no issues.

Hey kenlem,
Thanks for the reply sorry it is late I just got off work, what I do is build the .apk in unity and then I copy the .apk and then put it in dropbox it says that it is completed but when I open it the .apk doesn’t work, I do a verify install on the .apk to the phone device and it does nothing. Trying to figure out what I am missing.