I am developing an application and trying to install the app being developed on the dev. kit without adb. I upload the apk to my Sandbox, just like it is done in production. However, the app stays in "Pending Approval" state.
I was expecting that since no one is actually approving and signing the apps in sandbox, as you upload the app in the sandbox environment, it will become available for download.
When, on my mini, I open the app market, the latest version of the app is not available for download. When I go into web dashboard, I see the latest version but it is not available for download.
Is there a way to install an update version of the app on the devkit without adb?
Thanks.