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.
当我们将 CoreData 映射与 RestKit 一起使用时,它会在时间段内自动同步吗?我的意思是当服务器数据库更新时,它会自动反映在我们的本地数据库中吗?还是只能通过调用适当的代码来同步?
RestKit 只有在你告诉它时才会做任何事情。它不会自动轮询您的服务器以检查更改。