Skip to content

Automate changing app "id" #3493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pedromorgan opened this issue Mar 25, 2018 · 1 comment
Open

Automate changing app "id" #3493

pedromorgan opened this issue Mar 25, 2018 · 1 comment
Labels
os: android to-be-checked Issues that might be resolved in a previous release and need to be tested or clarified further

Comments

@pedromorgan
Copy link

Changing the "app id" means changing in three places (Took me a while to figure out as a newbie as app was not installing/running):

  • package.json - "nativescript": { "id": "com.example.newapp" ...
  • app/App_Resources/Android/app.gradle - ... applicationId = "com.example.newapp" ...
  • app/App_Resources/Android/settings.json - {"appId":"com.example.newapp"...

Could the change in "package.json" become part of the build ?
ie overriding/replacing the "ids" in app.gradle and settings.json ?

Which platform(s) does your issue occur on?

Android

@KristianDD
Copy link
Contributor

Hello pedromorgan,

I understand your frustration about updating the android applicationId in multiple places. We are working on improving the workflow as described in this issue #3040.

Some additional manual steps might be required for existing projects in order to take advantage of the fix when it gets merged and delivered. Please follow the issue referenced above for more information and progress updates.

Thank you for your patience and understanding in advance.

@rosen-vladimirov rosen-vladimirov added the to-be-checked Issues that might be resolved in a previous release and need to be tested or clarified further label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: android to-be-checked Issues that might be resolved in a previous release and need to be tested or clarified further
Projects
None yet
Development

No branches or pull requests

4 participants