Check and deprecated app version

Check if your iOS app is up to date on the user's device.

The iOS Apps Panel SDK provides an easy way to check if your app is up to date on the user’s device. If it isn’t, you have the choice to force the update by killing the app and redirecting users to the store.

How it works

This module checks at launch if a new version of your app is available.

When the user launch your App, the SDK can compare local version with app store (or private store) version. If the user doesn't have the latest version, you can display an alert to encourage user to download the newest version. You can also deprecate a version. If the user closes the alert without going to the appstore, the app can be killed automatically.

📘

Number used

The version number used to check if your app is up to date is the Bundle versions string, short string of your app's info.plist. This number might not correspond to the version number of the store.