Please help with bundle identifier :(

Hi,

could someone please explain this line:

com.domainname.appname

What is “domainname” exactly?

My developer provisioning profile is called
“Ejay Development Provisioning Profile” and App ID is
“EJay Apps Suite” K8JE58243K.*

Say if app name I made is called “Test1”, what should I specify in Unity’s iPhone Bundle Identifier and also in XCode Target info properties?

Thanks a lot for any help!

Hmm, this is usually your domain in reversed order followed by your app name.

For example a game “blabla” for my domain decane.net would give:

net.decane.blabla

as bundle identifier. Does that answer your question?

Or

com.ejay.test1

thank you guys, it was com.Ejay.Test1