Getting error 2002 on registration

Source:
http://pastebin.com/bU3yxE5Q

I’m getting error 2002 on registration, I have triple checked and values are set as in App Settings and version is set to “v1”.

I’m using Unity plugin from here:
https://github.com/Backendless-Game-SDK/Unity-SDK

Do I have to somehow enable version? If so, how?

Hi Aleksander,

Have you entered app id and secret key in the plugin? If so, did you use the REST Secret key?

Regards,
Mark

I’m entering Android and IOS keys as needed.
What is the REST key and when should I use it?

With that SDK you should always use the REST Secret Key. You get it in Backendless Console. Login, select your app, click Manage and get the REST Secret Key on the App Settings screen.

Regards,
Mark

It solves my issue, thank you for your time.