Releases: mparticle-integrations/mp-apple-integration-rokt
Releases · mparticle-integrations/mp-apple-integration-rokt
v9.2.1
Core
Added
- Add
MPRokt.handleURLCallback:for forwarding Afterpay/PayPal redirect URLs to the registered Rokt payment extension. Call fromapplication:openURL:options:(AppDelegate) orscene:openURLContexts:/.onOpenURL(Scene/SwiftUI).
Changed
- Bump minimum
RoktContractsto 2.0.0 (addsPaymentMethodType.paypaland totals onPaymentPreparation).
Kits
Added
- Rokt SDK+ (
RoktSDKPlus) — Umbrella Swift package and CocoaPods pod atKits/rokt-sdk-plus/rokt-sdk-plus-ios, versioned with the core SDK and mirrored to ROKT/rokt-sdk-plus-ios.
Fixed
- Rokt SDK+ — Release Build rokt-sdk-plus-ios no longer runs
xcodebuild -create-xcframeworkfor this Swift-package-only target (archives do not produce*.frameworkunderProducts/Library/Frameworks/). CI uploads a small placeholder zip so mirror artifact steps still succeed; integrate via SwiftPM or CocoaPods from the tag. - Rokt SDK+ — Align
RoktSDKPlus.podspecwith the ecosystem version (double-quoteds.version, same as other kits). Release – Draft now bumps single-quoteds.version = '…'podspec lines somParticle-RoktandRoktSDKPlusstay in sync forpod lib lint.
Rokt
Changed
- Bump minimum
Rokt-Widgetto 5.1.0 (adds Afterpay payment support). - Bump minimum
RoktContractsto 2.0.0.
Added
- Pass through
handleURLCallback:toRokt.handleURLCallback(with:)on the Rokt SDK.
v9.2.0
Core
Added
- Add
MPRokt.handleURLCallback:for forwarding Afterpay/PayPal redirect URLs to the registered Rokt payment extension. Call fromapplication:openURL:options:(AppDelegate) orscene:openURLContexts:/.onOpenURL(Scene/SwiftUI).
Changed
- Bump minimum
RoktContractsto 2.0.0 (addsPaymentMethodType.paypaland totals onPaymentPreparation).
Kits
Added
- Rokt SDK+ (
RoktSDKPlus) — Umbrella Swift package and CocoaPods pod atKits/rokt-sdk-plus/rokt-sdk-plus-ios, versioned with the core SDK and mirrored to ROKT/rokt-sdk-plus-ios.
Fixed
- Rokt SDK+ — Release Build rokt-sdk-plus-ios no longer runs
xcodebuild -create-xcframeworkfor this Swift-package-only target (archives do not produce*.frameworkunderProducts/Library/Frameworks/). CI uploads a small placeholder zip so mirror artifact steps still succeed; integrate via SwiftPM or CocoaPods from the tag.
Rokt
Changed
- Bump minimum
Rokt-Widgetto 5.1.0 (adds Afterpay payment support). - Bump minimum
RoktContractsto 2.0.0.
Added
- Pass through
handleURLCallback:toRokt.handleURLCallback(with:)on the Rokt SDK.
v9.1.0
Core
Added
- Add
MPRokt.handleURLCallback:for forwarding Afterpay/PayPal redirect URLs to the registered Rokt payment extension. Call fromapplication:openURL:options:(AppDelegate) orscene:openURLContexts:/.onOpenURL(Scene/SwiftUI).
Changed
- Bump minimum
RoktContractsto 2.0.0 (addsPaymentMethodType.paypaland totals onPaymentPreparation).
Kits
Rokt
Changed
- Bump minimum
Rokt-Widgetto 5.1.0 (adds Afterpay payment support). - Bump minimum
RoktContractsto 2.0.0.
Added
- Pass through
handleURLCallback:toRokt.handleURLCallback(with:)on the Rokt SDK.
v9.0.1
chore: Release v9.0.1 (#757) * chore: (release) 9.0.1 Updates version to 9.0.1 across the mParticle ecosystem. * chore: fix CHANGELOG.md formatting (trunk fmt) --------- Co-authored-by: Denis Chilik <denis.chilik@rokt.com>
v9.0.0
chore: Release v9.0.0 (#736) * chore: (release) 9.0.0 Updates version to 9.0.0 across the mParticle ecosystem. * Revise CHANGELOG for 9.0.0 release updates Update changelog for version 9.0.0 with new features, fixes, and changes across various kits. --------- Co-authored-by: Thomson Thomas <125323226+thomson-t@users.noreply.github.com>