Using MSTable’s readWithCompletion to pull data from Server

For the issue of when there is a delete on the server side, it means we have less data on the server side
than the local side.

we need to make sure our local db sync up to that. One way to do that is to pull the data by using MSTable’s
readWithCompletion to get the latest from the server.

Than compare it to the core data.

In your QS******Service.m,

declare some properties to save data:

Then, we implement a method where we store the results from the server. We use MSTable’s
readWithCompletion method like so:

Then when you get the latest results