what is correct format of bundle identifier in iOS?

Krutarth Patel picture Krutarth Patel · Mar 11, 2015 · Viewed 20.9k times · Source

I have four bundle identifier

  1. com.company.appname
  2. com.appname
  3. appname
  4. com.company-name.app-name

Please help me to find out correct bundle identifier,
Please tell me which is correct.

Answer

abintom picture abintom · Mar 11, 2015

All the formats which you have mentioned are correct and can be used as bundle identifier. But the standard format followed is com.company.appname (reverse domain name).