is it possible to change the name of an iOS app vi

2020-02-08 15:17发布

we want to publish an update of our app. Is it possible to rename the app after the update? let's say the app is called myApp and I want it to be called myApp 2 after the update... can it be done?

8条回答
2楼-- · 2020-02-08 16:12

Actually you can. You can change the "Bundle Name" which (I think) is the name the App appears on the AppStore and the "Bundle Display Name" which is the name that appears under your icon on the Home screen. But if you change your "Bundle Identifier" then your App is not the same App. More info can be found in the Apple Docs here.

查看更多
该账号已被封号
3楼-- · 2020-02-08 16:12

https://stackoverflow.com/a/8074959/480415

select your target, "Info" tab, and set the "Bundle display name" field to the name you want (i.e. "MySuperApp"). This is the simplest, pain-free solution.

查看更多
登录 后发表回答