objective c - How to save record if internet connection unavailable? (or how to save via CKOperation) -


What is the correct way to save records in my app database, when an Internet connection or LTE / 3G?

To modify and delete records too?

Any answer will be appreciated! From:

From: "Because it provides minimal offline caching support, dependent on the presence of cloudkit network Alternatively a valid iCloud account "

In short, CloudKit is a connected API, if you want some offline cache, you have to provide it yourself (and later remember to do actual network operation keep).

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -