react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Incoming calls not displaying on iOS 26

Open gabiwaf opened this issue 4 months ago • 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?

gabiwaf avatar Sep 24 '25 12:09 gabiwaf

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?

talhamirza1 avatar Sep 24 '25 13:09 talhamirza1

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

gabiwaf avatar Sep 24 '25 14:09 gabiwaf

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

gabiwaf avatar Sep 25 '25 11:09 gabiwaf