-
Notifications
You must be signed in to change notification settings - Fork 459
[iOS] Making calls from the native 'Recent' call list causes a crash #130
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
Comments
Confirmed this with @danjenkins this morning. Looks like Apple went back to the old way of passing the intent:
|
FYI @manuquentin, we should probably add a thing to the default bug report form about what version of Xcode and Android Studio you're on, as that's also relevant from time to time. |
@andynel I'm running into the same issue. Any luck in solving it yet? |
@jbroquist no luck yet unfortunately |
Same here with Xcode 11.2.1 (11B500) with an iPhone 7 (iOS On iOS It should be fixed in #134 can you please test against this branch ? # package.json
"react-native-callkeep": "https://github.com/react-native-webrtc/react-native-callkeep#fix_call_capabilities_ios13_2", |
I just tested and it works off your branch XCode Version 11.2.1 (11B53) It previously did not work on Callkeep Thanks a lot!! |
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
When I click on a recent call item on my iPhone's native recent calls list (a call made by our VOIP application) the react-native app on the iPhone opens up and attempts to dial that number, but then immediately crashes. From my investigation it appears to fail in the file:
react-native-callkeep/ios/RNCallKeep/RNCallKeep.m lines 469 to 477.
Steps to Reproduce
Versions
Logs
The text was updated successfully, but these errors were encountered: