I'm query the data online first(without "[query fromLocalDatastore];"). And "pin' it for local usage. To save bandwidth, i'm using "UpdatedAt" to get only the new stuff.
After, I query using "[query fromLocalDatastore];
it work great to get datas. :)
But the question was: How to sync my local datas with data that are deleted from the Parse dashboard?
Exemple: Getting new stuff can return zero element, But, maybe they are 10 element deleted online.
Edit: The final goal was to have 10000 rows In parse dashboard. And grab only updated or deleted(instead of all stuff)