When I run Key Value Store on Simulator (on device is OK) then I always get NULL as the operation result of:
result=kvsM.Get("sthStoredInKVS")
Am I making some mistake while running program on Simulator?
result=kvsM.Get("sthStoredInKVS")
Am I making some mistake while running program on Simulator?