feat: embedded paywall, CLIENT type handling, improved images#6
Merged
kherembourg merged 2 commits intomainfrom Mar 30, 2026
Merged
feat: embedded paywall, CLIENT type handling, improved images#6kherembourg merged 2 commits intomainfrom
kherembourg merged 2 commits intomainfrom
Conversation
Guard against .client type presentations across all fetchPresentation call sites (filters, recipe_detail, favorites, onboarding) — log and return instead of attempting to display a server-built screen the app must render itself. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add EmbeddedPaywallBanner composable using Purchasely.presentationView() with placement "home_banner", shown as a LazyVerticalGrid header item for non-premium users on the Home screen - Add PLYPresentationType.CLIENT guard in all fetchPresentation call sites (HomeScreen/filters, DetailScreen/favorites+recipe_detail, FavoritesScreen/favorites, SettingsScreen/onboarding) — logs and skips display() for client-built paywalls Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a93780c to
d0aa1ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PLYPresentationViewusing"home_banner"placement (iOS skipped — no embedded view API in current SDK)fetchPresentationcall sites on both platforms — logs and gracefully handles custom paywall scenariosCLIENT type handling added to:
filtersrecipe_detail,favoritesfavoritesonboardingonboardingConsole setup needed
home_bannerplacement for embedded paywall (Android)Test plan
home_bannerplacement exists)🤖 Generated with Claude Code