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?