Skip to content

Commit 957ac19

Browse files
committed
chore(SDK-709): update changelog
1 parent 985802f commit 957ac19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Bumped native SDK pins to Android [3.10.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.10.1) and iOS [6.7.5](https://github.com/Iterable/swift-sdk/releases/tag/6.7.5). This is a native SDK bump, not new JS APIs.
66
- Android now pulls `androidx.work:work-runtime:2.9.0` as a transitive dependency (WorkManager replaced AsyncTask-based push handling in native 3.7.0). No app code change is required.
7-
- On iOS, `register(token:)` (exposed as `Iterable.registerDeviceToken`) now requires a current user. Calling it before `setEmail` / `setUserId` no longer sends the register request; the native SDK reports failure instead. The JS method is fire-and-forget and does not surface that failure.
7+
- On iOS, `enableUnknownUserActivation` now defaults to `false` (fixed in native 6.7.1). RN 3.1.0 pinned iOS 6.6.7, where this flag defaulted to `true`, so iOS apps were accidentally running unknown-user activation. This release does not expose that config; unknown-user activation stays off on iOS unless a later RN release adds the API. Android's default was already `false`.
88

99
## 3.1.0
1010

0 commit comments

Comments
 (0)