Skip to content

chore: bump github.com/mparticle/mparticle-apple-sdk from 9.3.1 to 9.3.2 in /Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM - #46

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/github.com/mparticle/mparticle-apple-sdk-9.3.1
Closed

chore: bump github.com/mparticle/mparticle-apple-sdk from 9.3.1 to 9.3.2 in /Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/github.com/mparticle/mparticle-apple-sdk-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/mparticle-apple-sdk from 9.3.1 to 9.3.2.

Release notes

Sourced from github.com/mparticle/mparticle-apple-sdk'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

Medium Risk
A single-line dependency bump still changes the bundled native SDK and can alter consent, identity, and kit behavior on Apple targets without any app code changes in this repo.

Overview
Updates the mParticleSPM Swift package pin for mparticle-apple-sdk from 9.3.1 to 9.3.2, so MAUI macOS/iOS native builds resolve the newer Apple SDK via SPM.

No other files change in this PR; consumers pick up 9.3.2 release behavior transitively (e.g. device-level consent APIs, deviceApplicationStamp alignment with wire device_application_stamp, Rokt URL callback handling, kit/header import fixes, and related kit bumps described in the upstream release notes).

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

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

---
updated-dependencies:
- dependency-name: github.com/mparticle/mparticle-apple-sdk
  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/mparticle-apple-sdk from 9.2.0 to 9.3.1 in /Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM chore: bump github.com/mparticle/mparticle-apple-sdk from 9.3.1 to 9.3.2 in /Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/swift/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/github.com/mparticle/mparticle-apple-sdk-9.3.1 branch from 3568836 to b22d26c Compare July 29, 2026 17:57
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #52.

@dependabot dependabot Bot closed this Jul 30, 2026
@dependabot
dependabot Bot deleted the dependabot/swift/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/github.com/mparticle/mparticle-apple-sdk-9.3.1 branch July 30, 2026 13:24
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