errorValue : {"app42Fault":{"httpErrorCode":401,"appErrorCode":1401,"message":"UnAuthorized Access","details":"Client is not authorized"}}
When I try to login i.e authenticate user on Unity3d Editor I face "httpErrorCode":401,"appErrorCode":1401,"message":"UnAuthorized Access", where as the same code works fine on my Android device. Is there anything I need to do for it to make work on my editor?
Also note, the sdk I am using is quite old, I started this project back in 2016 and now doing some changes in it. Back then all the app42 api requests worked fine in editor as well, but now API requests are only working in Android device and not in Unity3d editor.
Will appreciate a quick response!
Thanks