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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,10 @@ In Expo apps, use `iosKits: ["mParticle-Rokt"]` for standard Rokt placements. Th
292
292
293
293
See [MIGRATING.md](./MIGRATING.md) for release-specific migration guidance.
294
294
295
+
For Android integrations that use `MParticle.Rokt.setSessionId()` or
296
+
`MParticle.Rokt.getSessionId()`, `android-core` and `android-rokt-kit`
297
+
`5.77.0` or newer are required.
298
+
295
299
See [Identity](http://docs.mparticle.com/developers/sdk/ios/identity/) for more information on supplying an `MPIdentityApiRequest` object during SDK initialization.
Copy file name to clipboardExpand all lines: sample/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,10 @@ The sample Podfile pins the standard Rokt kit with:
70
70
pod 'mParticle-Rokt', '~> 9.2'
71
71
```
72
72
73
-
The sample app includes buttons for Rokt close/session APIs. Payment-extension installation and native URL callback forwarding are not configured in this release.
73
+
The sample Android app pins `com.mparticle:android-core` and
74
+
`com.mparticle:android-rokt-kit` to `5.78.5` so the Rokt session APIs work on
75
+
Android. Payment-extension installation and native URL callback forwarding are
0 commit comments