I added language support feature in my app. For all the languages I’m using different-different fonts. I added the .ttf file in app and in Info.plist also. I checked in Build phase – Copy Bundle Resource there also It’s present.
First time when I’m launching the app and selecting the telugu language then the incorrect text is showing but in console the text is showing correct. When I’m killing the app and relaunch then the text is coming correct. I’m using NotoSansTelugu.
(Regular, Bold, Medium, Light and Thin).
For hindi I’m using NoToSansDevanagari and that is working fine. Only the problem with telugu.
In iOS14 and iOS17+ version it’s working. Only the issue with iOS 15 and iOS 16.
I tried two things:
- I deleted the fonts and again I added.
- I reinstalled the fonts and added in my app.
But still it’s not working. The correct text is not rendering in the app. But if I’m killing the app and relaunching then it’s working.
In my app I’m using both swift and swiftUI
Xcode version: 15.0
Can anyone help me to resolve this issue. Thank in advance!




