jamf / ManagedAppConfigLib

Makes Managed AppConfig on iOS, tvOS, and macOS easier to work with.
https://jamf.github.io/ManagedAppConfigLib/documentation/managedappconfiglib/
MIT License
37 stars 5 forks source link

Does updateValue push changes to the associated Jamf server? #2

Closed JacksonUtsch closed 3 years ago

JacksonUtsch commented 3 years ago

I have a hosted app and basically have read capabilities with attribute extensions.

I'm looking to be able to write values from a managed app via its source code. I'm using this library and attempting to use updateValue to write a new value but I'm not seeing this take any effect to either "com.apple.feedback.managed" or "com.apple.configuration.managed".

Is this the intended functionality of updateValue and am I miss-using it?

Thanks!

KeplerKid commented 3 years ago

Hi Jackson,

The updateValue function does not send any values to the MDM server. The only way that happens is via the Collect Feedback MDM command (not sure if that’s the exact name) which will read, and optionally clear depending on the setting in the command, the contends of the feedback dictionary.


From: Jackson Utsch @.> Sent: Thursday, May 13, 2021 2:06:14 PM To: jamf/ManagedAppConfigLib @.> Cc: Subscribed @.***> Subject: [jamf/ManagedAppConfigLib] Does updateValue push changes to the associated Jamf server? (#2)

I have a hosted app and basically have read capabilities with attribute extensions.

I'm looking to be able to write values from a managed app via its source code. I'm using this library and attempting to use updateValue to write a new value but I'm not seeing this take any effect to either "com.apple.feedback.managed" or "com.apple.configuration.managed".

Is this the intended functionality of updateValue and am I miss-using it?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/jamf/ManagedAppConfigLib/issues/2, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAJ3J3SEMEUGXIZSTZ3TZCLTNQPKNANCNFSM443CQSKQ.

JacksonUtsch commented 3 years ago

Hey, thanks for the response.

Is this what you are talking about? https://developer.apple.com/documentation/devicemanagement/get_app_feedback It looks like it is a server(Jamf/MDM) facing item. Is there existing support to be able to call or utilize this?

JacksonUtsch commented 3 years ago

I believe that it would be listed here: https://docs.jamf.com/10.29.0/jamf-pro/administrator-guide/Remote_Commands_for_Mobile_Devices.html

But not seeing it. Just hoping to get pointed in the right direction so I can get write capabilities 😃

KeplerKid commented 3 years ago

Yes, that’s the command. Jamf Pro does not currently support that command. I’m not sure what other MDMs do.


From: Jackson Utsch @.> Sent: Thursday, May 13, 2021 5:39:05 PM To: jamf/ManagedAppConfigLib @.> Cc: KeplerKid @.>; Comment @.> Subject: Re: [jamf/ManagedAppConfigLib] Does updateValue push changes to the associated Jamf server? (#2)

Hey, thanks for the response.

Is this what you are talking about? https://developer.apple.com/documentation/devicemanagement/get_app_feedback It looks like it is a server(Jamf/MDM) facing item. Is there existing support to be able to call or utilize this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jamf/ManagedAppConfigLib/issues/2#issuecomment-840875115, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAJ3J3XHWWIDULMK7WQCJTLTNRIITANCNFSM443CQSKQ.