Posted on 10-10-2023 12:32 PM
I am trying to get Nudge rolled out to our users. So far it has been pretty good, although the setup documentation leaves a lot to be desired.
I am wondering how we can customize the LaunchAgent so that it doesn't popup every 30 minutes (default) but instead maybe 6 hours apart. Do I need another Configuration Profile for the Launch Agent itself? Do I need to change my current configuration profile? I read through the documentation 10+ times and didn't get my answer.
Posted on 10-10-2023 02:57 PM
You need to create a custom LaunchAgent pkg and use that instead of the default one provided.
here is a tutorial I found that should step you through how to do it - making a custom nudge launch agent
Posted on 10-10-2023 09:39 PM
You need to change value of elapsedRefreshCycle
Posted on 10-11-2023 03:58 PM
That field controls the below:
The amount of time in seconds Nudge will use as a timer to refresh the user interface if it is not the currently active window. This key is triggered once the `requiredInstallationDate` has expired.
This wouldn't be quite what we are looking to change. We are looking to set the launch of the Nudge app longer than 30 minutes between deferrals.