Open
Description
After several hours of debug, I've finally found the problem in client's app: ParseObject.unpinAll() unpins only the objects that were pinned using default name (automatically assigned if no explicit name specified upon pinning).
Current JavaDoc of unipinAll():
Removes the objects and every object they point to in the local datastore, recursively.
IMHO, the documentation of unpinAll() method should reflect the exact mechanics of which objects will be unpinned.