Create Multiple apps of the same project

自闭症网瘾萝莉.ら 提交于 2019-12-23 06:30:06

问题


I have been searching a lot for the best practice for my problem and didn't find anything useful so far.

My problem is: I have platform that create E-commerce apps for the user and than we publish it for the users on the play store. NOTE: each app have different name and maybe different google account.

Every time there's bug fix or new feature, we need to copy paste the same code in every project and then upload them again to the store.

My question is: Is there's smarter way to deal with this ? i mean what if we have 100 app of the same project, that will be pain to update the code in all of them and than upload all APK's again.

Maybe there's way to update the classes and content dynamic ? or even some tool that can organize the whole thing or manage uploading the APK's ?

Thanks in advance.


回答1:


You don't need to copy paste the same code in every project and you don't even need different google account.There is a process called white labelling apps in which you can manage unlimited apk from a single project. Just add all the clients in product flavours in gradle file with different application id. Follow the link attached for detailed procedure of white labelling

https://proandroiddev.com/advanced-android-flavors-part-1-building-white-label-apps-on-android-ade16af23bcf



来源:https://stackoverflow.com/questions/53350936/create-multiple-apps-of-the-same-project

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