I’m making, you know, one of those wacky games, where an exclamation point in the title would probably be appropriate. What’s your opinion on whether to do that or not?
Most people searching for the game won’t put the “!” in their search, but I don’t know if that’s worth thinking about. I don’t know if there’s a list of things to consider, when branding something with a title.
I think you are confusing the bundle name with the bundle display name. The bundle name cannot have characters like ! or spaces in it. The bundle display name can. When you are setting up your app, set the bundle identifier to not have the !. It would be something like:
com.companyName.myApp
Then set a key in Info.plist that sets your bundle display name to something like:
I generally just hit command-B in Unity ad have that be the end of it. I don’t really have any good grasp of Xcode building. I got the ! to show up by hard-coding the “Bundle identifier” before building, but I don’t know how to get it to work while still using ${PRODUCT_NAME:identifier}