Signin_failed
BeantwortetHi, I downloaded the Rainbow-Android-SDK-Samples, and run the client in Android device. When I enter the account, I got an error of signin_failed.
Anyone know what is the reason? The host is "sandbox.openrainbow.com".
I tested the same account can login to the sandbox via Web.
Rdgs,
Samuel
-
Offizieller Kommentar
FYI, solved by removing the "appId" and 'secretId"
Note: in a near future (some weeks/months), appId/secret will be needed for sandbox
Aktionen für Kommentare -
Hi Samuel,
You can login with the same account to
https://web-sandbox.openrainbow.com
?Which version of the SDK do you have ?
Last is 1.39 and should be updated in next days to 1.40.
https://hub.openrainbow.com/#/documentation/doc/sdk/android/tutorials/What_is_newRegards,
Pascal -
Sorry, I don't have the Android studio to test.
Do you mean that using the code example and sandbox.openrainbow.com in
"host"
login failed ?
RainbowSdk.instance().connection().start(new StartResponseListener() { @Override public void onStartSucceeded() { RainbowSdk.instance().connection().signin("@email", "password", "host", new SigninResponseListener() { @Override public void onSigninSucceeded() { // You are now connected // Do something on the thread UI } @Override public void onRequestFailed(RainbowSdk.ErrorCode errorCode, String err) { // Do something on the thread UI } }); } @Override public void onRequestFailed(RainbowSdk.ErrorCode errorCode, String err) { // Something was wrong } });
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
7 Kommentare