-
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
Updated README.md #458
Updated README.md #458
Changes from 2 commits
0058671
6695d96
afa5741
964b70a
c6ac71e
fba5375
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,16 @@ 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  for unbranded checkout. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit / take it or leave it - instead of "recommend" (which suggests they maybe look to another provider) do we want to say something like "Instead, implement a custom UI using braintree_ios"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good point, will add that to be more specific There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
| Status | Date | | ||
| -------- | ------------- | | ||
| Inactive | December 2024 | | ||
| Deprecated | June 2025 | | ||
| Unsupported | November 2025 | | ||
|
||
stechiu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## Table of Contents | ||
|
||
1. [Getting Started](#getting-started) | ||
|
@@ -227,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 | ||
|
||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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