I am developing in iOS using Parse. My application required battery life, so I developed my own solution. However, introducing Parse to LocalDataStore eliminates the need for my own solution. Since this has not yet been released on iOS, I can only rely on the documentation to prepare for this. I asked these questions on the Parse forum a week ago, and the questions were completely ignored by Parse. Can anyone answer these questions through the Android version?
1) The objects pointed to by pointers and PFRelations will be pinned along with the pinned object. (Right, right?) Will PFFiles be attached with the object? Is file data available locally?
2) When the linked object is changed, you must save it in order to click on the changes on the Server, right? Is persistence stored on a pinned object locally? Or is he doing an “online” save?
3) When changes occur elsewhere in the bound object, how do these changes apply to the pinned object in LocalDataStore? Should the programmer explicitly display the changes, or will this happen automatically?
4) Does the concept of registration in LDS use? Are ACLs Included in LDS? Or does local code have access to all objects in LDS?
-Bob
source
share