Skip to content
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

Updated README.md #458

Closed
wants to merge 6 commits into from
Closed
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 23 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@

[![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!
## 📣 Announcements

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to move the announcement to top of README?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, we should put this up in lights as clearly as possible

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe even some scary-looking alarm emojis, or things to grab people's eye.

What about also updating the repo description with some warning message?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about that since someone needs to scroll past the image to see the announcement

🚨🚨🚨 **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. Instead, implement a custom UI using the ![Braintree SDK (braintree_ios)](https://github.com/braintree/braintree_ios).

| Status | Date |
| -------- | ------------- |
| Inactive | December 2024 |
| 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")

Expand All @@ -23,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
Expand Down Expand Up @@ -224,14 +237,16 @@ 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 |
| -------------------- | ------ | -------- | ---------- | ----------- |
| 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

Expand All @@ -241,19 +256,16 @@ 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)
* 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!

Here are a few ways to get in touch:
The Braintree iOS Drop-in SDK is no longer in active development. Please see the "Announcements" section for more details.

* [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
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

Expand Down
Loading