Hi,
I'm using the library in a couple of my apps. Very satisfied since years :)
I did notice, however, that more and more iOS 12.2 users are complaining about data not being kept stored. I used LUKeychainAccessAttrAccessibleAlways, and based on the complains, I did implement a quick fix that stores and retrieves data from the standard NSUserDefaults in case retrieval data is empty, or when an error is observed while writing data. This did not help, however..
I wondered whether others had this problem as well, and whether you have any clue what this could be.. I know some libraries are deprecated by able (for instance archivedDataWithRootObject), but I cannot imagine this to be the problem...
Thanks!
Hi,
I'm using the library in a couple of my apps. Very satisfied since years :)
I did notice, however, that more and more iOS 12.2 users are complaining about data not being kept stored. I used LUKeychainAccessAttrAccessibleAlways, and based on the complains, I did implement a quick fix that stores and retrieves data from the standard NSUserDefaults in case retrieval data is empty, or when an error is observed while writing data. This did not help, however..
I wondered whether others had this problem as well, and whether you have any clue what this could be.. I know some libraries are deprecated by able (for instance archivedDataWithRootObject), but I cannot imagine this to be the problem...
Thanks!