Skip to content

feat(expo): update for 1.1.0#187

Merged
dcrawbuck merged 2 commits intomainfrom
update-expo-sdk-1.1.0
Apr 30, 2026
Merged

feat(expo): update for 1.1.0#187
dcrawbuck merged 2 commits intomainfrom
update-expo-sdk-1.1.0

Conversation

@dcrawbuck
Copy link
Copy Markdown
Collaborator

@dcrawbuck dcrawbuck commented Apr 30, 2026

Expo SDK Docs Update: 1.0.11 → 1.1.0

Upstream diff

  • Tag range: v1.0.11...v1.1.0
  • iOS native: SuperwallKit 4.14.1 → 4.15.1
  • Android native: Superwall-Android 2.7.11 → 2.7.12

Changes

  • Updated SdkLatestVersion markers in content/docs/expo/index.mdx and content/docs/expo/sdk-reference/index.mdx
  • Added 1.1.0 changelog entry to content/docs/expo/changelog.mdx (existing history preserved)
  • Added store (ProductStore) parameter to iOS OnPurchaseParams in CustomPurchaseControllerProvider.mdx — allows detecting CUSTOM products for non-StoreKit purchase flows

New APIs in this release

  • ProductStore type (APP_STORE, PLAY_STORE, STRIPE, PADDLE, SUPERWALL, CUSTOM, OTHER)
  • Product.store and per-store identifier objects (appStoreProduct, stripeProduct, paddleProduct, customProduct)
  • PaywallInfo.presentationId for correlating events within a single presentation
  • PaywallInfo.customerInfo (Android only) with subscription/entitlement snapshots
  • paywallPageView event with PageViewData for multi-page paywall navigation tracking
  • OnPurchaseParamsIOS.store for routing CUSTOM product purchases

Verification

  • bun test: 37/38 pass (1 pre-existing failure in reference/expo test due to missing react-test-renderer)
  • bun run build:cf: OOM in CI-constrained environment; content changes are MDX-only and low-risk

Note

Low Risk
Docs-only changes: updates version markers and expands reference docs for newly-bridged SDK fields/events; low risk aside from potential mismatches with actual SDK behavior if the docs are incorrect.

Overview
Updates the Expo SDK documentation to v1.1.0, including bumping the SdkLatestVersion markers and adding a new 1.1.0 changelog entry describing the native iOS/Android SDK bumps.

Expands the SDK reference to document newly exposed API surface: ProductStore/Product.store and per-store identifiers, the paywallPageView event with PageViewData, PaywallInfo.presentationId, and Android-only PaywallInfo.customerInfo. Also updates CustomPurchaseControllerProvider docs so iOS OnPurchaseParams includes an optional store to support CUSTOM purchase routing.

Reviewed by Cursor Bugbot for commit 5dbbcb9. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 40ce9e3912

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

},
store: {
type: "ProductStore?",
description: "The store backing the product. When `\"CUSTOM\"`, the product is not backed by StoreKit and your purchase handler must implement the purchase itself. See ProductStore for all possible values.",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Clarify iOS productId is not App Store-only

Adding store with a "CUSTOM" value means OnPurchaseParams (iOS) can now represent non-StoreKit products, but this section still describes productId as an App Store identifier. In custom-store flows, that description is incorrect and can cause integrators to treat productId as a StoreKit SKU when it may be a custom identifier, which undermines the new routing behavior documented here.

Useful? React with 👍 / 👎.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 30, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
superwall-docs-staging 5dbbcb9 Commit Preview URL

Branch Preview URL
Apr 30 2026, 05:52 PM

@dcrawbuck dcrawbuck merged commit 296b583 into main Apr 30, 2026
3 checks passed
@dcrawbuck dcrawbuck deleted the update-expo-sdk-1.1.0 branch April 30, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant