Hello
I am having an issue getting Nudge to prompt for an update.
I have installed the configuration profile & the latest nudge suite via policy to a test mac.
The only 2 values i have set are requiredMinimumOSVersion & requiredInstallationDate
I've confirmed that nudge can see the profile by running /Applications/Utilities/Nudge.app/Contents/MacOS/Nudge -print-profile-config
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>osVersionRequirements</key>
<array>
<dict>
<key>requiredMinimumOSVersion</key>
<string>15</string>
</dict>
<dict>
<key>requiredInstallationDate</key>
<string>2024-09-25T00:00:00Z</string>
</dict>
</array>
</dict>
</plist>
But, if i check library/preferences and look at the nudge plist via xcode
It does not have the same values as the configuration profile (Screenshot Attached)
I have been using nudge successfully up until the 2.0 update, now it seems between the config profile and plist some communication is being lost.
I've also ran debug logs with nudge and confirmed it's not seeing the values from the config profile
Any ideas?