force-update

Enforce minimum iOS app versions with hard-block or soft-prompt updates.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill force-update-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: force-update
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/generators/force-update
Command: npx skills add https://github.com/venomez-viper/PathWise --skill force-update-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically enforces application version compliance by providing hard-block and soft-prompt update flows, integrating App Store redirects and remote config checks to guide users to the latest release.

Core Features & Use Cases

  • Hard-block and soft-prompt update flows to manage mandatory vs recommended updates.
  • Remote-config or App Store lookup support to determine minimum and recommended versions.
  • Easy integration into iOS apps with a configurable update UI and skip/dismiss options.

Quick Start

Add the ForceUpdate generator to your app and trigger a version check on startup.

Frequently Asked Questions about force-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a minimum iOS app version and block users from outdated releases?

An iOS force update system blocks app usage by comparing the installed version against a required minimum. This Skill provides that enforcement logic, parsing semantic versions and coordinating UI checks to restrict access when a critical update is required.

What is the difference between a hard block and a soft prompt update flow?

A hard block prevents app access entirely until the user updates, while a soft prompt shows a dismissible update recommendation. This Skill implements both flows, letting you enforce mandatory compliance or suggest optional updates through a configurable interface.

How do I check the App Store for my app's latest version to trigger an update prompt?

You can check the App Store for the latest version using App Store lookup support. This Skill uses that lookup data or remote JSON config to determine minimum and recommended versions, providing the App Store URL to redirect users to the update.

Can I use a remote JSON config to manage recommended update versions for my iOS app?

Yes, you can use a remote JSON config to manage recommended update versions. This Skill supports remote configuration checks to determine minimum and recommended versions, allowing you to dynamically control update flows without hardcoding values.

How do I add an iOS update check to my app startup process?

To add an update check to your app startup, integrate the update manager and trigger a version check on launch. This Skill exposes an observable manager that coordinates checks, skip logic, and UI integrations to verify version compliance during startup.