You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
- Expo config plugin: optional `pinningDisabled` for `MPNetworkOptions` / `NetworkOptions` at SDK startup
13
+
14
+
### Fixed
15
+
16
+
- iOS sample CI: pin `Rokt-Widget` to `5.2.0` and `DcuiSchema` to `2.7.0` (avoids `2.8.x` schema floating under Rokt’s `~> 2.6` and breaking `RoktUXHelper` Swift compile); GitHub Actions stays on Xcode 16.x
Copy file name to clipboardExpand all lines: sample/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,7 @@ cd sample/ios
64
64
pod install
65
65
```
66
66
67
-
The sample Podfile pins the standard Rokt kit with:
68
-
69
-
```ruby
70
-
pod 'mParticle-Rokt', '~> 9.2'
71
-
```
67
+
The sample Podfile pins `mParticle-Rokt``~> 9.2`, **`Rokt-Widget``5.2.0`**, and **`DcuiSchema``2.7.0`**. Rokt’s pods allow `DcuiSchema` to float within `~> 2.6`; when CocoaPods resolves **2.8.0+**, the schema adds `image` styling that can desync from the `RoktUXHelper` sources in that widget line and break Swift compile (`StyleTransformer` / `BaseStyles`). Bump these pins together when you adopt a newer Rokt iOS stack.
72
68
73
69
The sample Android app pins `com.mparticle:android-core` and
74
70
`com.mparticle:android-rokt-kit` to `5.79.0` so the Rokt session APIs and
0 commit comments