iPhone Bundle Identifier (".*") <no domain name

I’ve successfully built many non-Unity iPhone Xcode apps and loaded and executed them on my iPhone. The AppID that I originally created in my Xcode setup was of the format “<My 10 Character Number>.", like "R2T24EVAEE.” I don’t have a domain name as part of the identifier. I’ve been trying different combinations in the Unity Bundle Identifier, but I’m getting the “bundle ID has not been setup” error. What would be the right pattern for my setup?

Thanks,
Tony

You need to install a provisioning profile that allows you to use a real bundle identifier:

In the AppIDs, App ID text field use something like
com.MyCompanyName.*

This way you can use any kind of product name for development due to the asterisk at the end. Once you have the AppID you need to create a provisioning profile and install it.