Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if(callTask.CanMakePhoneCall) is always False #110

Open
JungleJ0n opened this issue Dec 10, 2018 · 0 comments
Open

if(callTask.CanMakePhoneCall) is always False #110

JungleJ0n opened this issue Dec 10, 2018 · 0 comments

Comments

@JungleJ0n
Copy link

If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.

Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.

Bug Information

Version Number of Plugin:
5.2.0
Device Tested On:
physical iphone 5 s (no sim, but wifi)
Simulator Tested On:
ios 6
Version of VS:
lastest
Version of Xamarin:
3.2
Versions of other things you are using:

Steps to reproduce the Behavior

load sample app or use below code;
private void CallOffice()
{
var callTask = CrossMessaging.Current.PhoneDialer;
if (callTask.CanMakePhoneCall)
{
callTask.MakePhoneCall("+redacted", "redacted");
}

    }

Expected Behavior

call be made

Actual Behavior

returned false

Code snippet

Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant