SwiftSDK icon indicating copy to clipboard operation
SwiftSDK copied to clipboard

Automatically send a11y stats

Open winsmith opened this issue 1 year ago • 2 comments

The Swift SDK should automatically send various information about accessibility settings like font size in its default payload.

winsmith avatar May 16 '23 07:05 winsmith

I might be interested in implementing this whenever I get the chance next, because I agree these would be nice signals to have for justifying further a11y development.

I'm curious though, are we okay with auto-opting-in users to these additional payload values? Should we offer some kind of configuration, like:

let configuration = TelemetryManagerConfiguration(appID: "<YOUR-APP-ID>")
configuration.defaultPayload = [
    .iOSPlatform, // existing values such as build number
    .accessibility,
]

nevillco avatar Oct 31 '23 22:10 nevillco

I think they should default to on but with the option to disable maybe?

winsmith avatar Mar 22 '24 22:03 winsmith