i am currently working on an application that needs to make voip calls, for this I use the "flutter-incoming-call" library, this works very well with the debug version of the app but not in the release version.
I receive calls in background, foreground and lock (when the application is in the background) in debug mode, but when I launch the application in release mode I no longer receive calls except when the app is in the foreground....
I could see that some people had this problem because since ios13 there has been a change in the way calls are handled, I have checked the notification certificates and they are ok ... and the notification to callkit is done through the library
Has anyone ever used this library and had the same problem please?
Thanks for reading me
(please excuse me if I expressed myself badly, I'm French )