Search code examples
iosquickblox

Signup/Register user using quickblox?


I am using arabic text to signup on quickblox

http://api.quickblox.com/users

But i am receiving this error in iOS XCode

"errors":{"login":["should contain alphanumeric and punctuation characters only"],"password":["should contain alphanumeric and punctuation characters only"]}}

Is it possible to signup using credentials in arabic? i.e. login & password in arabic


Solution

  • Arabic language isn't supported for authentication using quickblox I'm afraid. Please use English for authentication. You can convert Arabic text into base64 string for authentication in quickblox.