iOS App Store Unique App Names? [closed]

家住魔仙堡 提交于 2019-12-04 09:15:34

问题


Must iOS apps have a globally unique name? The iTunes Connect Developer Guide implies that they do, but doesn't say so directly. The closest it comes is (p71):

As a result of this deletion [after not delivering a binary within 120 days], your app name will be able to be used by another developer

If an app is renamed, does the old name then become available again?


回答1:


Apps do indeed have to have unique names. If a desired name isn't available, developers commonly solve the problem by adding a bit of description to the name, making it unique, e.g. "SuperText - Text Editor for Geeks" when "SuperText" isn't available.

Until recently there was a significant name-squatting problem, with devs creating placeholder apps that tied up names indefinitely. Apple cleared all of those out last Fall, making a large number of names available again. Now an app created in iTunes Connect but not submitted for review will receive a warning after 150 days and if there's still no submission 30 days later, the placeholder is deleted and the name is freed up to other developers (as per the policy you quote). Significantly, that specific name is no longer available to the developer that first used it, so be certain you're going to submit soon after creating the app in ITC.

As to approved and then later renamed apps, I don't know what Apple's policy is, and it's not spelled out anywhere that I've ever seen. I think it's somewhat unlikely that the old name becomes available due to potential consumer confusion, though: "I bought 'Buddy's Checkers' but now it's saying that I didn't buy it."

Note: Updated from 90 days to 150 days, per Apple's change. See "App Name Expiry" in the iTunes Connect Developer Guide. (thanks to Alexander)




回答2:


As an aside note: Apple has recently extended its 120 day limit to 180 days. It means that if you don't upload a binary within the 180-day period, your app is deleted from iTunes Connect. As a result, you cannot reuse the app name, SKU or bundle ID. See more details in the App Name Expiry section of the iTunes Connect Developer Guide



来源:https://stackoverflow.com/questions/5018175/ios-app-store-unique-app-names

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!