Calling api from background when clicking reject button on callkit screen
Did you test on release mode? I don't know why my app enable to call api on debug mode, but for release mode, it does not work Is there any way to call api once clicking reject button on callkit screen from backgound?

@PhuHoaJC
- If you use a device iOS14 on debug mode, you have a problem like https://flutter.dev/docs/development/ios-14#launching-debug-flutter-without-a-host-computer.
i mean in comming call of callkit screen when i press reject button, i want to call the api from my server to end call can i call api request from server once click reject button on callkit screen from background? @masashi-sutou for now, it can't. it just works on forceground
i mean in comming call of callkit screen when i press reject button, i want to call the api from my server to end call can i call api request from server once click reject button on callkit screen from background? @masashi-sutou for now, it can't. it just works on forceground
- I have no idea.
- I think it is better to set a limit of incoming call time(ex: 100 seconds).
i mean in comming call of callkit screen when i press reject button, i want to call the api from my server to end call can i call api request from server once click reject button on callkit screen from background? @masashi-sutou for now, it can't. it just works on forceground
I got the same problem. Do you have any solution?