File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 6.1.0-beta2
6
+ #### Added
7
+ - Support for ` action://your-custom-action-name ` URL scheme for calling custom actions
8
+ - For example, to have `IterableCustomActionDelegate` call a custom `buyCoffee` action when a user taps on an in-app message's **Buy** button.
9
+ - Support for reserved ` itbl://sdk-custom-action ` scheme for SDK internal actions.
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.
12
+
5
13
## [ 6.0.8] ( https://github.com/Iterable/swift-sdk/releases/tag/6.0.8 )
6
14
#### Fixed
7
15
- Carthage support with Xcode 10.2
@@ -22,7 +30,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
30
## 6.1.0-beta1
23
31
#### Added
24
32
- We have improved the in-app messaging implementation significantly.
25
-
26
33
- The SDK now maintains a local queue and keep it in sync with the server-side queue automatically.
27
34
- Iterable servers now notify apps via silent push messages whenever the in-app message queue is updated.
28
35
- In-app messages are shown by default whenever they arrive.
You can’t perform that action at this time.
0 commit comments