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.1 #3102

Closed
wants to merge 3 commits into from

Conversation

NachoSoto
Copy link
Contributor

@NachoSoto NachoSoto commented Aug 26, 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 26, 2023 23:10
@NachoSoto NachoSoto changed the title Release/4.26.0-beta.1 [DO NOT MERGE] Release/4.26.0-beta.1 Aug 26, 2023
@NachoSoto NachoSoto marked this pull request as draft August 26, 2023 23:33
@NachoSoto
Copy link
Contributor Author

This has #3105 to fix release-checks.

@NachoSoto
Copy link
Contributor Author

Also included #3109

@NachoSoto
Copy link
Contributor Author

This is ready to go 🎉

@NachoSoto NachoSoto closed this Aug 29, 2023
@NachoSoto NachoSoto deleted the release/4.26.0-beta.1 branch August 29, 2023 18:56
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.

1 participant