Beta-Tests
Vergessen Sie TestFlight-Verarbeitung und komplizierte Tester-Einladungen. Mit Capgo erhalten Ihre Beta-Tester Updates sofort - genau wie Ihre Produktionsnutzer.
Build a simple UI that lists available channels. Testers tap to switch - the new build downloads and applies immediately.
Generate a link that opens your app and switches to a specific channel. Share via Slack, email, or add to your PR template.
No more waiting for TestFlight processing. No more explaining Google Play beta enrollment. Just share a link and testers have the build.
Push a fix, testers get it in seconds. No reinstalls, no approval delays. The fastest feedback loop in mobile development.
| TestFlight | Capgo | |
|---|---|---|
| Upload zu Testern | 30+ Minuten Verarbeitung | Sekunden |
| Verteilung | E-Mail-Einladungen, Geräteregistrierung | Link teilen oder QR-Code |
| Version wechseln | Neue Beta-Version installieren | Automatische Updates |
| Feedback-Loop | App Store Connect prüfen | Sofortiges In-App-Feedback |
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.
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)
}
}) Geben Sie internen Testern immer Zugang zur neuesten Version
Führen Sie öffentliche oder private Betas mit sofortiger Update-Verteilung durch
Zeigen Sie Features vor dem Release ohne technischen Aufwand
Verteilen Sie Beta-Builds sofort und erhalten Sie schneller Feedback