TelegramMessenger / Telegram-iOS

Telegram-iOS
6.38k stars 1.67k forks source link

App does not receive VoIP push #1599

Open Yosifz8 opened 3 weeks ago

Yosifz8 commented 3 weeks ago

Checklist

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

  1. Open the application and log in with user A 2 Close the application
  2. Make a voice call from another user to User A

Environment

Device: iPhone 14

iOS version: 17.0.3

App version: 11.2

leroy182 commented 3 weeks ago

Thanks for share