Navya-ios
Navya-ios
> @VladimirNybozhinsky yes it is working fine now there is only 1 issue left when i picked call from terminate state or from lock screen the voice connection is lost...
need help with same issue
> Hello navya, > > I have found some way to solve this issue. You can try as below, > > -> Have you added PKPushRegistryDelegate method in appdelegate file?...
> Hello @Navya-ios , > > I have found some way to solve this issue. You can try as below, > > -> Have you added PKPushRegistryDelegate method in appdelegate...
func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType, completion: @escaping () -> Void) { print("didReceiveIncomingPushwith payload") let application = UIApplication.shared //in case of bad internet we check how...
> What you are writing in didReceiveIncomingPushWith methods, Can you share here. func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType, completion: @escaping () -> Void) { print("didReceiveIncomingPushwith payload")...
> @Navya-ios > > Comment below section, > > if type == .voIP, > payload.dictionaryPayload[UsersConstant.voipEvent] != nil { > if let timeStampString = payload.dictionaryPayload["timestamp"] as? String, > let opponentsIDsString =...
> @Navya-ios > > Comment below section, > > if type == .voIP, > payload.dictionaryPayload[UsersConstant.voipEvent] != nil { > if let timeStampString = payload.dictionaryPayload["timestamp"] as? String, > let opponentsIDsString =...
> > @Navya-ios > > How many places to call below method, > func pushRegistry(_ registry: PKPushRegistry, didUpdate pushCredentials: PKPushCredentials, for type: PKPushType) > > didReceiveIncomingPushWith method is call when...
> Please try to delete the app and reinstall the app. then check it. if this method is not called then your notification is blocked by apple due to not...