How can I update the SDK version?

Prev Next

You have to update the Whatfix Mobile SDK corresponding to your platforms to receive the latest features, bug fixes, improvements, and more.

The following table shows you how to update the SDK versions for various platforms:

Framework How to update the SDK version?
Android Update the version directly in Visual Studio.
iOS Run pod update from the command line.
React Native (Android) Change the version in the package.json file and run yarn or npm i from the command line.
React Native (iOS)
  1. Change the version in the package.json file and run yarn or npm i from the command line.
  2. In the command line, go to the ios folder, and then run pod update.
Xamarin (Android) Update the version directly in Visual Studio.
Xamarin (iOS) Update the version directly in Visual Studio.
Cordova (Android) Change the version in the package.json file and run yarn or npm i from the command line.
Cordova (iOS)
  1. Change the version in the package.json file and run yarn or npm i from the command line.
  2. In the command line, go to the ios folder, and then run pod update.
Ionic(Android) Change the version in the package.json file and run yarn or npm i from the command line.
Ionic (iOS)
  1. Change the version in the package.json file and run yarn or npm i from the command line.
  2. In the command line, go to the ios folder, and then run pod update.
Jetpack Compose Update the version directly in Visual Studio.
MAUI Update the version directly in Android Studio.