Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App getting crashed when in background #20

Open
sahebsingh416 opened this issue Apr 15, 2021 · 3 comments
Open

App getting crashed when in background #20

sahebsingh416 opened this issue Apr 15, 2021 · 3 comments

Comments

@sahebsingh416
Copy link

sahebsingh416 commented Apr 15, 2021

The app is working fine when it is foreground but when VOIP notification is received the app is getting crashed in background. Can you please help with this.

FYI: All the capabilities are given in Xcode and all the configurations are done as per the documentation. Also the payload coming from the server is also correct.

@jrkim123us
Copy link
Contributor

Killing app because it never posted an incoming call to the system after receiving a PushKit VoIP push callback.

You need to call the code below in the same thread.
FlutterCallKitPlugin.reportNewIncomingCall

https://stackoverflow.com/questions/56788314/ios-13-killing-app-because-it-never-posted-an-incoming-call-to-the-system-after

@zi6xuan
Copy link
Contributor

zi6xuan commented Sep 11, 2021

My branch bug fix may help you bug Fix

@elango
Copy link

elango commented Dec 9, 2021

Hi @zi6xuan

When getting your fixes, it reports async is used which is not compatible below iOS 15.

Any way we can add this fix which can support from iOS 12 and above?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants