claude-code - 💡(How to fix) Fix Push notifications not delivered on Android (Samsung S23) despite Remote Control showing Connected [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52880Fetched 2026-04-25 06:18:25
View on GitHub
Comments
2
Participants
2
Timeline
4
Reactions
0
Timeline (top)
commented ×2labeled ×2

Push notifications from the PushNotification tool are never delivered to the Android device, even though all settings appear correct.

Confirmed working:

  • Remote Control shows "Verbunden" (Connected) in green in the Android app
  • Claude Code CLI reports "Terminal notification sent. Mobile push requested."
  • Android notification permissions fully enabled (Allow ✓, Sound & Vibration ✓, Lock screen ✓, Banner ✓)
  • Battery optimization for Claude set to "Unrestricted" (tested both before and after this change)
  • App was running in the background (not force-closed) during all tests
  • User inactivity confirmed >60s before each push attempt (CLI threshold is 60s)

Root Cause

Push notifications from the PushNotification tool are never delivered to the Android device, even though all settings appear correct.

Confirmed working:

  • Remote Control shows "Verbunden" (Connected) in green in the Android app
  • Claude Code CLI reports "Terminal notification sent. Mobile push requested."
  • Android notification permissions fully enabled (Allow ✓, Sound & Vibration ✓, Lock screen ✓, Banner ✓)
  • Battery optimization for Claude set to "Unrestricted" (tested both before and after this change)
  • App was running in the background (not force-closed) during all tests
  • User inactivity confirmed >60s before each push attempt (CLI threshold is 60s)
RAW_BUFFERClick to expand / collapse

Environment

  • Device: Samsung Galaxy S23
  • Claude Android app: latest
  • Claude Code CLI on Windows 11
  • GitHub account: muckybuzzwoo

Description

Push notifications from the PushNotification tool are never delivered to the Android device, even though all settings appear correct.

Confirmed working:

  • Remote Control shows "Verbunden" (Connected) in green in the Android app
  • Claude Code CLI reports "Terminal notification sent. Mobile push requested."
  • Android notification permissions fully enabled (Allow ✓, Sound & Vibration ✓, Lock screen ✓, Banner ✓)
  • Battery optimization for Claude set to "Unrestricted" (tested both before and after this change)
  • App was running in the background (not force-closed) during all tests
  • User inactivity confirmed >60s before each push attempt (CLI threshold is 60s)

Steps to Reproduce

  1. Open Claude Android app — session shows "Connected" (green) under Remote Control
  2. Send app to background via Home button (not force-closed)
  3. Run a long task in Claude Code CLI on desktop that triggers PushNotification
  4. Wait >60s of user inactivity — CLI confirms "Terminal notification sent. Mobile push requested."
  5. No notification appears on the Android device

Expected Behavior

A push notification banner appears on the Android device when the CLI reports "Mobile push requested."

Actual Behavior

No notification is delivered. The CLI confirms the push was requested but nothing arrives on the phone. The session shows as Connected in the Android app throughout.

Additional Notes

  • All other apps (Chrome, WhatsApp, Email) deliver notifications normally on this device
  • Tested 6+ times across one session with varying conditions
  • Battery optimization set to "Unrestricted" after initial tests — no improvement
  • Samsung S23, standard Android (no custom ROM, no special notification blockers)
  • The 60s inactivity threshold was consistently exceeded before each push attempt
<img width="300" alt="Image" src="https://github.com/user-attachments/assets/58fef362-e866-4025-9315-9e1f24960ac3" /> <img width="300" alt="Image" src="https://github.com/user-attachments/assets/f87ea1bb-6ff2-49f7-953c-3ed5bd4cdce6" /> <img width="300" alt="Image" src="https://github.com/user-attachments/assets/485e8223-6033-4f5e-b773-fbf28cd11c59" />

extent analysis

TL;DR

Check the Firebase Cloud Messaging (FCM) or Google Cloud Messaging (GCM) configuration and ensure the Claude Android app is correctly registered to receive push notifications.

Guidance

  • Verify that the Claude Android app has the correct package name and API key configured for FCM or GCM.
  • Check the AndroidManifest.xml file for the necessary permissions and services related to push notifications.
  • Ensure that the Claude Code CLI is sending the push notification to the correct FCM or GCM registration token associated with the Android device.
  • Review the device logs for any errors related to push notification delivery.

Example

No code snippet is provided as the issue does not contain sufficient information about the implementation.

Notes

The issue may be related to the configuration of the push notification service or the registration of the Android app. Without more information about the implementation, it is difficult to provide a more specific solution.

Recommendation

Apply workaround: Verify the FCM or GCM configuration and registration of the Android app to ensure correct push notification delivery. This is recommended as the issue seems to be related to the configuration rather than a code-level problem.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING