Mobile SDKs are currently in beta. To learn more about joining the beta program, reach out to our team at beta@levelaccess.com.
On this page:
Overview
Obtain the project repository and configure the Level Access mobile testing SDK to run accessibility tests on your mobile applications.
Configuration
-
Download the mobile SDK from the platform
- Access the control hub.
- Select tools and integrations.
- Navigate to SDKs.
- Select download and install under Java.
- Download the Java for mobile file.
- Ensure the file contains the android_native.zip and ios_native.zip folders.
-
Build the application.
- For Android: Ensure that the APK file is generated.
- For iOS: Ensure that the .app file is generated for the iOS simulator or device.
-
Create the configuration files
- Navigate to the appropriate directory in your project (based on Android or iOS).
- Copy the example configuration files to create continuum-android.json and continuum-ios.json.
-
Update the configuration files
-
Modify the pathToAppFile in continuum-android.json and continuum-ios.json to point to the location of the built mobile app files on your system.
- Example for Android: "pathToAppFile": "/path/to/your/app-debug.apk".
- Example for iOS: "pathToAppFile": "/path/to/your/Runner.app".\
- Configure the Level Access Platform settings by adding your API key, tenant URL, workspace ID, digital property ID, and scan tag ID to the levelAccessPlatform section in the configuration files.
- You can obtain these parameters by following the Find API parameters in the platform article.
-
Modify the pathToAppFile in continuum-android.json and continuum-ios.json to point to the location of the built mobile app files on your system.
Comments
0 comments
Article is closed for comments.