I have a wildcard bundle ID
com.chatAt*
which I am setting for bundle identifier for my project in Xcode. However, I am getting an error
(null): error: CFBundleIdentifier 'com.chatAt*' contains illegal character '*'
After looking things up on the apple website it states that
you need to replace the asterisk with an appropriate string using the reverse-DNS format
and I am not sure what exactly is meant by 'reverse-DNS' format. Is anyone able to help with this? Thanks in advance