Skip to content

2.31.0

Compare
Choose a tag to compare
@Wenzhi Wenzhi released this 27 Jul 18:18
· 162 commits to master since this release
Breaking:
  • Open sources the Feedback view controllers and moves them into a new subspec "Feedback".
    • The "Feedback" subspec has the Appboy Feedback UI and the Core SDK. It will not include in-app messages or News Feed UI.
    • Removes the popover context for Feedback due to the deprecation of UIPopoverViewController in iOS.
    • Renames the ABKFeedbackViewControllerModalContext and ABKFeedbackViewControllerNavigationContext class to ABKModalFeedbackViewController and ABKNavigationFeedbackViewController.
    • The open-sourced Feedback view controllers offer backward compatible NUI support, although we recommend using categories or subclassing the Feedback view controllers for customization as NUI library isn't actively maintained any more. See here for customization details.
    • See our Feedback Sample app for sample implementations and customizations.
Added:
  • Adds user aliasing capability. Aliases can be used in the API and dashboard to identify users in addition to their ID. See the addAlias:withLabel: method on ABKUser for more information.
Changed:
  • Updates the AppboyKit.h to include all the public header files in the SDK.