Commit d852a3c
docs: add 4.5.0 automatic push integration flags to Android migration guide + README (#520)
* docs: add 4.4.0 automatic push tracking flags migration guide and README note
- Add migration guide entry for `automatic_push_open_tracking` (opt-in, default off)
and `automatic_push_token_forwarding` (default on, pending #516/MAGE-937 merge)
- Token-forwarding entry is explicitly marked pending klaviyo-android-sdk#516;
finalize on merge before releasing docs
- Add two-stage rollout summary table covering both Android and iOS flags
- Add anonymous-profile note to README Anonymous Tracking section
Relates to MAGE-897.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: drop pending-#516 caveats from Android migration guide
MAGE-937 (#516) is landing imminently; remove the "pending merge" note,
heading suffix, and table caveat, and fix the README anchor link.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: fix Anonymous Tracking anchor to point at the README
Bare `#anonymous-tracking` fragment resolved against MIGRATION_GUIDE.md;
link explicitly to ./README.md#anonymous-tracking.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: correct token-forwarding timing to init/foreground/refresh
Per maybeAutoRegisterPushToken (called from initialize and on app foreground)
plus onNewToken: the SDK forwards the current token at initialization, on
foreground, and on FCM token refresh — not only "as soon as FCM delivers one".
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: correct auto-push release version to 4.5.0 (Android)
The automatic push behaviors ship in the upcoming 4.5.0 minor, not 4.4.0.
Updated the migration guide section and the README anonymous-profile note;
left install snippets and unrelated version references untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: Android-only migration guide + clarify default-on token forwarding
- Remove iOS flag rows from the rollout summary (Android guide should not
document iOS behavior).
- Reword the intro to distinguish the opt-in open-tracking flag from the
default-on token forwarding, and note the manual-control opt-out
(addresses CodeRabbit).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: move opt-in/out instructions to README, point migration guide there
Per review feedback: configuration instructions (XML snippets) belong in
the README alongside the existing Option A setup guide; the migration
guide now links there instead of duplicating them.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5409280 commit d852a3c
2 files changed
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
5 | 47 | | |
6 | 48 | | |
7 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
350 | 358 | | |
351 | 359 | | |
352 | 360 | | |
| |||
0 commit comments