Tuesday, October 14, 2008

Renaming an iPhone App

Renaming an iPhone app can appear to be a pretty clunky deal the first few times. It is particularly irksome that Apple explicitly states that once you generate an AppID in your developer program portal, you cannot delete it.

This graphic is helpful in navigating the change in XCode.



Also, I have learned the hard way to make sure that the URL in your info.plist "InfoDictionary version" property matches your AppID. So, for instance, you generate a new AppID like "WER4ERF4.net.framewreck.tehdumbapp" then make sure your info.plist value is "net.framewreck.${PRODUCT_NAME:identifier}"

No comments: