Top

React-native initializing the SDK fails

Commentaires

3 commentaires

  • 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
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message