Jose,
If you are using the credentials you signed up for upon downloading
the SDK, your code must register a device specific user prior to
getting location. The easiest way to do this is to rely on our
autoregistration feature. To use autoregistration, call
xps.registerUser(yourAuth, NULL, regCallback) on starup of your app.
Once regCallback.handleSuccess() is called, you can make location
calls using yourAuth, and we will automatically swap in the device
specific userID for you.
Joel
On Apr 13, 8:06 pm, jose manuel carrera <manuel.ngw...@gmail.com>
wrote:
> Hello. I´m a developer from Mexico and I´ve a problem with the example in
> android, I run the example in Samsung Galaxy and when I wanna install my
> project the error log launch in the handleerro
> callback:WPS_ERROR_UNAUTHORIZED. I´m register and I introduce my username
> and my realm but don´t work. Please help.