Upgrading Android to a new SDK version
To upgrade your SDK version, perform the following step(s):
- In the gradle file, change the dependency to the latest SDK version number. You can copy the version number from the “dependencies” statement listed inside your application.
If you are using pro-guard, make sure you have the most up to date pro-guard statements as described above.
To verify your SDK version, you can validate it within your gradle file via Android Studio.
Review the release notes for any backward compatibility issues.
Upgrading iOS to a new SDK version
To upgrade your SDK version, perform one of the following steps:
- If you are using pod files, use the Cocoapod command line to update the SDK with the new version: ‘pod repo update’
OR
- If you have manually downloaded the mobile SDK, replace the SDK with the new version provided above.
To verify your SDK version, you can read your Podfile.lock
and check the PODS: 'Pendo'
value.
Review the release notes for any backward compatibility issues.