stryder123451

Results 14 comments of stryder123451

@Mohammadfazel03 if you are using FCM , they don't work in background when app is closed. If you are using VOiP , check your payload , probably you send request...

> Same issue with iOS. Not working in release mode. Production environment is set. Getting 200 response code from server, but not showing in device. It is working without issues...

> Yes, I did. Could you show your link to apple api?

> Did anyone solve this issue? @hiennguyen92 Also, on iOS 15 VoiP notifications doesn't appear

@jerrypaulsam @hiennguyen92 i changed pushkit init in AppDelegate from: ` let mainQueue = DispatchQueue.main` to: ` let mainQueue = DispatchQueue(label: "mySerialqueue", attributes: [], target: nil)` And it starts work on...

> @stryder123451 I haven't tested this, but sometimes during terminated state, I receive calls, but instead of the caller name, it is showing some token or a very long string....

> > @jerrypaulsam @hiennguyen92 i changed pushkit init in AppDelegate from: > > ` let mainQueue = DispatchQueue.main` > > to: > > ` let mainQueue = DispatchQueue(label: "mySerialqueue", attributes:...

> Make sure same id/uuid for calls. Ok, i'll check it

> Make sure same id/uuid for calls. also on iOS 15.8 we have bug with multiple calls https://github.com/hiennguyen92/flutter_callkit_incoming/assets/77195946/ccb20e94-2612-4294-b948-c7fb58fd92aa

> There is a little issue with the android part when integrating this, but I'll give it a look and see what I can do. i need this feature only...