Skip to content

Get fail for key: com.apple.configuration.managed #9

@montehansen

Description

@montehansen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions