Usage Service

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

Supported within:
axeDevTools UIKit framework axeDevTools XCUI framework

Learn about your teams' usage and metrics through the axe DevTools Usage Service. The linked documentation provides more insight into this service if you're just getting started.

Disabled by default, you must opt in by providing your Deque provided Organization ID during authentication to start collecting usage data.

Opt In

With API Key

axe = try? AxeDevTools.login(withAPIKey: "<DEQUE_APIKEY>", organization: "<ORG_ID>")

With Username and Password

axe = try? axeDevTools.login(withUsername: "<DEQUE_USERNAME>", andPassword: "<DEQUE_PASSWORD>", organization:"<ORG_ID>")