Page 1 of 1
Generate a new APP from an existing App
Posted: Wed Jan 08, 2014 7:47 pm
by Pasteur Miranda
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 ?
Generate a new APP from an existing App
Posted: Wed Jan 08, 2014 7:50 pm
by maxkatz
You could change the app id -- but then it would be a different app in Google Play. I think the best way is to publish different apps.
Generate a new APP from an existing App
Posted: Wed Jan 08, 2014 7:58 pm
by Pasteur Miranda
Hi Max, thank you for your quick answer. Is the app id the project name? Or is the package name? What is the correct field I must change? The problem in publishing different apps is that I must create a different project to each client.
Generate a new APP from an existing App
Posted: Wed Jan 08, 2014 8:03 pm
by maxkatz
I believe it's the package name
Generate a new APP from an existing App
Posted: Wed Jan 08, 2014 8:15 pm
by Pasteur Miranda
Hi Max,
Code: Select all
If I change the package name, the export to apk fails. Any other suggestion?
Thank You
Generate a new APP from an existing App
Posted: Wed Jan 08, 2014 8:32 pm
by Maryna Brodina
Hello! Sorry, there is a bug (we'll fix it in January release). As a workaround on Source tab--ANDROID folder delete your project and undo all source changes.
Generate a new APP from an existing App
Posted: Thu Jan 09, 2014 6:29 pm
by Pasteur Miranda
Hi Maryna,
Code: Select all
Sorry, I didn't understand. I must delete the project and undo source changes in order to have a different app?
Thank you
Generate a new APP from an existing App
Posted: Thu Jan 09, 2014 6:45 pm
by Maryna Brodina
Hello! See the screenshots
1) Delete your project from ANDROID folder on Source tab
2) Undo all source changes on ANDROID folder
Generate a new APP from an existing App
Posted: Thu Jan 09, 2014 6:50 pm
by Pasteur Miranda
Thanks Marina,
Code: Select all
Will this procedure solve the problem I reported above?
Thank you
Generate a new APP from an existing App
Posted: Thu Jan 09, 2014 6:55 pm
by Maryna Brodina
[quote:]If I change the package name, the export to apk fails.[/quote] it's a workaround for this problem.