Releases: braze-inc/braze-unity-sdk
Releases · braze-inc/braze-unity-sdk
1.11.0
1.10.0
- Adds a new method
DisplayNextInAppMessage(bool withDelegate)
in iOS plugin to display next in-app message from the in-app message stack, if there is one.- When the withDelegate is false, the in-app message will be displayed in Appboy's default UI. Otherwise, it will follow the normal in-app message displaying path by going through the
- (ABKInAppMessageDisplayChoice)beforeInAppMessageDisplayed:(ABKInAppMessage *)inAppMessage withKeyboardIsUp:(BOOL)keyboardIsUp
inAppboyUnityManager.m
.
- When the withDelegate is false, the in-app message will be displayed in Appboy's default UI. Otherwise, it will follow the normal in-app message displaying path by going through the
- updates the Android plugin to use Appboy Android SDK 1.18.0.
- Updates the iOS plugin to user Appboy iOS SDK 2.25.0.
- Updates the SDK to be compatible with Unity 5.5+.
1.9.0
- Update the SDK to require XCode 8.
- Updates the iOS plugin to use Appboy iOS SDK 2.24.0, which supports iOS 10 and has the new in-app message V2 feature. The new in-app message V2 feature includes new in-app message UI change, event property trigger and templated in-app message.
- Updates the Android plugin to use Appboy Android SDK 1.15.0 with the new triggered in-app message feature.
1.8.2
1.8.1
Updates SDK to modify delegate usage to fix an issue with push-click handling introduced in iOS 10 - see https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md for details.
1.8.0
- Updates the iOS plugin to use Appboy iOS SDK 2.21.0, which drops support for iOS 6.
- Updates the Android plugin to use Appboy Android SDK 1.13.5.
- Drops support for Windows Phone 8.
- Adds support for passing triggered in-app messages to Unity.
- Bundles the Android and iOS plugins, along with Appboy’s native Unity functionality, as a Unity package.
- Adds a native Unity solution for automating the iOS SDK integration.
- Adds object handling for custom event and purchase properties.
- Exposes the extras on the News Feed Card model in Unity.
- Updates the Unity sample project to Unity v.5.3.5.