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/4.26.0-beta.2 #3127

Closed
wants to merge 3 commits into from

Conversation

NachoSoto
Copy link
Contributor

@NachoSoto NachoSoto commented Aug 31, 2023

New Features

✨ Introducing RevenueCatUI 📱 (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 iOS, simply:

  1. Create a Paywall on the Dashboard for the Offering you intend to serve to your customers
  2. Add the RevenueCatUI SPM dependency to your project
  3. import RevenueCatUI at the point in the user experience when you want to display a paywall:
import RevenueCatUI
import SwiftUI

struct YourApp: View {

    var body: some View {
        YourContent()
            .presentPaywallIfNeeded(requiredEntitlementIdentifier: "pro") { customerInfo in
                print("Purchase completed: \(customerInfo)")
            }
    }

}
List of changes

@NachoSoto NachoSoto requested a review from a team August 31, 2023 17:32
@NachoSoto NachoSoto changed the title Release/4.26.0-beta.2 [DO NOT MERGE] Release/4.26.0-beta.2 Aug 31, 2023
@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release/4.25.7@71501b9). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@                Coverage Diff                @@
##             release/4.25.7    #3127   +/-   ##
=================================================
  Coverage                  ?   86.05%           
=================================================
  Files                     ?      225           
  Lines                     ?    16145           
  Branches                  ?        0           
=================================================
  Hits                      ?    13894           
  Misses                    ?     2251           
  Partials                  ?        0           

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

@NachoSoto NachoSoto closed this Aug 31, 2023
@NachoSoto NachoSoto deleted the release/4.26.0-beta.2 branch August 31, 2023 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant