표기되는 앱 이름 변경, 번들ID 변경 (패키지명 변경)

Column
Tags
Play Store
build
config
 

표기되는 앱 이름 변경

  • 화면에 보이는 앱 이름이 변경되지만, 고유 식별값이 동일하다면 덮어 쓰여진다.
[프로젝트경로]/android/app/src/main/res/values/strings.xml
<resources> <string name="app_name">mobile_90</string> </resources>
 

앱 고유 식별값인 번들ID 변경

  • 표기되는 이름이 동일하더라도, 고유 식별값인 번들ID가 다르다면 별도의 앱으로 설치된다.