The Auto Update system allows your application to detect when it is outdated and prompt the user to update automatically.This is handled during the initialization request by comparing the current application version with the version set in the KeyAuth dashboard.
How It Works#
1.
Your application initializes with a version:
2.
KeyAuth checks the version against the latest version set in your dashboard.
3.
If the version is outdated:
The response messages will be invalidver
A download link (if configured within the application settings) will be returned
4.
Your application can then handle the update logic accordingly.
Auto Update Flow#
Example Implementation (C#)#
Dashboard Setup#
Latest Version -> Set your new version within the application settings
Download Link -> Set the download link to the new version of the program within the application settings
Modified at 2026-05-01 18:16:40