Hello, If we are using AEP mobile SDKs and are unsure which versions we have installed, is there a way to check/verify this?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Leina_Betzer - There are a couple of ways to do this:
You can see in the screenshot that Griffon will not only tell you what version of the extensions are installed, but it can compare that version to the latest published version of the extension, letting you know how far out of date your extension potentially is. There is also a column to let you know if the Launch UI version of the extension needs to be updated.
Hi @Leina_Betzer - There are a couple of ways to do this:
You can see in the screenshot that Griffon will not only tell you what version of the extensions are installed, but it can compare that version to the latest published version of the extension, letting you know how far out of date your extension potentially is. There is also a column to let you know if the Launch UI version of the extension needs to be updated.
Views
Replies
Total Likes
Hi @Leina_Betzer ,
You can verify the extension versions in a few ways:
- use the extensionVersion API of each extension, for e.g. Analytics.extensionVersion().
- if you are using the latest MobileCore/ACPCore you can enable verbose logging and see what are all the registered extensions and their versions.
- check the dependency version installed through gradle (Android) using ./gradlew :app:dependencyInsight / Cocoapods (iOS) in Podfile.lock.
Emilia Dobrin | Computer Scientist