Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to show push notification requests? #1992

Open
levs42 opened this issue Apr 5, 2024 · 1 comment
Open

Is it possible to show push notification requests? #1992

levs42 opened this issue Apr 5, 2024 · 1 comment
Labels
question Further information is requested

Comments

@levs42
Copy link

levs42 commented Apr 5, 2024

I want to intercept push notifications that come to my iPhone for debugging purpose. I see data coming from Apple server to my iPhone when I receive a push notification through Wireshark. However, Proxyman doesn't show push notifications traffic.

Screenshot

Screenshot 2024-04-05 at 9 34 48 AM

@levs42 levs42 added the question Further information is requested label Apr 5, 2024
@NghiaTranUIT
Copy link
Member

@levs42 it's not possible because Apple Push Notification operates under TCP/UDP level, not the HTTP layer. It's a reason why it's captured by Wireshark, not Proxyman.

Proxyman only works with HTTP/HTTPS, WS/WSS, not TCP/UDP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants