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

Jc/sample app swiftui #3911

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Jc/sample app swiftui #3911

wants to merge 5 commits into from

Conversation

nyeu
Copy link

@nyeu nyeu commented May 17, 2024

Motivation

Apps were not showcasing the latest features and were outdated. This not only helps our customers to easily understand how RevenueCat features work but it's also helpful for when the DSE team has to debug something related to paywalls.

Description

I've run the app both through a simulator and a real device using my own app projects, subscribing and seeing the expected result.

Video showcasing both paywalls:

  • Default paywall on user's view
  • Placement targeted paywall on main weather view
Simulator.Screen.Recording.-.iPhone.15.-.2024-05-27.at.15.18.03.mp4

@nyeu nyeu requested a review from a team May 17, 2024 17:52
@RevenueCat-Danger-Bot
Copy link

RevenueCat-Danger-Bot commented May 17, 2024

1 Message
📖 Size increase: 1.41 KB

Generated by 🚫 Danger

@nyeu nyeu added the refactor A code change that neither fixes a bug nor adds a feature label May 17, 2024
Copy link
Contributor

@tonidero tonidero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A first view looks good! It would be great if you can also post some pictures/short video with the changes, but looks good! Will hold on approving until it's ready

/* Begin XCRemoteSwiftPackageReference section */
4E3BE8642BF77F420045B504 /* XCRemoteSwiftPackageReference "purchases-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/RevenueCat/purchases-ios";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to change to use https://github.com/RevenueCat/purchases-ios-spm instead, since it's much faster. cc @jamesrb1

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated in the latest commit

joshdholtz and others added 2 commits May 27, 2024 14:24
### Motivation

Better implementation of
#3909 and what was just
commited to `5.0-dev`

### Description

- Only install `swiftlint` on Xcode 15.3 jobs
- Also moved Ruby 3.2.2 install into `install-bundle-dependencies` which
was also done in `5.0-dev`
@nyeu nyeu marked this pull request as ready for review June 6, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants