App42 emailID error code/email address validation

So I’m using app42 for an online leaderboard system and wondering if anyone uses it if there’s an appErrorCode number for incorrect email format when creating a new user. Lots of different things in the documentation like already existing user and such but couldn’t find anything for email formats; game ‘crashes’ if i dont handle the error myself.

Otherwise would I go about doing such a thing in unity? looks rather complicated from what I’ve seen…

Hello Leonal,

If the email value does not contain a correct format, it will throw an exception message from the client itself with message “Email Address in not valid” in OnException method. You can handle this exception using message received and can recover from it.

Thanks,
Himanshu Sharma