Post

Replies

Boosts

Views

Activity

Reply to Transformable properties errors
Hello I have the same issue. Looking for answers. Did you find something? Here my log:One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead. At some point, Core Data will default to using "NSSecureUnarchiveFromData" when nil is specified, and transformable properties containing classes that do not support NSSecureCoding will become unreadable.
Jan ’20
Reply to Is there a way to detect whether the Accessibility Zoom feature is turned on?
Basically the Accessibility Team in my company wants to know the state of few accessibility settings in our user devices, that because we want to improve the user experience for all our apps detecting their special necessities. We are tracking now some of the accessibility settings but we want to know if the zoom feature is on and maybe where in our app is used in order to detect opportunity areas. The android platform seems that has some API or services to get this state for the similar feature (Page Magnification). Thanks for any help!
Aug ’20