Posts

Post marked as solved
5 Replies
3.7k Views
Hi, We assume that when uninstalling an application, the UserDefaults are deleted. Starting iOS16 we encounter complaints from clients that this is not the case. We have succeeded in debugging a device where this occurred (UserDefaults were not deleted after uninstall+install), but have not succeeded in recreating this issue on another device. We assume this issue has a connection to iCloud sync, although UserDefaults iCloud synching should be specifically set up (using NSUbiquitousKeyValueStore) which we have NOT set. Or maybe it has to do with Family Sharing. We are initializing the UserDefaults with suiteName for usage in widgets, but assume this has not connection to the bug.
Posted
by yasmin777.
Last updated
.
Post not yet marked as solved
3 Replies
1.3k Views
we encountered a strange problem when using NSURLSession with watchkit 2, ios 9.0.most headers and cookies are returned from the server (using HTTPS)but the single sign on cookie is missingwhen running the exact same code in an iphone application (request via NSURLSession) the cookie is visible in the shared cookie storage.I've read alot of posts on how to add headers via the HTTPAdditionalHeaders, but this specific cookie should have been returned from the serverwhy would one specific cookie go missing while the others are returned?
Posted
by yasmin777.
Last updated
.