Developer app name field rules

Not applicable

Please let me know following information:

Developer app name field Length

Developer app name field Allowed Characters

Thanks,

Satheesh.K

1 1 1,081
1 REPLY 1

Dear @kumarsathe ,

Please find more details regarding developer app name field,

  • Name should be unique for a particular developer, A developer cannot create two apps with same name.
  • Validated against below regex,
\b[A-Z0-9._\-$%# ]+$
  • No restriction on app field length, just make sure it doesn't become too long for API calls / browser request limitations.