I have four bundle identifier
- com.company.appname
- com.appname
- appname
- com.company-name.app-name
Please help me to find out correct bundle identifier,
Please tell me which is correct.
I have four bundle identifier
Please help me to find out correct bundle identifier,
Please tell me which is correct.
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
All the formats which you have mentioned are correct. But the standard format as expected by apple is
com.company.appname
.