Top

Signin_failed

Beantwortet

Kommentare

7 Kommentare

  • Offizieller Kommentar
    Pascal BORSCHNECK

    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 Permalink
  • Pascal BORSCHNECK

    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_new

    Regards,
    Pascal

    0
    Aktionen für Kommentare Permalink
  • Samuel YIP

    I can login to the web sandbox.

     
    I cloned the sample code from github less than a week ago.   Is there some issue with the SDK and the update will solve it?
    0
    Aktionen für Kommentare Permalink
  • Pascal BORSCHNECK

    Hi Samuel,

     

    I'll ask to the Android team.
    Do you get some errors / logs to share ?

     

    Best regards,
    Pascal

    0
    Aktionen für Kommentare Permalink
  • Samuel YIP

    Error on the client is CONNECTION_WRONG_LOGIN_OR_PWD

    0
    Aktionen für Kommentare Permalink
  • Samuel YIP

    And I tried Rainbow SDK 1.39 and 1.40.  Both not working.

    0
    Aktionen für Kommentare Permalink
  • Pascal BORSCHNECK

    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
            }
        });
    0
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Sie können immer noch nicht finden, was Sie brauchen?

  • Kontaktieren Sie uns

    Haben Sie eine Frage zu Rainbow? Hinterlassen Sie uns eine Nachricht, um weitere Informationen zu erhalten.

    Kontakt
  • Fragen Sie die Gemeinschaft

    Brauchen Sie Hilfe? Stellen Sie Ihre Fragen in der Community, um Antworten von anderen Rainbow-Benutzern zu erhalten.

    Nachricht posten