Getting accessibility settings & text size in a macOS/iOS/tvOS app

We’re hoping to change our text size based on a user’s accessibility settings in the OS – for instance, “Settings → Accessibility → Display & Text Size” on iOS.

Is there any best practice for getting this info from the OS layer, or should we just create our own native plugins?

1 Like

bump

For future reference some of these settings are now available for iOS and Android in 2023.3 via the AccessibilitySettings API! See the documentation here.

2 Likes