1. Home
  2. Docs
  3. Releases
  4. SDK Update Process

SDK Update Process

If you use the AUTHADA SDKs, we will notify you whenever new releases of our SDKs are available. Generally, the update process for new releases is as follows:

Android
  • Check all the relevant release notes of all versions you have not implemented.
  • Change the version of the dependency from the old version used before to the new version you want to use.
  • Rebuild your software.
iOS
  • Check all the relevant release notes of all versions you have not implemented.
  • Download the new library (xcframework) via Maven Repository for iOS ident and for iOS onsite.
  • Replace the old library with the new library in your project.
  • Rebuild your software.
In case a release introduces new features which you want to implement, the description of the feature and how it is implemented can be found in the respective API documentation.