Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 iOS 应用程序,它应该显示 PFObject 是否已上传或仅固定在本地数据存储中。有没有这方面的标志?我必须自己做吗?
看来答案是检查objectId。如果它不是零,那么它已被上传到云数据库。:D