Telegram-iOS
Telegram-iOS copied to clipboard
App does not receive VoIP push
Checklist
- [x] I am reporting an issue in existing functionality that does not work as intended
- [x] I've searched for existing GitHub issues
Description
When receiving a call, I get a push notification instead of a VoIP push. I'm trying to understand how the server decides which push to send to the device(push notification or VoIP) because I get a VoIP push in some installations. My app does not have Usernotifications.filtering Entitlement, so I expect to get a VoIP push for every incoming call
Expected Behavior
When the user receives a call he should see a phone call ui
Actual Behavior
When the user receives a call he gets a notification: you have a new message
Steps to Reproduce
- Open the application and log in with user A 2 Close the application
- Make a voice call from another user to User A
Environment
Device: iPhone 14
iOS version: 17.0.3
App version: 11.2
Thanks for share
I seem to be having the same issue. Did you find a way to solve it?