what is correct format of bundle identifier in iOS

2019-01-19 11:54发布

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.

2条回答
太酷不给撩
2楼-- · 2019-01-19 12:27

The First type is the correct one.It is a standard to use the reverse domain name as the bundle identifier along with app name. For example com.google.gmail,com.fb.messanger

查看更多
Viruses.
3楼-- · 2019-01-19 12:40

All the formats which you have mentioned are correct. But the standard format as expected by apple is com.company.appname.

查看更多
登录 后发表回答