Debugging
View Turbopush plugin logs from your running app, this is useful if you run into an issue and want to understand why:
npx turbopush debug ios # iOS simulator
npx turbopush debug android # Android emulator or device
Uses iOS system logs and ADB logcat under the hood, filtered for Turbopush entries.
note
Currently supports iOS simulator only (not physical devices). Android supports both emulators and devices.