Skip to content

Commit

Permalink
Update CHANGELOG to notify the customers of Swift SDK migration (#70)
Browse files Browse the repository at this point in the history
* update changelog

* move location
  • Loading branch information
vanessaland authored Apr 26, 2024
1 parent 5f0c9f7 commit 34529d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
⚠️ In version 3.0.0, we changed the iOS bridge from AppboyKit, which is written in Objective-C, to the new [Swift SDK](https://github.com/braze-inc/braze-swift-sdk). If you are upgrading from a version below 3.0.0 to a version above 3.0.0, please read [the instructions](https://github.com/braze-inc/braze-flutter-sdk/blob/master/CHANGELOG.md#300) to ensure a smooth transition and backward compatibility.

## 9.0.0

##### Breaking
Expand Down Expand Up @@ -154,6 +156,7 @@
```
let braze = BrazePlugin.initBraze(configuration)
```
- This migration requires re-identifying users. To do so, you must call the `changeUser` method on the Braze instance for non-anonymous users. You can read more about it [here](https://braze-inc.github.io/braze-swift-sdk/documentation/braze/appboy-migration-guide/#Re-identify-users).
- To continue using `SDWebImage` as a dependency, add this line to your project's `/ios/Podfile`:
```
pod 'SDWebImage', :modular_headers => true
Expand Down

0 comments on commit 34529d2

Please sign in to comment.