Create sample web purchase redemption app#1908
Merged
Merged
Conversation
tonidero
commented
Nov 7, 2024
Contributor
Author
There was a problem hiding this comment.
I had to update this because the AS app generation was expecting a newer version. I checked the changes and didn't see anything worth calling out...
a3ca925 to
5208298
Compare
4a4437a to
351f99e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1908 +/- ##
=======================================
Coverage 82.21% 82.21%
=======================================
Files 232 232
Lines 8097 8097
Branches 1146 1146
=======================================
Hits 6657 6657
Misses 987 987
Partials 453 453 ☔ View full report in Codecov by Sentry. |
vegaro
approved these changes
Nov 7, 2024
b670c32 to
1f18fc1
Compare
2 tasks
tonidero
pushed a commit
that referenced
this pull request
Nov 8, 2024
**This is an automatic release.** ## RevenueCatUI SDK ### 🐞 Bugfixes * Handle `IllegalArgumentException` when opening a Uri in the paywalls (#1904) via Toni Rico (@tonidero) ### 🔄 Other Changes * Create sample web purchase redemption app (#1908) via Toni Rico (@tonidero) * Add extra error cases for web purchases redemptions (#1899) via Toni Rico (@tonidero) * Use new web redemption endpoint (#1903) via Toni Rico (@tonidero) Co-authored-by: revenuecat-ops <ops@revenuecat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds a new sample app to the repo, with some sample code on how to use the web redemption APIs.