ios – 如果您在App Store上更改应用程序名称,短链接是否会更改?

我们正在改变iTunes App Store上的某个应用程序的名称.

假设我们将我们的应用程序从foo重命名为bar.

目前,您可以从http://itunes.com/app/foo下载该应用程序.名称更改后,短链接还会更改为http://itunes.com/app/bar,还是绑定到捆绑ID的短链接

解决方法

我向Apple询问了详细信息,这是他们的答复:

We understand that you plan to update the name on your app and want to
confirm the App’s direct URL.

The URL for your application will be www.itunes.com/apps/XXXX where
you replace “XXXX” with your app name with no spaces. Once your app
has been approved,your direct link should update to reflect your new
app name. This link will work within 24 hours of your application
going live in the App Store.

但是,在这个阶段,两个链接都有效.
链接http://www.itunes.com/apps/StoryBot和新链接http://www.itunes.com/apps/BookBot都可以工作(在此阶段).旧版本可能会在某个时间点(try it to see if it has yet)到期,但在撰写本文时它们都可以正常工作.

UPDATE

经过一段时间后,原始链接停止工作,新链接生效.

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...