Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Generate a new APP from an existing App

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.
maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Generate a new APP from an existing App

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.

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Generate a new APP from an existing App

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.

Code: Select all

Thank you, Pasteur Jr.
maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Generate a new APP from an existing App

I believe it's the package name

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Generate a new APP from an existing App

Hi Max,

Code: Select all

If I change the package name, the export to apk fails. Any other suggestion?  

Thank You
Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Generate a new APP from an existing App

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.

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Generate a new APP from an existing App

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
Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Generate a new APP from an existing App

Hello! See the screenshots
1) Delete your project from ANDROID folder on Source tab
Image
2) Undo all source changes on ANDROID folder
Image

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Generate a new APP from an existing App

Thanks Marina,

Code: Select all

Will this procedure solve the problem I reported above? 

Thank you

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Generate a new APP from an existing App

[quote:]If I change the package name, the export to apk fails.[/quote] it's a workaround for this problem.

Return to “Issues”