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

Using regular call prompts SIM select

Open HalilFocic opened this issue 2 years ago • 7 comments

  • Reproduced on:
  • Android

Description

Hi, I implemented the RNCallKeep, while iOS works fine. I get this wierd bug on Android. The call is working but I don't think this is how it is supposed to work. Every time I want to use regular call, I get prompted asking if I want to use my SIM provider or my app(Mendy). Anyone encountered something similar? image

HalilFocic avatar Nov 21 '22 10:11 HalilFocic

did you use SAMSUNG devices ?

khangdev0201 avatar Dec 06 '22 09:12 khangdev0201

@HalilFocic got any fix on this?

SFAbhinavMahajan avatar Aug 30 '23 11:08 SFAbhinavMahajan

@HalilFocic got any fix on this?

I think solution will be implementing the custom managed call service for android but i did not implement it myself.

HalilFocic avatar Aug 30 '23 19:08 HalilFocic

I'm experiencing the same issue. It's not happening on newer devices, but it's happening on older models. You can change the call settings to resolve it, but it's hard for normal users to follow suit easily.

dkahdwk avatar Feb 27 '24 05:02 dkahdwk

I'm experiencing the same issue. It's not happening on newer devices, but it's happening on older models. You can change the call settings to resolve it, but it's hard for normal users to follow suit easily.

@dkahdwk Do you mind sharing the steps of resolving it via device call settings?

harrison-two avatar Feb 27 '24 05:02 harrison-two

@harrison-two

Of course. But please understand that the screenshot is in Korean.

call setting > other call settings > An account that can be called > set sim for call

You can fix the settings with the default mobile phone sim on that path. Screenshot_20240222_112525_Phone Screenshot_20240222_112531_Phone Screenshot_20240222_112539_Call settings Screenshot_20240222_112548_Call settings Screenshot_20240222_112553_Call settings Screenshot_20240222_112559_Call settings

dkahdwk avatar Feb 27 '24 05:02 dkahdwk

나는 같은 문제를 겪고 있습니다. 최신 기기에서는 이런 현상이 발생하지 않지만, 이전 모델에서는 발생합니다. 통화 설정을 바꿔서 해결하면 되지만 일반 사용자가 쉽게 따라하기는 어렵습니다.

@dkahdwk기기 통화 설정을 통해 문제를 해결하는 단계를 공유해 주시겠어요?

Of course. But please understand that the screenshot is in Korean.

call setting > other call settings > An account that can be called > set sim for call

You can fix the settings with the default mobile phone sim on that path.

You can fiz this issue by implementing the custom cLl service on Android but documentation is not very good. But thats the answer I got

Make custom

HalilFocic avatar Feb 27 '24 05:02 HalilFocic