I have an App that I am about to release to the App store. The App has the same name as the company. I know the recommended way to name your bundle identifier is
com.yourcompanyname.appname
However, it would seem silly and repetitive to name it like this for example
com.applemaps.applemaps
Can't I just name it like "com.applemaps" to avoid repetitiveness?
Lastly, should I have .mac at the end to differentiate between iPhone and Mac app?
Edit: I do see GitHub named their bundle identifier like so and evernote did something similar.
com.github.GitHub