Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gracePeriodInstallDelay is no longer working in Nudge 1.1.14.81542 #545

Closed
macseIva opened this issue Feb 14, 2024 · 1 comment
Closed

Comments

@macseIva
Copy link

Hi,

It seems like gracePeriodInstallDelay is no longer working since upgrading to Nudge 1.1.14.x.

The below is what we use for extending the requiredInstallationDate for newly enrolled Macs, and it was perfectly working with Nudge 1.1.13.81503, but seems to get skipped with Nudge 1.1.14.x.
After enrollment, Nudge immediately shows an expired deadline and blurs the screen, entering "aggressive user experience" straight away instead of extending the requiredInstallationDate by 120 hours (5 days).

<dict>
      <key>allowGracePeriods</key>
           <true/>
      <key>gracePeriodInstallDelay</key>
           <integer>120</integer>
      <key>gracePeriodLaunchDelay</key>
           <integer>1</integer>
 </dict>

I tested the same exact configuration with 1.1.13.81503 after re-enrolling and everything worked fine. Once I upgraded to 1.1.14.81542, gracePeriodInstallDelay got bypassed and Nudge immediately popped up again with an "aggressive user experience".
gracePeriodLaunchDelay seems to be working fine.

Please let me know in case further details are needed to troubleshoot.

@erikng
Copy link
Member

erikng commented Feb 14, 2024

please try https://github.com/macadmins/nudge/releases/tag/v1.1.14.81545

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants