From 0058671a80444c0bc281abc7ddf4be1ddc27af3f Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:35:29 -0800 Subject: [PATCH 1/6] Updated README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d2edcb51..d0d994fc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ Welcome to Braintree's Drop-in SDK for iOS! **The Braintree iOS Drop-in SDK permits a deployment target of iOS 12.0 or higher.** It requires Xcode 15.0+ and Swift 5.9+. +## 📣 Announcements + +**The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025**. As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. As an alternative, we recommend using the ![Braintree SDK](https://github.com/braintree/braintree_ios) for unbranded checkout. + +This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our ![developer docs](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/ios/v5). + +| Status | Date | +| -------- | ------------- | +| Inactive | December 2024 | +| Deprecated | June 2025 | +| Unsupported | November 2025 | + ## Table of Contents 1. [Getting Started](#getting-started) From 6695d96df4c731c5b525cced3dae21fd0cd6be71 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:37:48 -0800 Subject: [PATCH 2/6] Updated dates for versioning --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0d994fc..ef3fac14 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Welcome to Braintree's Drop-in SDK for iOS! **The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025**. As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. As an alternative, we recommend using the ![Braintree SDK](https://github.com/braintree/braintree_ios) for unbranded checkout. -This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our ![developer docs](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/ios/v5). - | Status | Date | | -------- | ------------- | | Inactive | December 2024 | @@ -239,11 +237,11 @@ Also see our [**reference documentation**](https://braintree.github.io/braintree This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our [developer docs](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/ios/v5). | Major version number | Status | Released | Deprecated | Unsupported | | -------------------- | ------ | -------- | ---------- | ----------- | -| 9.x.x | Active | April 2021 | TBA | TBA | -| 8.x.x | Deprecated | Februrary 2020 | April 2022 | TBA | +| 9.x.x | Inactive | April 2021 | June 2025 | November 2025 | +| 8.x.x | Unsupported | Februrary 2020 | April 2022 | November 2024 | | 7.x.x | Unsupported | December 2018 | April 2021 | April 2022 | -Versions 6 and below are unsupported. +Versions 8 and below are unsupported. ## Demo From afa574160e58ed3fcf405eefa600bdd8656071f2 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:36:34 -0800 Subject: [PATCH 3/6] Addressed PR comments --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ef3fac14..13438efa 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,10 @@ [![Release](https://github.com/braintree/braintree-ios-drop-in/actions/workflows/release.yml/badge.svg)](https://github.com/braintree/braintree-ios-drop-in/actions/workflows/release.yml) -Welcome to Braintree's Drop-in SDK for iOS! - -![Drop-in light theme](Images/client-sdk-ios-series-light.png "Drop-in light theme") - -**The Braintree iOS Drop-in SDK permits a deployment target of iOS 12.0 or higher.** It requires Xcode 15.0+ and Swift 5.9+. - ## 📣 Announcements +🚨🚨🚨 **The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025** 🚨🚨🚨 -**The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025**. As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. As an alternative, we recommend using the ![Braintree SDK](https://github.com/braintree/braintree_ios) for unbranded checkout. +As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. Instead, implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios). | Status | Date | | -------- | ------------- | @@ -21,6 +16,12 @@ Welcome to Braintree's Drop-in SDK for iOS! | Deprecated | June 2025 | | Unsupported | November 2025 | +## Welcome to Braintree's Drop-in SDK for iOS! + +![Drop-in light theme](Images/client-sdk-ios-series-light.png "Drop-in light theme") + +**The Braintree iOS Drop-in SDK permits a deployment target of iOS 12.0 or higher.** It requires Xcode 15.0+ and Swift 5.9+. + ## Table of Contents 1. [Getting Started](#getting-started) @@ -33,6 +34,8 @@ Welcome to Braintree's Drop-in SDK for iOS! ## Getting Started +🚨🚨🚨 **WARNING: The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025. See the Announcements section for more details** 🚨🚨🚨 + We recommend using [Swift Package Manager](https://swift.org/package-manager/) or [CocoaPods](https://github.com/CocoaPods/CocoaPods) to integrate the Braintree Drop-in SDK with your project. ### Swift Package Manager @@ -234,6 +237,8 @@ Also see our [**reference documentation**](https://braintree.github.io/braintree ## Versions +🚨🚨🚨 **WARNING: The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025. See the Announcements section for more details** 🚨🚨🚨 + This SDK abides by our Client SDK Deprecation Policy. For more information on the potential statuses of an SDK check our [developer docs](https://developer.paypal.com/braintree/docs/guides/client-sdk/deprecation-policy/ios/v5). | Major version number | Status | Released | Deprecated | Unsupported | | -------------------- | ------ | -------- | ---------- | ----------- | @@ -253,17 +258,15 @@ The demo app uses Swift Package Manager to fetch dependencies. Xcode will downlo * Read the headers * [Read the docs](https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5) -* Find a bug? [Open an issue](https://github.com/braintree/braintree-ios-drop-in/issues) -* Want to contribute? [submit a pull request](https://help.github.com/articles/creating-a-pull-request). ## Feedback -The Braintree iOS Drop-in SDK is in active development, we welcome your feedback! +The Braintree iOS Drop-in SDK is no longer in active development. Please see the "Announcements" section for more details. Here are a few ways to get in touch: * [GitHub Issues](https://github.com/braintree/braintree-ios-drop-in/issues) - For generally applicable issues and feedback -* [Braintree Support](https://help.braintreepayments.com) - For personal support at any phase of integration +* [Braintree Support](https://help.braintreepayments.com) - For support on implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios). ## License From 964b70ad209d60f8dd38caf6a7d4aa5c9bc46f56 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:43:03 -0800 Subject: [PATCH 4/6] Updated Help and Feedback sections --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13438efa..4038b1d0 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,8 @@ The demo app uses Swift Package Manager to fetch dependencies. Xcode will downlo ## Help +The Braintree iOS Drop-in SDK is no longer in active development. Please see the "Announcements" section for more details. + * Read the headers * [Read the docs](https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5) @@ -263,10 +265,7 @@ The demo app uses Swift Package Manager to fetch dependencies. Xcode will downlo The Braintree iOS Drop-in SDK is no longer in active development. Please see the "Announcements" section for more details. -Here are a few ways to get in touch: - -* [GitHub Issues](https://github.com/braintree/braintree-ios-drop-in/issues) - For generally applicable issues and feedback -* [Braintree Support](https://help.braintreepayments.com) - For support on implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios). +For support on implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios), go to [Braintree Support](https://help.braintreepayments.com). ## License From c6ac71e688c613b929744a58de52e6de748f4d73 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:15:27 -0800 Subject: [PATCH 5/6] Update README.md Co-authored-by: Jax DesMarais-Leder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4038b1d0..8ff53f24 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Release](https://github.com/braintree/braintree-ios-drop-in/actions/workflows/release.yml/badge.svg)](https://github.com/braintree/braintree-ios-drop-in/actions/workflows/release.yml) ## 📣 Announcements -🚨🚨🚨 **The iOS Drop-In SDK is currently inactive and will be unsupported by November 2025** 🚨🚨🚨 +🚨🚨🚨 **The iOS Drop-In SDK is currently inactive and will be unsupported on November 1, 2025** 🚨🚨🚨 As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. Instead, implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios). From fba537538ba1ea79a676850f51f8a086ff8544a7 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:15:38 -0800 Subject: [PATCH 6/6] Update README.md Co-authored-by: Jax DesMarais-Leder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff53f24..2673f4a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 📣 Announcements 🚨🚨🚨 **The iOS Drop-In SDK is currently inactive and will be unsupported on November 1, 2025** 🚨🚨🚨 -As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. Instead, implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios). +As of December 2024, the iOS Drop-In SDK is inactive. No additional features will be added with the exception of security updates. Instead, implement a custom UI using the [Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios). | Status | Date | | -------- | ------------- |