Skip to main content

Upgrading to 3.4.x

Important
Helpshift’s Legacy SDKs (SDK Version <=7.x.x) reached their end of life on 31 Dec 2022, and end of support on 31 March 2023. Please upgrade to the Latest SDK if you haven't already.

Upgrading to 3.4.x

The Helpshift SDK v3.4 is a major update and we have made some important changes. If you have questions or feedback, please Contact Us

Manual Integration

  1. Add Xamarin.iOS.SwiftRuntimeSupport package to your app

    • With version 3.4.0, Helpshift SDK has added support for Swift. In order to use plugin v3.4.x for your app, add the SwiftRuntimeSupport package to your project from the nuget package manager
  2. Remove the following Helpshift SDK related files from the project. These files will now be included in the dll -

    • HsLocalization.bundle
    • HelpshiftConfig.plist
    • HelpshiftConfigDark.plist
Note

In case you have made changes to HelpshiftConfig.plist or HelpshiftConfigDark.plist, please rename the files to HelpshiftCustomConfig.plist and HelpshiftCustomConfigDark.plist respectively.