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.
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).
org
as a prefix instead of com
–
Keverne 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
The Bundle ID can only contain alphanumeric characters, hyphens, and periods. It can't end on a period.
This regexp should be correct: .[\w\.-]+[\w-]
all you need is device registered at Apple development program, if you have no device registered simply connect your iphone and register it through xcode.
© 2022 - 2024 — McMap. All rights reserved.