Skip to content

Changelog

Configurable Settings Links

  • The Contact Support, Privacy Policy, and Terms of Service links in the Settings screen are now delivered via Managed App Configuration:
    • contactSupportURL — Contact Support link (Support section)
    • privacyPolicyURL — Privacy Policy link (Compliance section)
    • termsAndConditionsURL — Terms of Service link (Compliance section)
  • All three keys are optional with no defaults — if a key is absent, its link doesn’t appear, and empty sections are hidden entirely
  • URL values are validated (trimmed, non-empty, must include a scheme); invalid values are treated as absent, so a misconfigured value can never produce a broken link
  • Links are cleared automatically when the MDM configuration is removed (e.g. device unenrollment)

Configurable Self Service Providers

  • Added configurable Self Service provider support via selfServiceProvider key:
    • Jamf Self Service+ — launches via selfserviceios://
    • Microsoft Intune Company Portal — launches via companyportal://
    • VMware Workspace ONE Intelligent Hub — launches via wsonehub://
    • Disabled — option to hide the Self Service button entirely
  • Removed Kandji Self Service (no URL scheme support)
  • Updated Managed App Configuration schema with new keys
  • Improved documentation with platform-specific guides

Initial Release

  • 5 customizable data points with labels, icons, and visibility toggles
  • Storage information display with visual capacity bar
  • Settings shortcut (always available)
  • Jamf Self Service+ shortcut (hardcoded)
  • Two UI modes: Large (card-based) and Regular (list-based)
  • Full MDM configuration via Managed App Configuration
  • Debug mode for simulator testing