-
Hi, Is it possible to read the NSUserDefaults com.apple.configuration.managed dictionary from a Titanium iOS app? I want to push some configuration values from a MDM eg. SimpleMDM.. I have tried with Ti.App.iOS.createUserDefaults but how to get the standardUserDefaults? |
Beta Was this translation helpful? Give feedback.
Answered by
m1ga
Dec 16, 2021
Replies: 1 comment 1 reply
-
according to https://stackoverflow.com/a/54753783/5193915 the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ewanharris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
according to https://stackoverflow.com/a/54753783/5193915 the
Titanium.App.Properties
are stored in StandardUserDefaults. So it is the otherway round but you might be able to read the StandardUserDefaults withTi.App.Properties
too