Allowed characters in the App Name

What are the allowed character in the app name?

I noticed if there’s a comma (,) in the app name Invalid value for this field validation error is thrown.

But I could find other apps with comma in the app name.

Are there any guidelines on what are the allowed characters and not allowed characters?

Hi, @justin Welcome back!

There are limitations in the app display name.
The app display name is restricted to the below constraints

  • a-z/A-Z [The app name can be in capital or small letters]
  • Can include numbers
  • You can also use the following special characters -_+.() that should be followed by an alphabet or number. Precisely, the special characters can be used either at the start or in the middle of the name.

For example: _sample_app-101

5 Likes

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.