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

Could not load Paypal Form on Android #6

Open
Gourishmesta opened this issue Oct 7, 2021 · 1 comment
Open

Could not load Paypal Form on Android #6

Gourishmesta opened this issue Oct 7, 2021 · 1 comment

Comments

@Gourishmesta
Copy link

Gourishmesta commented Oct 7, 2021

public void OnResponse(Java.Lang.Object parameter) { if (parameter is Java.Lang.Boolean) { var res = parameter.JavaCast<Java.Lang.Boolean>(); isReady = res.BooleanValue(); initializeTcs?.TrySetResult(res.BooleanValue()); } }

In the above code the isReady always comes as false on Android and on ios it works well and shows up PayPal form.

Is there anything m missing.

I followed this integration steps http://www.xamboy.com/2020/02/28/braintree-integration-in-xamarin-forms-part-3/
tried cloning this project but on android project is not deploying on device instead throws error. After updating the Android X lifecycle NuGet annd app started working but the above code still returns false

@MohamadAminSoltani
Copy link

same problem

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

2 participants