Pruebas beta

Pruebas beta sin fricción

Olvida el procesamiento de TestFlight y las invitaciones complicadas. Con Capgo, tus testers reciben actualizaciones instantáneamente.

In-App Channel Selector

Build a simple UI that lists available channels. Testers tap to switch - the new build downloads and applies immediately.

Deep Link Distribution

Generate a link that opens your app and switches to a specific channel. Share via Slack, email, or add to your PR template.

Skip TestFlight Entirely

No more waiting for TestFlight processing. No more explaining Google Play beta enrollment. Just share a link and testers have the build.

Instant Feedback Loop

Push a fix, testers get it in seconds. No reinstalls, no approval delays. The fastest feedback loop in mobile development.

La diferencia

TestFlight Capgo
Subida a testers 30+ min de procesamiento Segundos
Distribución Invitaciones email, registro de dispositivos Compartir enlace o código QR
Cambiar versión Instalar nueva versión beta Actualizaciones automáticas
Ciclo de feedback Revisar App Store Connect Feedback in-app instantáneo

Build an In-App Channel Selector

Give your testers the power to switch between builds directly in your app. A simple UI lists available channels - testers tap to switch and the new build downloads immediately.

  • List all available channels with one API call
  • Switch channels programmatically
  • Download happens automatically
  • App reloads with the new build
ChannelSelector.tsx
import { CapacitorUpdater } from '@capgo/capacitor-updater'

// Get available channels
const channels = await CapacitorUpdater.getChannels()

// Switch to a different channel
async function switchChannel(channelName: string) {
  await CapacitorUpdater.setChannel({
    channel: channelName
  })

  // Download will start automatically
  // App reloads when ready
}

// Handle deep link to auto-switch
App.addListener('appUrlOpen', async (data) => {
  const channel = extractChannel(data.url)
  if (channel) {
    await switchChannel(channel)
  }
})

Perfecto para

Equipos QA

Da a los testers internos acceso permanente a la última versión

Programas beta

Gestiona betas públicas o privadas con distribución instantánea

Stakeholders

Muestra features antes del release sin esfuerzo técnico

Mejora tus pruebas beta

Distribuye builds beta instantáneamente y recibe feedback más rápido