この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hello, If we are using AEP mobile SDKs and are unsure which versions we have installed, is there a way to check/verify this?
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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