I am creating a project named '99miles'. Upon doing so, the bundle ID that was expected to end with '.99miles' is now '.-9miles'. This happens with project names starting with digits(0-9) and some special characters.
First character with digits and all special characters are replaced with '-'.
I want the bundle id to end with '.99miles'
- Why is this happening.
- Should I go for force replacing of _9miles with 99miles after creating project?