As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I'm using Core Data with Kinvey, when I create or edit a change via the console it updates in NSFetchedResultsController however when I delete an object it still says there.
Also I'm having trouble with saving cached objects, any clue? It's so hard familiarising yourself with other SDKs after moving from Stackmob...
M
Mike
said
over 9 years ago
The iOS delete methods don't remove the object from memory or the managed object context. You'll have to do that yourself in the completion block. For more detail, see this guide http://devcenter.kinvey.com/ios/guides/coredata
Is this okay? The core data guide isn't very specific, if you could elaborate that'd be great. Also when the device is offline the offline-created objects aren't uploaded. The caching guide isn't too helpful.
Kerman K
Any ideas?