Code Monkey home page Code Monkey logo

Comments (3)

ArtursKadikis avatar ArtursKadikis commented on June 8, 2024 1

Looks like you set SDK salt does not match what was set on the server side. Therefore there is a checksum mistmatch

from countly-sdk-android.

ArtursKadikis avatar ArtursKadikis commented on June 8, 2024

Hello, that is the expected behaviour. The "get" call would only retrieve the value from the local cache. First you need to retrieve the values from the countly server using one of the available update calls. Either "update" or "updateForKeysOnly", or "updateExceptKeys". Then you would get a non null value (if the key was returned for that user).

from countly-sdk-android.

prachi2905 avatar prachi2905 commented on June 8, 2024

Thanks for the quick reply.
I tried the below approach--

config.setRemoteConfigAutomaticDownload(true) {}
Countly.sharedInstance().remoteConfig().update {}

I am calling these two and alternative I called updateForKeysOnly as well.
But still no luck(maybe something wrong in my configuration.please suggest if you have any clue with the below error.)

I am trying to get value by these two ways

  1. Countly.sharedInstance().remoteConfig().getValueForKey("test") ----> here result is NULL
  2. Countly.sharedInstance().remoteConfig().allValues----> below error is coming
    image

from countly-sdk-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.