Closed sagardeveloper closed 2 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.
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 .
From the doc of this module
Apple always asks confirmation since the last iOS updates...)
It seems that it is not avoidable on iOS
What @Abdelalim-dev said... when this lib was created it was still possible on iOS... but not much later they blocked it.
It behaves like Simple react native Linking call. I need to call immediately, how can it be possible?