keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
381 stars 106 forks source link

feat(ios): iOS 13 supports system-wide font installation, apparently. So we should do that. #3445

Open mcdurdin opened 3 years ago

mcdurdin commented 3 years ago

TIL: we can install fonts in iOS 13 and later without the messy provisioning profiles we have used in the past.

Product context

mcdurdin commented 3 years ago

Note also:

Beginning in iOS & iPadOS 14, fonts installed using configuration profiles are only available to apps supporting the font APIs and entitlements introduced in iOS & iPadOS 13. If your app provides a custom font-selection interface, it can no longer access fonts installed via configuration profiles. For reference, see the WWDC 2019 Session Font Management and Text Scaling (55317428)

chjatjat commented 3 years ago

@mcdurdin, @jahorton I can grab this one!