Closed lurenzhangdeshuai closed 1 year ago
Hi @lurenzhangdeshuai - this is an expected warning. If you want to continue using BraintreeUnionPay features until we remove it in V6, you can set "Treat Warnings as Errors" to "NO" in your Xcode project's build settings.
UnionPay cards can be processed through the regular card processing rails (via CardClient.tokenize()
) instead of needing to use the BraintreeUnionPay module.
I will close this issue, unless you had a different concern?
Closing due to inactivity.
thanks a lot. I have set "Treat Warnings as Errors" to "NO" in my Xcode project's build settings, but the error does not disappear.
Integration Details (please complete the following information):
Describe the bug 'BTCardCapabilities' is deprecated: The UnionPay SMS integration is deprecated, as UnionPay can now be processed as a credit card through their partnership with Discover. Use
BTCardClient.tokenizeCard(card: completion:)
.Screenshots
thanks