Paste Play Store links or package names — one per line. Ctrl/Cmd+Enter to add. Already-tracked apps are skipped automatically.
Paste Play Store links or package names — one per line. Ctrl/Cmd+Enter to add. Already-tracked apps are skipped automatically.
The server runs check.php every 15 minutes via a Cron Job. This checks every tracked app in the background and fires push notifications on version changes — no browser needs to be open.
Log in to your hosting control panel and go to Cron Jobs under the Advanced section.
Use the Common Settings dropdown and select Once Per 15 Minutes, or enter manually:
*/15****
Copy the full command below exactly as shown and paste it into the Command field:
Loading…
⚠ If the cron doesn't run, try replacing the PHP path with /usr/local/bin/php or /usr/bin/php82 — your host may use a different binary. Ask their support for the correct path.
Save it. Within 15 minutes the cron will fire and you'll see a "last ran X min ago" status at the bottom of this page.
—