How to Deploy Android Application to Beta Tester Devices

后端 未结 8 1905
伪装坚强ぢ
伪装坚强ぢ 2020-12-24 02:31

My android app is not in the app store yet. Is it possible to send my app to someone, and they install it on their device. Something like iphone AdHoc?

相关标签:
8条回答
  • 2020-12-24 03:01

    There's already an accepted answer three years ago, but let me share a simpler way to deploy your app in present: DeployGate.

    With DeployGate, you can deploy your app to your own (or your colleague's) device, in a matter of seconds. All you have to do is uploading your APK file, then send a link or scan a QR code (two-dimensional barcode) with the device. To update, just upload the app again then it will be pushed to all installed devices.

    It's carefully designed to eliminate waste in your daily development. The agent app will guides you and/or your colleagues throughout the app installation process, so you can avoid almost all problems you might face, especially if they are non-tech guys. You can even shortcut typing email address and password to associate an account with your devices, just click a button shown on the browser instead. If you want, you can also catch app crashes with a single line of code integration. It magically works to help you keeping your focus on development.

    Disclaimer: I'm working on this product. :)

    0 讨论(0)
  • 2020-12-24 03:04

    You could also user TestFlight that should perfectly fit your needs, for free!

    0 讨论(0)
提交回复
热议问题