cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
39 stars 80 forks source link

IOS won't receive phone calls #176

Closed ardeshir-33033 closed 11 months ago

ardeshir-33033 commented 11 months ago

I have followed the path for the package instruction for Android and in Android I get calls and everything is fine. but in IOS instruction there is nothing special on the documentation and my app won't receive calls. But twill voice instance says that the phone is registered though. can you hint me where the problem might be?

cybex-dev commented 11 months ago

iOS does not require any special setup requirements by the package itself other than mic access & push notification support. In debugging why iOS does not receive calls, there can be several issues.

Device checklist:

Backend checklist:

This is not extensive, but a start.

cybex-dev commented 11 months ago

@ardeshir-33033 (updated, check your credentials token, might be the problem)

cybex-dev commented 11 months ago

Hi @ardeshir-33033, any luck?

ardeshir-33033 commented 11 months ago

Hi @cybex-dev Sorry for the late response, yes great checklist by the way, the problem were in the IOS push credentials Sandbox and production mode.

cybex-dev commented 11 months ago

Wonderful, I'll close up the issue.

I'll make an FAQ section too to address these types of issues, thanks for the (suggestion).