Skip to content

Releases: braze-inc/braze-unity-sdk

1.11.0

13 Apr 19:08
Compare
Choose a tag to compare
  • Updates the iOS plugin to use Appboy iOS SDK 2.29.0, which drops support for iOS 7.
  • Updates the Android plugin to use Appboy Android SDK 2.0.0.
  • Removes methods SetUserIsSubscribedToEmails and SetUserBio as they are removed in the Appboy native SDKs.

1.10.0

08 Feb 18:45
Compare
Choose a tag to compare
  • 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 in AppboyUnityManager.m.
  • 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

22 Sep 18:22
Compare
Choose a tag to compare
  • 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

19 Sep 23:01
Compare
Choose a tag to compare
  • Updates the SDK to be compatible with unity 5.4+. In 5.4.0 Unity stopped implementing push delegates in UnityAppController in certain conditions, causing a crash when the Appboy SDK tried to call them.

1.8.1

19 Sep 17:26
Compare
Choose a tag to compare

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

27 Jul 03:59
Compare
Choose a tag to compare
  • 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.