How to get the correct bundle identifier?
Hi,
I'm trying to build my first iOS app, and everytime I try building it, I get the CodeSign failed error, which basically means that my info.plist bundle identifier and the AppID in the provisioning profile are not the same. My question is, how do I find the correct text to enter in the info.plist file?
I saw that the default one is com.companyname.appid, but I don't have company name, and when I try entering my first and last name as the company id, I get an error that I'm using an invalid character (the space between my first and last name). So can someone help out and tell me what is the correct text for the bundle identifier? I've been trying numerous combinations for hours!
Thanks.
|