Hi,
The issue:
1.Device A(real device) calling Device B(real device)
2.Call notification appears on Device B
3.I reject call from Device B
4.Device A doesn’t register any change and keeps the call screen in the same state
The code:
I’ve cloned this repo:https://github.com/cometchat-pro/ios-swift-chat-push-notification-app
Followed the guide on implementing APNS from here:https://www.cometchat.com/docs/extensions/ios-apns-push-notifications
I have no actual errors and the push notifications work well, if I answer the call both devices register the change and the call is active.
I have tried both master and V3 branches.