how to build nativescript-vue .apk without submitting it to google store to share with my friends for beta testing

不问归期 提交于 2021-01-29 09:47:32

问题


I see a lot of them in relating topics all involved in submitting to google store. Is it possible to create .apk locally (CLI) so I can share this with few other friends? I'm using Nativescript Vue and I don't want to deal with Google store or Itune at this point.


回答1:


All the articles you must have read should already cover building a APK, you stop it one step before you if you don't want to submit it to Google Play.

The tns build command should give you the APK, you may just share it with your friends to try it. But remember they must have enabled unknown source in their settings so they can install the APK from anywhere.

If you are looking for a more organised way of distributing your Beta, Google Play itself has a option to invite people by email ids for beta testing, it won't be available for others until you release it. There are third parties too like Hockey App, TestFairy and more



来源:https://stackoverflow.com/questions/54606658/how-to-build-nativescript-vue-apk-without-submitting-it-to-google-store-to-shar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!