Skip to content

chore: bump github.com/mparticle-integrations/mp-apple-integration-rokt from 9.3.1 to 9.3.2 in /Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM - #47

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM/github.com/mparticle-integrations/mp-apple-integration-rokt-9.3.1
Closed

chore: bump github.com/mparticle-integrations/mp-apple-integration-rokt from 9.3.1 to 9.3.2 in /Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM/github.com/mparticle-integrations/mp-apple-integration-rokt-9.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/mparticle-integrations/mp-apple-integration-rokt from 9.3.1 to 9.3.2.

Release notes

Sourced from github.com/mparticle-integrations/mp-apple-integration-rokt's releases.

v9.3.2

Core

Added

  • Add device-level consent via MParticleOptions.deviceConsentState and MParticle.sharedInstance.deviceConsentState. When set, it supersedes user/MPID-level consent everywhere consent is evaluated (kit enablement, consent forwarding to kits, and the consent included in uploads for all MPIDs), is persisted device-wide independent of the active user, and triggers the same kit refresh as a user consent change. Set it to nil to clear and revert to user/MPID-level consent.
  • Add MPRokt.handleURLCallback: for forwarding Afterpay/PayPal redirect URLs to the registered Rokt payment extension. Call from application:openURL:options: (AppDelegate) or scene:openURLContexts: / .onOpenURL (Scene/SwiftUI).

Changed

  • Bump minimum RoktContracts to 2.0.0 (adds PaymentMethodType.paypal and totals on PaymentPreparation).

Fixed

  • MParticle.sharedInstance.identity.deviceApplicationStamp now returns the same value sent on the wire as device_application_stamp (mp_deviceid). Previously it returned the unrelated MPDevice.deviceIdentifier used for ramp bucketing.

Kits

Fixed

  • Use dual-path core SDK imports in kit public headers so manual xcframework consumers resolve mParticle_Apple_SDK (xcframework/CocoaPods framework) or mParticle_Apple_SDK_ObjC (SPM/CocoaPods ObjC). CI smoke-tests kit headers against the core SDK xcframework.
  • Correct kit README CocoaPods pod names and mirror repository URLs to match versioned podspecs and CI mirror destinations.

Added

  • Adobe 5 — Add tvOS 15.0+ support for CocoaPods and Swift Package Manager.
  • Braze 16 — Add braze-16 kit track for Braze Swift SDK 16.x.
  • Braze 16 — When useEcommerceRecommendedEvents is enabled in kit configuration, forward supported mParticle commerce events to Braze recommended eCommerce events (ecommerce.cart_updated, ecommerce.checkout_started, ecommerce.product_viewed, ecommerce.order_placed, ecommerce.order_refunded).
  • Rokt SDK+ (RoktSDKPlus) — Umbrella Swift package and CocoaPods pod at Kits/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-xcframework for this Swift-package-only target (archives do not produce *.framework under Products/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.podspec with the ecosystem version (double-quoted s.version, same as other kits). Release – Draft now bumps single-quoted s.version = '…' podspec lines so mParticle-Rokt and RoktSDKPlus stay in sync for pod lib lint.

Rokt

Changed
  • Bump minimum Rokt-Widget to 5.1.0 (adds Afterpay payment support).
  • Bump minimum RoktContracts to 2.0.0.
Added
  • Pass through handleURLCallback: to Rokt.handleURLCallback(with:) on the Rokt SDK.
  • Implement stop on MPKitRokt so the kit remains active across switchWorkspaceWithOptions: without requiring an app restart.
Commits

@cursor

cursor Bot commented Jul 23, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Single-line dependency pin with no local code changes; risk is limited to upstream 9.3.2 integration behavior at build/runtime.

Overview
Updates the Swift Package Manager exact version of mp-apple-integration-rokt in mParticleSPM/Package.swift from 9.3.1 to 9.3.2, so the MAUI Rokt macOS/iOS native wrapper pulls the newer mParticle Rokt integration at build time.

No other files in this PR change; consumers inherit upstream 9.3.2 behavior (e.g. Rokt kit handleURLCallback, stop for workspace switches, higher minimum Rokt-Widget / RoktContracts, and core SDK fixes) via the dependency only.

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

Bumps [github.com/mparticle-integrations/mp-apple-integration-rokt](https://github.com/mparticle-integrations/mp-apple-integration-rokt) from 9.3.1 to 9.3.2.
- [Release notes](https://github.com/mparticle-integrations/mp-apple-integration-rokt/releases)
- [Commits](mparticle-integrations/mp-apple-integration-rokt@v9.3.1...v9.3.2)

---
updated-dependencies:
- dependency-name: github.com/mparticle-integrations/mp-apple-integration-rokt
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump github.com/mparticle-integrations/mp-apple-integration-rokt from 9.2.0 to 9.3.1 in /Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM chore: bump github.com/mparticle-integrations/mp-apple-integration-rokt from 9.3.1 to 9.3.2 in /Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/swift/Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM/github.com/mparticle-integrations/mp-apple-integration-rokt-9.3.1 branch from 591df4c to f5b4261 Compare July 29, 2026 17:58
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #53.

@dependabot dependabot Bot closed this Jul 30, 2026
@dependabot
dependabot Bot deleted the dependabot/swift/Kits/rokt/Sdk/MParticle.Maui.Rokt/macios/native/mParticleSPM/github.com/mparticle-integrations/mp-apple-integration-rokt-9.3.1 branch July 30, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants