diff --git a/content/docs/ios/changelog.mdx b/content/docs/ios/changelog.mdx index 83259fa..053d748 100644 --- a/content/docs/ios/changelog.mdx +++ b/content/docs/ios/changelog.mdx @@ -3,6 +3,17 @@ title: "Changelog" description: "Release notes for the Superwall iOS SDK" --- +## 4.15.2 + +### Enhancements + +- Improves Apple Search Ads attribution capture rate. +- Filters out the all-zeros IDFA sentinel (returned when App Tracking Transparency is denied) so it no longer pollutes the `idfa` attribute on attribution payloads. + +### Fixes + +- Changes the Superscript spm package repo source to a new lightweight repo meaning that the download of the package is way faster. + ## 4.15.1 ### Enhancements diff --git a/content/docs/ios/index.mdx b/content/docs/ios/index.mdx index a8a0d63..03bbcaf 100644 --- a/content/docs/ios/index.mdx +++ b/content/docs/ios/index.mdx @@ -50,6 +50,6 @@ If you have feedback on any of our docs, please leave a rating and message at th If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/superwall-ios/issues). diff --git a/content/docs/ios/sdk-reference/index.mdx b/content/docs/ios/sdk-reference/index.mdx index e126270..9d9d92a 100644 --- a/content/docs/ios/sdk-reference/index.mdx +++ b/content/docs/ios/sdk-reference/index.mdx @@ -16,6 +16,6 @@ If you have feedback on any of our docs, please leave a rating and message at th If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/superwall-ios/issues). diff --git a/vite.config.ts b/vite.config.ts index 50450ac..1e7b9b4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -69,7 +69,7 @@ export default defineConfig({ }, prerender: { enabled: true, - concurrency: 3, + concurrency: 2, filter: (page) => { return !( page.path === "/sdk" ||