NAXAM / braintree-ios-binding

Xamarin Binding Library - Braintree iOS SDK
Other
8 stars 7 forks source link

Paypal option not showing up on DropIn UI for iOS #4

Closed rduverna closed 4 years ago

rduverna commented 6 years ago

Hi,

I am trying to implement the DropIn UI in my Xamarin app and it works perfectly for Android. Both the credit card and PayPal button shows up in the DropIn UI. However I am struggling with getting the PayPal button to show up for iOS. So I followed all the steps for iOS to activate PayPal, but can’t seem to get this to work.

I included the following packages in my project:

Naxam.BraintreeCard.iOS Naxam.BrainTreeCore.iOS Naxam.BraintreeDataCollector.iOS Naxam.BraintreeDropIn.iOS Naxam.BraintreePaymentFlow.iOS Naxam.BraintreePayPal.iOS Naxam.BraintreeUI.iOS Naxam.PayPal.Risk.iOS Naxam.PayPalDataCollector.iOS Naxam.PayPalOneTouch.iOS Naxam.PayPalUtils.iOS

I add the new URL Type inside my AppDelegate. BraintreeCore.BTAppSwitch.SetReturnURLScheme(“com.app.name.payments");

I add the App Switch handlers in my application delegate to handle the callback URL.

Please help me figure out what I could possibly be missing.

Thanks 


tuyen-vuduc commented 4 years ago

Would you mind checking latest package?