I am looking for a set of characters that can be used to include in the application name to represent the application store.
So far I know that alphanumeric characters are approved in the name of the application that is displayed on the springboard. Can the name of the application begin with a number? Can the application name have + somewhere in it? Could it have? mark? Can they have points. or colon :?
I had problems sending the application with + to it AppName + displayed during debugging, but I could not imagine it as the package name for the application store.
What about the name used to display the product in the app store?
I know that: is allowed in the name of the application store. What about +, -? /:.?
I need to understand what characters I can display to the user as the name of the application on the iPhone and what characters can be displayed in the application store.
For example, the name of my springboard for my application is called CoolApp ++. This name is displayed below the icon. To send an application to the application store, I need to provide a package identifier in the form: com.yourcompanyname.appname
Any input is appreciated!
source share