Commit a20ff13
committed
fix: address Copilot review on PR #487
- iOS: use setPushNotificationsDeviceTokenString for the String token
overload (setPushNotificationsDeviceToken takes Data and would fail to
compile), matching the documented Dart->iOS mapping.
- Dart: add the currency parameter to logSpentCredits so the dartdoc
[currency] reference resolves and the ROAS event mirrors logDonate;
cover it in the existing test.
https://claude.ai/code/session_011RbXF3u6F2j1NmjJ5jhUkN1 parent 59d7dcb commit a20ff13
3 files changed
Lines changed: 5 additions & 1 deletion
File tree
- ios/facebook_app_events/Sources/facebook_app_events
- lib/src
- test
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
| 742 | + | |
742 | 743 | | |
743 | 744 | | |
744 | 745 | | |
| |||
750 | 751 | | |
751 | 752 | | |
752 | 753 | | |
| 754 | + | |
753 | 755 | | |
754 | 756 | | |
755 | 757 | | |
| |||
0 commit comments