Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 9a30db1 | Commit Preview URL Branch Preview URL |
Mar 13 2026, 08:46 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be3cab8a0f
ℹ️ 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".
| ## 2.7.8 | ||
|
|
||
| ### Fixes | ||
|
|
||
| - Fix serialization issue with R8 and dates |
There was a problem hiding this comment.
Replace Android 2.7.8/2.7.7 notes with upstream text
content/docs/android/changelog.mdx now lists 2.7.8/2.7.7 changes that differ from the upstream release notes referenced by this update (for example, 2.7.8 is missing the getEntitlements()/dependency notes and 2.7.7 is missing the ProGuard JsonDataException fix), so readers can make upgrade decisions based on incorrect information. This also violates the repository rule in AGENTS.md that SDK changelog entries must be copied verbatim from reference/<sdk>/CHANGELOG.md.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
|
||
| Instead of pointing an image or video to a URL, you can point it to a **local resource ID**. This ID maps to a file that the developer has registered in the native SDK. When the paywall loads, the SDK intercepts the request and serves the file directly from the device. No network call is required. | ||
|
|
||
| Set up those resource IDs in your app first by following the [SDK Local Resources guide](/sdk/guides/local-resources). |
There was a problem hiding this comment.
Dashboard links to nonexistent /sdk/ doc path
Medium Severity
The previously working link /ios/guides/local-resources was changed to /sdk/guides/local-resources, but no sdk directory exists under content/docs/. Based on the normalizeDocsInternalHref function, this resolves to /docs/sdk/guides/local-resources, which is a nonexistent page. This dashboard page isn't under an SDK-specific path, so no SDK-aware path rewriting applies. These links will be broken for users.
Additional Locations (2)
|
|
||
| ## Related | ||
|
|
||
| - [`localResources`](/sdk/sdk-reference/localResources): SDK reference for the property on supported platforms. |
There was a problem hiding this comment.
Shared content links to nonexistent /sdk/ reference path
Low Severity
The new shared content references /sdk/sdk-reference/localResources in its "Related" section, but no content/docs/sdk/ directory exists. When this file is included from iOS or Android guide pages via <include>, there's no evidence the include mechanism rewrites /sdk/ link prefixes to the hosting SDK's path (e.g., /ios/ or /android/). This link will likely be broken regardless of which platform includes it.


Version Update
2.7.6 → 2.7.8
Upstream Changelog
2.7.8
getEntitlements()returned an empty value2.7.7
JsonDataExceptionwas being thrown during deserializationChecklist
SdkLatestVersionincontent/docs/android/index.mdxSdkLatestVersionincontent/docs/android/sdk-reference/index.mdxcontent/docs/android/quickstart/install.mdxNote
Low Risk
Low risk documentation-only update: bumps referenced Android SDK version and adds/organizes new Local Resources docs pages, with no runtime code changes.
Overview
Updates Android SDK documentation to v2.7.8 by bumping
SdkLatestVersionand install snippets from2.7.6→2.7.8, and adding changelog entries for2.7.7/2.7.8.Adds Local Resources documentation: introduces a shared
content/shared/local-resources.mdxguide (now included from iOS/Android guides), adds newlocalResourcesSDK reference pages for both platforms, and wires them into the Android/iOSmeta.jsonnavigation.Minor docs cleanup includes an updated dashboard note for Android local resources availability and a newline fix in
android/sdk-reference/Superwall.mdx.Written by Cursor Bugbot for commit 9a30db1. This will update automatically on new commits. Configure here.
Deployed Pages