🚀 Creators Mobile OTA Server

Custom Expo Updates Server for Creators Mobile App

📦 Available Updates

Runtime Version: 1.0.0

Platforms: android, ios

📚 API Endpoints

  • GET /api/manifest?runtime-version=1.0.0&platform=ios
  • GET /api/assets?asset=...&runtimeVersion=1.0.0&platform=ios

To deploy a new update:

  1. Run npm run export:update in your mobile app
  2. Copy the contents of dist/ to updates/{version}/{platform}/
  3. Ensure metadata.json is present
  4. Restart the app to fetch updates