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

chore(ios): add screen view event #1721

Merged
merged 1 commit into from
Jan 13, 2025
Merged

chore(ios): add screen view event #1721

merged 1 commit into from
Jan 13, 2025

Conversation

adwinross
Copy link
Collaborator

Description

Provides public APIs to track screen view events.

Measure tracks UIViewControllers by default, but in cases where a custom navigation is used, devs can use this api to track screen views.

Public APIs

Measure.shared.trackScreenView("Home")
[[Measure shared] trackScreenView:@"Home"]

Related issue

Closes #1580

@adwinross adwinross added chore internal tasks ios ios related labels Jan 9, 2025
@adwinross adwinross requested a review from abhaysood January 9, 2025 06:17
@adwinross adwinross self-assigned this Jan 9, 2025
Copy link

vercel bot commented Jan 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 6:18am

@adwinross adwinross merged commit def6b8d into main Jan 13, 2025
4 checks passed
@adwinross adwinross deleted the ios-screen-view branch January 13, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore internal tasks ios ios related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement screen_view event
2 participants