Update Mobile SDK

Update your mobile apps with the latest Orb Mobile SDK

When new features are added to the Orb Mobile SDK, you'll need to update your local version of the SDK. Here's how.

  1. In a terminal, navigate to the location of your Orb SDK.
  2. Run git pull to retrieve the latest code.

Android

  1. Navigate to the module folder and run flutter build aar to build the various AAR packages and update the local Gradle repository.
  2. Sync your build.gradle changes.

iOS

  1. Navigate to the module folder and run flutter pub get to refresh the list of dependencies read by podhelper.rb.
  2. Run pod install for your application.
  3. Open your apps .xcworkspace file in Xcode and build using Cmd+B.
1062

Flutter

  1. Navigate to the orb folder and run flutter pub get to update all dependencies