You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(skill): register the paywall preview URL scheme
Native integrations must register the app's custom URL scheme and wire
presentPaywall(from:)/previewPaywall so dashboard paywall previews open
on device, per docs/tools/paywalls/testing-paywalls.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: revenuecat/skills/revenuecat-paywall/SKILL.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,33 @@ Do not claim the integration is complete until:
58
58
5. Closing the paywall without purchasing fires the dismiss / cancelled callback.
59
59
60
60
If the paywall shows the default fallback layout, run `rc offerings preview <app-id> --json --no-input`. A null `paywall_components` value means no published paywall is being served; publish the draft and retry.
0 commit comments