-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I am using a well-known managed app configuration key (com.apple.configuration.managed) for an Enterprise Application. I have verified that my MDM has pushed down the user defaults to the device.
Any ideas/thoughts?
Thanks,
Monte
var callback = function ( something )
{
// results in: Get fail for key: com.apple.configuration.managed
console.log("Callback: " + something);
};
userDefaults.get( "com.apple.configuration.managed", null /*"Environment"*/, callback )
.then(data =>
{
console.log("SUCCESS: " + data);
});
react-native-cli: 1.2.0
react-native: 0.38.0
Metadata
Metadata
Assignees
Labels
No labels