feat(ios): update for 4.15.3#201
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | d77d0be | Commit Preview URL Branch Preview URL |
May 18 2026, 04:14 PM |
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
Updates iOS SDK docs from
4.15.2->4.15.3.Changes
<SdkLatestVersion>incontent/docs/ios/index.mdxandcontent/docs/ios/sdk-reference/index.mdxcontent/docs/ios/changelog.mdx(and re-synced the 4.15.2 entry to match upstream after Apple Search Ads / IDFA filter were reorganized)Upstream references
Upstream changelog (4.15.3)
Fixes
weeklyPrice,dailyPrice) being off by a small amount for products whose subscription period is expressed in days.Verification
bun test-> 37 pass, 0 failbun run build:cf-> progressed past MDX transform; OOM-killed during chunk render in this environment (not caused by these changes)Follow-ups
Automated by Lever SDK docs version check
Note
Low Risk
Low risk: documentation-only updates that bump the displayed iOS SDK version and add release notes; no runtime code paths are affected.
Overview
Updates the iOS docs to reflect SDK v4.15.3 by bumping
<SdkLatestVersion>from4.15.2to4.15.3on the main iOS docs landing page and the SDK reference overview.Adds a
4.15.3changelog entry noting a fix for slightly incorrect computed subscription period prices (weeklyPrice/dailyPrice) when the period is expressed in days, and re-aligns the4.15.2changelog bullets (including the IDFA all-zeros filtering note) to match upstream.Reviewed by Cursor Bugbot for commit d77d0be. Bugbot is set up for automated code reviews on this repo. Configure here.