Turbopush
CLI

Debugging

View Turbopush plugin logs from iOS simulators and Android devices to diagnose and fix OTA update issues during development and testing.

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 ios

Android Emulator or Device

npx turbopush debug android
Turbopush debug console output showing plugin logs on an Android device

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?