-
Notifications
You must be signed in to change notification settings - Fork 78
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
BraintreeUIKit alternate. #348
Comments
In v9.0.0 we removed the deprecated We instead encourage you to use the full drop-in UI, which does contain and handle card form presentation (and card detail collection). |
@scannillo hi, does that mean that fields such as BTUIKFormField are no longer available if we switch to SPM (which requires v9)? |
👋 @fredadda-fiverr - No matter which package manager you use for v9, However, I do encourage you to comment here with what type of UI components you would like the SDK to have, so we can gauge a sense of interest from other devs as well. |
Thanks for the answer! However, we used an old version of the lib (Braintree 4.36.0), and a quite old design too, so maybe it's the occasion to revamp it a bit 😄 |
Hello @scannillo! Do you think that's something that exists in the Thanks for your help |
@scannillo Hi again |
👋 @fredadda-fiverr, so we only really offer the DropIn UI with the full tokenization attached, though the fonts & color scheme are customizable. We currently don't offer any standalone card fields. |
@scannillo Hi! Just another question: if we then decide to build our own UI, is there a validation logic I can use from Braintree or Braintree-dropIn, like the Luhn algorithm for C/C, or are there other standalone logic tools that are exposed? |
@fredadda-fiverr No, the |
I'm in same situation, can we use somehow UI textfields with Braintree verification? |
Our product has customized fields to collect the card details.
But it's deprecated from 9.0.0
What is the alternate way to use them?
Is there any possibilities to release them again?
The text was updated successfully, but these errors were encountered: