react-native-webrtc/react-native-callkeep

Incoming calls not displaying on iOS 26

Opened this issue · 3 comments

The native CallKit UI does not appear (neither the green icon nor the screen). It works on iOS 18 but fails on iOS 26 in background/terminated state. No errors in logs. Has anyone else had issues with iOS 26?

I have the same problem even on iOS 18. when I upgraded to react native version 0.76 it was working on 0.74
What version of RN are you using?

I have the same problem even on iOS 18. when I upgraded to react native version 0.76 it was working on 0.74 What version of RN are you using?

I’m currently on React Native 0.73

I updated Xcode and was able to compile with SDK 26 — that’s what fixed it for me.