Installing the SDK
Android SDK Installation
To integrate the FME SDK into your Android application, you need to add the Maven dependency below to your project.
implementation 'com.vwo.sdk:vwo-fme-android-sdk:<latestVersion>'
implementation 'com.vwo.sdk:vwo-fme-android-sdk:<latestVersion>'
You must then install the dependencies usingmvn install
Requirements
Note:
Android API level 21 onwards
Source Code
Language | Repository |
---|---|
Android | https://github.com/wingify/vwo-fme-android-sdk |
The VWO SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.
Updated about 2 months ago