Hi,
I developed an App that must be customized to my clients, changing some parameters as initial logo, colors, etc. I created some variables inside the project that allow me easily customize the App. After customization, I would like to deliver it to Google Play , one to each client. That is, the same project is shared by all my clients and, when I deliver the customized versions to Google Play, I would like to tell Google Play that they are different apps. The problem is: app store and Android consider all customized versions the same App, ant try to supersede them. What is the solution to this? Must I duplicate the project, creating a project to each client or is it possible to change parameters in my application in order to tell Android or Google Play that the customized versions are different apps ?
Code: Select all
Thank you, Pasteur Jr.