RevenueCat / purchases-android

Android in-app purchases and subscriptions made easy.
https://www.revenuecat.com/
MIT License
235 stars 45 forks source link

Support non consumable products #1697

Closed tonidero closed 2 months ago

tonidero commented 2 months ago

Description

This brings support to non-consumables in android. The backend will let us know whether we need to consume a product after posting it or not.

RevenueCat-Danger-Bot commented 2 months ago
1 Message
:book: Size increase: 11.88 KB

Generated by :no_entry_sign: Danger

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 73.33333% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 83.12%. Comparing base (61dcfdd) to head (965ff7e). Report is 2 commits behind head on main.

:exclamation: Current head 965ff7e differs from pull request most recent head d693d6a

Please upload reports for the commit d693d6a to get more accurate results.

Files Patch % Lines
...tlin/com/revenuecat/purchases/PostReceiptHelper.kt 69.23% 0 Missing and 4 partials :warning:
...purchases/common/networking/PostReceiptResponse.kt 69.23% 3 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1697 +/- ## ========================================== - Coverage 83.17% 83.12% -0.06% ========================================== Files 221 222 +1 Lines 7555 7574 +19 Branches 1064 1070 +6 ========================================== + Hits 6284 6296 +12 - Misses 851 854 +3 - Partials 420 424 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tonidero commented 2 months ago

Backend has been merged. Would appreciate another review for this!