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

[DO NOT MERGE] Release/7.1.0-beta.1 #1355

Closed
wants to merge 2 commits into from
Closed

Conversation

NachoSoto
Copy link
Contributor

New Features

✨ Introducing Android Paywalls (beta) 🐾🧱:

RevenueCat's Paywalls allow you to to remotely configure your entire paywall view without any code changes or app updates.
Our paywall templates use native code to deliver smooth, intuitive experiences to your customers when you’re ready to deliver them an Offering; and you can use our Dashboard to pick the right template and configuration to meet your needs.

To use RevenueCat Paywalls on Android, simply:

  1. Create a Paywall on the Dashboard for the Offering you intend to serve to your customers
  2. Add the purchases-ui dependency to your project:
implementation 'com.revenuecat.purchases:purchases-ui:7.1.0-beta.1'
  1. Display the paywall in your app:
@Composable
private fun LockedScreen() {
    YourContent()

    PaywallDialog(
        PaywallDialogOptions.Builder()
            .setRequiredEntitlementIdentifier(Constants.ENTITLEMENT_ID)
            .build()
    )
}

Check out our documentation for more information.

List of changes

@NachoSoto NachoSoto added the pr:next_release Preparing a new release label Oct 16, 2023
@NachoSoto NachoSoto requested a review from a team October 16, 2023 18:20
@NachoSoto NachoSoto changed the title Release/7.1.0-beta.1 [DO NOT MERGE] Release/7.1.0-beta.1 Oct 16, 2023
@NachoSoto NachoSoto marked this pull request as draft October 16, 2023 18:21
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1ca3aff) 84.53% compared to head (6c1f7ce) 84.53%.

Additional details and impacted files
@@            Coverage Diff            @@
##           paywalls    #1355   +/-   ##
=========================================
  Coverage     84.53%   84.53%           
=========================================
  Files           194      194           
  Lines          6538     6538           
  Branches        952      952           
=========================================
  Hits           5527     5527           
  Misses          643      643           
  Partials        368      368           
Files Coverage Δ
...n/kotlin/com/revenuecat/purchases/common/Config.kt 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NachoSoto NachoSoto closed this Oct 16, 2023
@NachoSoto NachoSoto deleted the release/7.1.0-beta.1 branch October 16, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:next_release Preparing a new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants