Posts

Post marked as solved
1 Replies
1.1k Views
I am trying to test an app locally that has managed configurations, using the xcrun simctl command line tools. I am passing my config as a json array to the com.apple.configuration.managed but continually receive the error 'Could not parse: Try single-quoting it'. I have validated the json is correct. See redacted command below: xcrun simctl spawn booted defaults write com.app.bunleID com.apple.configuration.managed '{"apiKey":"xxxxxxxxx", "clientId":"xxxxxxxx", "clientSecret":"xxxxxxxx", "domainName":"xxxxxxx", "isPlaceOs":false}'
Posted Last updated
.