Open khoogheem opened 1 year ago
👋 Hello @khoogheem - thank you for opening this issue with us.
I have asked our product team to add updating Drop-In to use the latest Braintree iOS v6 to our development roadmap. We will keep you posted when we are able to get this work prioritized.
For internal tracking - ticket DTBTSDK-2832.
Just an update here, @jaxdesmarais spiked out this change and found that we'll likely have to convert Drop In to Swift in order to update to braintree_ios V6 (due to a Swift lang bug; see forum 1 and forum 2).
While this still not on our current roadmap due to limited staffing, we will keep this ticket open as it is a necessary change to make.
We encourage folks to comment here who also need this update to help increase priority.
Good morning,
Any movement on this? Would be nice to have the project move onto the latest Braintree.
Many thanks,
Adam
👋 Hi @aj2109 - thank you for commenting on this issue, it helps our product team get a sense of priority & need. Updating DropIn to braintree_ios V6 is an upcoming work-stream for our team. As we have updates, we will keep you posted!
Thank you @scannillo, appreciate the update.
Hello, any updates on timelines for the above? @scannillo
Hi @scannillo Is there an update on this? Most Braintree fraud protection features recommend that the latest version of BT is used. But the drop-in UI is not at the same level. This becomes a blocker for businesses that are paying for the advanced fraud prevention features but can't use it to its full potential
Hey all -
We do not currently have a timeline for this work but will keep this thread updated as we have updates.
Additionally @KushanF iOS v5 has access to the same advanced fraud protection tools as iOS v6. If you are running into issues with a specific subset of advanced fraud protection features please open a new issue with those details as they should be unrelated to iOS v5 vs iOS v6.
@jaxdesmarais Hello 👋 Bumping this as we've received a request to upgrade but are not able to due the same reasons mentioned in this thread. Is there an updated timeline on when we'll be able to upgrade to iOS Drop-In SDK 9.13.0?
Hello @sellingsolutions -
Braintree Drop-in v9.13.0 includes the new certificates and was released on May 7th, 2024.
Pod spec is still at 9.12.2
@khoogheem -
Apologies, you are correct, it looks like the CHANGELOG was updated incorrectly but the release was not actually done. I'll get this updated and released ASAP. Thanks for calling this out! I'll update here once it's actually released.
@sellingsolutions @khoogheem -
Drop-in version 9.13.0 has now been properly released. Thanks again for bring this to our attention!
@sellingsolutions @khoogheem -
Drop-in version 9.13.0 has now been properly released. Thanks again for bring this to our attention!
Thank you!
Hello @all While updating the BraintreeDropIn pod to 9.13.0, getting the following error as my Braintree version, i have updated to 6.17.0
In Podfile: Braintree (= 6.17.0) was resolved to 6.17.0, which depends on Braintree/PayPal (= 6.17.0)
BraintreeDropIn (= 9.13.0) was resolved to 9.13.0, which depends on
Braintree/PayPal (~> 5.26)
Any solution please.
depending on what parts of Braintree you need you can set the version to 5.26.0 like:
pod 'BraintreeDropIn', '9.13.0'
pod 'Braintree/ApplePay', '5.26.0'
pod 'BraintreeDropIn', '9.13.0'
pod 'Braintree/PayPal', '5.26.0'
depending on what parts of Braintree you need you can set the version to 5.26.0 like:
pod 'BraintreeDropIn', '9.13.0' pod 'Braintree/ApplePay', '5.26.0'
pod 'BraintreeDropIn', '9.13.0' pod 'Braintree/PayPal', '5.26.0'
According to the mail I receive from Braintree that we have to update Braintree at least in 6.17.0 and BraintreeDropIn in 9.13.0. If we update pod 'Braintree/ApplePay', '5.26.0', pod 'Braintree/PayPal', '5.26.0' It is conflicting with Braintree version 6.17.0. So in conclusion I am unable to update Braintree '6.17.0' and BraintreeDropIn '9.13.0' simultaneously. How to resolve it. Thanks
as far as I know Dropin won't work with anything in the 6X range.. the most current that works with DropIn is the 5.26.0
do you also just do pod Braintree
??
You don't need to use both Braintree
and Braintree/PayPal
This should be all you really need
pod 'BraintreeDropIn', '9.13.0'
pod 'Braintree/PayPal', '5.26.0'
the default subspecs are Core, Card and PayPal if you look at the Braintree podspec
@priyankaghosh-ios -
Drop-in version 9.13.0 contains Braintree 5.26.0 which also includes the updated certificates. You do not need to update to Braintree v6 if using the Drop-in as this is currently not possible (see replies above for additional details).
@priyankaghosh-ios -
Drop-in version 9.13.0 contains Braintree 5.26.0 which also includes the updated certificates. You do not need to update to Braintree v6 if using the Drop-in as this is currently not possible (see replies above for additional details).
Thanks a lot
Hello,
we got an email that requires us to update to the minimum versions of the braintree_ios
and braintree-ios-drop-in
SDKs, which are 6.17.0
and 9.13.0
respectively.
Following the summary table of the versions from braintree_ios' README, the version 5.26.0
has been deprecated in June 2024 and will be unsupported starting from June 2025.
The current latest version of braintree-ios-drop-in
, which is the 9.13.0
, only supports up to the next major, as it has already been stated in this issue. This prevents anyone to update the deprecated and soon unsupported version 5.x.x
of the braintree_ios
SDK to the latest major version 6.x.x
.
Are there any plan to update these requirements in the near future, given that the required version has been already deprecated?
Thanks
Is your feature request related to a problem? Please describe.
Support Braintree 6.X
Currently the drop in only supports up to next major
Describe the solution you'd like.
our current setup is:
and can't update to 6.x until drop in allows