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

Create CustomerCenterEvent #4392

Merged
merged 17 commits into from
Dec 2, 2024
Merged

Create CustomerCenterEvent #4392

merged 17 commits into from
Dec 2, 2024

Conversation

vegaro
Copy link
Contributor

@vegaro vegaro commented Oct 21, 2024

  • Adds a new CustomerCenterEvent with value impression
  • Creates an app_session_id
  • Exposes an isSandbox in Purchases

@vegaro vegaro force-pushed the https/linear.app/revenuecat/issue/SDK-3607/create-customer-center-open-event branch from 79779b0 to 72e8bfd Compare October 23, 2024 13:21
Base automatically changed from https/linear.app/revenuecat/issue/SDK-3607/create-customer-center-open-event to main November 5, 2024 14:23
@vegaro vegaro force-pushed the create-customer-center-event branch 3 times, most recently from 9cb79d7 to 3d5acba Compare November 5, 2024 15:35
@vegaro vegaro force-pushed the create-customer-center-event branch from e260a16 to 503cea5 Compare November 26, 2024 15:38
@vegaro vegaro force-pushed the create-customer-center-event branch from 51c1c3f to 6a7d6e8 Compare November 27, 2024 14:26
@vegaro vegaro marked this pull request as ready for review November 28, 2024 14:44
@vegaro vegaro requested a review from a team November 28, 2024 14:44
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.

Some comments but nothing really blocking. Looks good!

}

func track(paywallEvent: PaywallEvent) async {
guard let event: StoredEvent = .init(event: paywallEvent,
func track(featureEvent: FeatureEvent) async {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can go in a different PR, but if this class now accepts other event types, we should also rename PaywallEventsManager to FeatureEventsManager or something like that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will come in a different PR but yes, good point

@vegaro vegaro merged commit afa9f44 into main Dec 2, 2024
7 checks passed
@vegaro vegaro deleted the create-customer-center-event branch December 2, 2024 14:43
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.

2 participants