You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
NOTE: I'm not using micromdm, only using the mdm package for structs. So the associated json isn't important for me, but I assume would be for micromdm.
Another NOTE: same issue applies to Restrictions response (it doesn't have a field in the Response struct)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If it matters, this is via iOS 9.3.5
The ResponseStruct has a field for InstalledApplicationList:
mdm/response.go
Line 16 in 6e0586c
However it does not have any fields for ProfileList or ProvisioningProfileList
A quick (but less than ideal) solution in testing so far was to update response.go with following edits:
Response struct
additional structs
Any suggestions on how to do this better are more than welcome. Will update this issue as I make any changes/improvements.
The text was updated successfully, but these errors were encountered: