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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
* Android's manifest configuration `com.batch.flutter.use_gaid` has been removed.
15
15
* iOS's property `canUseIDFA` from `BatchPluginConfiguration` is now deprecated and does nothing.
16
16
* iOS's Info.plist property `BatchFlutterCanUseIDFA` has been removed.
17
-
* You need to collect it from your side and pass it to Batch via the added `setAttributionIdentifier(String? id)` method.
17
+
* You need to collect it from your side and pass it to Batch via the added `setAttributionIdentifier(String? id)` method. Batch will persist it across starts.
18
18
* Added `setEmail(String? email)` method to `BatchUserDataEditor`. This requires to have a user identifier registered or to call the `setIdentifier` method on the editor instance beforehand.
19
19
* Added `setEmailMarketingSubscriptionState(BatchEmailSubscriptionState state)` method to `BatchUserDataEditor`.
0 commit comments