Should the rfc1034identifier be removed from the CFBundleIdentifier in plist file?

Posted by bobo on Stack Overflow See other posts from Stack Overflow or by bobo
Published on 2010-03-18T07:39:41Z Indexed on 2010/03/18 7:41 UTC
Read the original article Hit count: 462

Filed under:
|
|
|
|

In my Xcode project's plist file, I can see the value for the key CFBundleIdentifier is:

com.mycompany.${PRODUCT_NAME:rfc1034identifier}

Obviously I will have to change com.mycompany to the domain name of my company, but I have no idea whether the rfc1034identifier should be removed so that it becomes:

com.mycompany.${PRODUCT_NAME}

Google did not help answering my question. Does this rfc1034identifier affect the AppID that I should provide in the iPhone Developer program - Provisioning Portal?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about appstore