Skip to content

DidReceiveOnStartcallAction Not working with v3.0.13 (Which was Working with v3.0.12) #206

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

Closed
1 task
Chaitanya-Suryadevara opened this issue Jun 1, 2020 · 2 comments · Fixed by #207
Closed
1 task

Comments

@Chaitanya-Suryadevara
Copy link

Bug report

  • Reproduced on:
  • iOS

Description

when I press the Call Logs On Native caller Screen Listener is Not Invoking ! To make an Outgoing Call.

Steps to Reproduce

Try to Make a Outgoing Call From IOS Native call Logs (Where the Our App Call Logs are saved)

Versions

- Callkeep: 3.0.13
- React Native: 0.61.4
- iOS: 13.5
- Phone model: 11 Pro Max
@geraintwhite
Copy link
Contributor

I'm seeing the same issue. I tried on 3.0.12 and it works fine, but I can't see any obvious reason in the diff 3.0.12...3.0.13

@geraintwhite
Copy link
Contributor

I narrowed it down to #171 where the default supportedHandleTypes was changed from CXHandleTypePhoneNumber to CXHandleTypeGeneric, breaking the start call from recents action.

I've raised a PR to fix it in #207.

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

Successfully merging a pull request may close this issue.

2 participants