Centralized APK distribution and device management for mobile scanner devices.
Upload and manage APK releases with version control and automatic update notifications.
Monitor registered devices, track app versions, and manage device status.
API key authentication with rate limiting to protect your endpoints.
Simple REST API for devices to check for updates and register themselves.
GET /api/v1/devices/check-update
X-API-Key: your-api-key
Response:
{
"hasUpdate": true,
"latestVersion": "2.1.0",
"downloadUrl": "..."
}