Top

React-native initializing the SDK fails

Comentarios

3 comentarios

  • Doha Tubaileh
    Hi Soufiane, 
     
    Thank you for your notes, the Docs are outdated in this part particularly, and we will fix it as soon as we can. 
     
     
    In the meanwhile, you can update your code like the following :
    ```
    public class MyApp extends Application {
     
        @Override
        public void onCreate() {
            super.onCreate();
             RainbowPackage.setApplication(this);
          //  RainbowPackage.initializeRainbowSdk(this, "applicationId", "applicationSecretKey", host); <= Just remove this line only and the sample app should be working fine
        }
    }
    ```
    1
    Acciones de comentarios Permalink
  • Soufiane Hajmhand

    Hello thank you for your answer,

    Is there also a way to tell which host I want to use, I want to work with the sandbox host (sandbox.openrainbow.com) but I think by default he takes the openrainbow.com host.

    I put the appId and secret key for the sandbox host but I see in the asyncStorage that the host by default is openrainbow.com.

    Should I just set the value in the AsyncStorage? If yes, where?

    1
    Acciones de comentarios Permalink
  • Doha Tubaileh

    Hello Soufiane,

    You can set the host value when you click 5 times on the following button [please check the attached image], and then you can change the host value from `openrainbow.com` to `sandbox.openrainbow.com`.

    And regarding `default always takes the openrainbow.com host`, indeed its a bug, we will fix it by the coming new release.

    1
    Acciones de comentarios Permalink

Iniciar sesión para dejar un comentario.

  • Pregunte a la Comunidad

    ¿Necesitas ayuda? Haz tus preguntas en la Comunidad para obtener respuestas de otros usuarios de Rainbow.

    Enviar un mensaje.