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 experiencing a strange issue with caching user attributes. Logging in to the app, I can see that the Kinvey offline cache database downloads and stores the user data.
After updating a custom user attribute and saving to the server using the -[KCSUser saveWithCompletionBlock:]
It seems to have updated in memory, but the offline cache database is not getting updated.
Later, when the app is closed and reopened, it loads the old data from the offline cache database.
Is there something I need to do to save to the offline cache database? I am using v1.26.6 of the iOS SDK.
Arun Venkatesan
After updating a custom user attribute and saving to the server using the -[KCSUser saveWithCompletionBlock:]
It seems to have updated in memory, but the offline cache database is not getting updated.
Later, when the app is closed and reopened, it loads the old data from the offline cache database.
Is there something I need to do to save to the offline cache database? I am using v1.26.6 of the iOS SDK.