简体   繁体   中英

Parse.com - fetch() not refreshing ParseObject

I am trying to refresh a Parse object to make sure I have the most up to date values before performing some calculations and saving. I have used the fetch() method for this task. However after I edited an entry using the Data Browser, fetch() did not return the updated object. The object fetched was from the local data storage, even though I did not use fetchFromLocalDatastore() . Has anyone encountered this problem?

I resolved this issue simply by updating my Parse sdk to the latest release. It's a bug that was fixed in v1.9.2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM