claude-code - 💡(How to fix) Fix [BUG] Mobile app: AskUserQuestion prompts don't trigger push notifications [1 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#56359Fetched 2026-05-06 06:30:14
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When Claude Code calls AskUserQuestion during a remote/web session, the prompt appears inside the mobile app but no push notification is delivered. The user has to manually open the app to discover that input is needed, which defeats the purpose for long-running async tasks.

What Should Happen?

Expected: Push notification fires when the agent is blocked waiting on user input. Actual: Prompt only visible after opening the app.

Error Messages/Logs

Steps to Reproduce

start a session on web/desktop, have Claude call AskUserQuestion, observe phone — no push arrives.

Claude Model

None

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.128 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

using iphone and macos

extent analysis

TL;DR

The issue can be mitigated by investigating the push notification configuration and implementation in the Claude Code and Anthropic API integration.

Guidance

  • Verify that push notifications are properly configured in the Anthropic API and Claude Code settings.
  • Check the Claude Code documentation for any specific requirements or limitations related to push notifications during remote/web sessions.
  • Test the push notification functionality in a different scenario, such as a local session, to isolate the issue.
  • Review the integration between Claude Code and the Anthropic API to ensure that the necessary callbacks or hooks are in place to trigger push notifications.

Example

No code snippet is provided as the issue lacks specific technical details about the implementation.

Notes

The issue may be related to the specific integration between Claude Code and the Anthropic API, and resolving it may require additional information about the implementation details.

Recommendation

Apply workaround: Investigate and adjust the push notification configuration and implementation to ensure proper functionality during remote/web sessions, as the root cause is unclear and no clear fix is available.

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