CLI
Debugging
View Turbopush plugin logs from iOS simulators and Android devices to diagnose OTA update issues.
View Turbopush plugin logs from your running app, this is useful if you run into an issue and want to understand why:
iOS Simulator
npx turbopush debug iosyarn turbopush debug iospnpm turbopush debug iosAndroid Emulator or Device
npx turbopush debug androidyarn turbopush debug androidpnpm turbopush debug android
Uses iOS system logs and ADB logcat under the hood, filtered for Turbopush entries.
Currently supports iOS simulator only (not physical devices). Android supports both emulators and devices.
How is this guide?