generated from segment-integrations/analytics-swift-destination-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
767 additions
and
1,006 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
version: 1 | ||
builder: | ||
configs: | ||
- platform: ios | ||
documentation_targets: [SegmentBraze] | ||
- platform: ios | ||
scheme: SegmentBrazeUI | ||
- platform: tvos | ||
scheme: SegmentBraze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 2.0.0 | ||
|
||
#### Added | ||
- Renames this repository from `analytics-swift-braze` to `braze-segment-swift`. | ||
- This repository is now located at https://github.com/braze-inc/braze-segment-swift. | ||
- Adds the `SegmentBrazeUI` module, which provides the `BrazeDestination` plugin with `BrazeUI` support. | ||
- Use the `SegmentBraze` module if you do not need any Braze-provided UI. | ||
- Adds two optional parameters to the `BrazeDestination` initializer: | ||
- `additionalConfiguration`: When provided, this closure is called with the Braze | ||
configuration object before the SDK initialization. You can use this to set additional | ||
Braze configuration options (e.g. session timeout, push notification automation, etc.). | ||
- `additionalSetup`: When provided, this closure is called with the fully initialized Braze | ||
instance. You can use this to further customize your usage of the Braze SDK (e.g. | ||
register UI delegates, set up messaging subscriptions, etc.) | ||
- See the updated Sample App for an example of how to use these new parameters. | ||
- Adds support for automatically forwarding the [advertisingIdentifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614151-advertisingidentifier) (_IDFA_) to Braze when making use of the [`IDFACollection`](https://github.com/segmentio/analytics-swift/blob/main/Examples/other_plugins/IDFACollection.swift) Segment plugin. | ||
- Adds support to parse `braze_subscription_groups` in the Identity traits to subscribe and unsubscribe from Braze subscription groups. | ||
|
||
## 1.0.0 | ||
|
||
Initial release. |
Oops, something went wrong.