Replies: 2 comments
-
Hello @leej56871 - this is a great find. This looks like a method that we did not port over to iOS V6. For now, you can just set this:
But we can update V6 to offer a this setter helper method and make this a little cleaner. We are also in the process of updating our developer documentation for V6. |
Beta Was this translation helpful? Give feedback.
0 replies
-
👋 We have a PR up addressing this if you'd like to follow along - #1077 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Im a student newly learning about Swift.
While I was exploring APIs and guides in Braintree, it told me to put
'BTAppContextSwitcher.setReturnUrlScheme()'
in my AppDelegate, and definitely getting an error since BTAppContextSwitcher doesn't have such method
https://github.com/braintree/braintree_ios/blob/6.2.0/Sources/BraintreeCore/BTAppContextSwitcher.swift#L13
As since that is one of prerequisite for implementing Braintree API for iOS, I am blocked from the beginning.
Please teach me alternative way to resolve such problem.
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions