Debug Build

Link to Debug Build copied to clipboard

axe DevTools Mobile is a development/testing tool and should not be in your production code. We recommend using build configurations or compiler flags to manage how your application adds axe DevTools Mobile.

Android

Within your Android setup when adding the floating action button, wrapping it in a debug block will ensure you're only adding it in development or testing environments.

if (BuildConfig.DEBUG) {
    axe.showA11yFAB(this)
}

iOS

Note: axeDevToolsXCUI is only available in UITests and is not applicable to this section.

Keep axeDevToolsUIKit in your debug build by utilizing the Debug & Release build configurations available to you by default.

Resources: