wumke / react-native-immediate-phone-call

Initiate immediate phone call (without further user interaction) for React Native on iOS and Android.
GNU General Public License v3.0
174 stars 51 forks source link

IOS opening confirm popup for call #44

Closed sagardeveloper closed 2 years ago

sagardeveloper commented 3 years ago

It behaves like Simple react native Linking call. I need to call immediately, how can it be possible?

zishon89us commented 3 years ago

It calls immediately i.e. when RNImmediatePhoneCall.immediatePhoneCall('xxxXXXXxxx'); is invoked it'll open the native phone dialing to xxxXXXXxxx phone number. I have just tried.

sagardeveloper commented 3 years ago

Why It opens native Dialer, I should call directly. It works on android but not in IOS

On Sat, May 8, 2021 at 2:41 AM Zeeshan Hassan Memon < @.***> wrote:

It calls immediately i.e. when RNImmediatePhoneCall.immediatePhoneCall('xxxXXXXxxx'); is invoked it'll open the native phone dialing to xxxXXXXxxx phone number. I have just tried.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wumke/react-native-immediate-phone-call/issues/44#issuecomment-834782953, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4SSF5D2KM5MUBCCZYEUC3TMRJRRANCNFSM43CB4Y4A .

Abdelalim-dev commented 2 years ago

From the doc of this module

Apple always asks confirmation since the last iOS updates...)

It seems that it is not avoidable on iOS

wumke commented 2 years ago

What @Abdelalim-dev said... when this lib was created it was still possible on iOS... but not much later they blocked it.