Skip to content Skip to sidebar Skip to footer

Ibm Mobile First - Json Store Not Working On Samsung Galaxy S6

We're building a hybrid app with IBM Mobile First Platform (7.0) for iOS and Android platforms. We're using JSONStore to save user non-confidential data (we're not cyphering the da

Solution 1:

You did not mention the full build number of your MFPF 7.0 installation, so I can only assume you are missing the following recent fix: PI43196 JSONSTORE DOES NOT CORRECTLY IDENTIFY X86_64 ARCHITECTURE PROCESSORS ON MOBILE DEVICES

Go to IBM Fix Central and download the latest available Studio artifact for MFPF 7.0 and try again.

Solution 2:

If you are experiencing this issue in xamarin then perform below steps,

  1. Project-RightClick -- > Options
  2. Under Build choose Android Build
  3. Go to Advanced Tab
  4. Uncheck arm64-v8a and x86_64
  5. Save and run the project again

32-bit instead of 64 bit error fix in xamarin for ibm worklight json store connection

Post a Comment for "Ibm Mobile First - Json Store Not Working On Samsung Galaxy S6"