Skip to content

Commit 27a8ff4

Browse files
Update CHANGELOG.md
Co-Authored-By: tapashmajumder <[email protected]>
1 parent 046326a commit 27a8ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77
- Support for `action://your-custom-action-name` URL scheme for calling custom actions
88
- Support for reserved `itbl://sdk-custom-action` scheme for SDK internal actions.
99
- For example, to have `IterableCustomActionDelegate` call a custom `buyCoffee` action when a user taps on an in-app message's **Buy** button, set the href of the button to `action://buyCoffee`.
10-
- Url scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use `itbl://` urls for your custom actions. For example, in the future you will be set the href for your 'Delete' button to `itbl://delete` for the SDK to delete your in-app when the 'Delete' button is tapped.
10+
- URL scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use it for custom actions.
11+
- For example, future versions of the SDK may allow buttons to call href `itbl://delete` to delete an in-app message.
1112

1213
## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
1314
#### Fixed

0 commit comments

Comments
 (0)