Accessibility Bundle Name - CFBundleSpokenName dont work

CFBundleSpokenName = "Apple 123" CFBundleName = "Apple"

Accessibility Bundle Name don't work without opening app. When I touch the application on device home screen, voiceover reads the app as "Apple". After the app launched, it reads as "Apple 123". I want reading as "Apple 123" on home screen, too. Can you help me?

Replies

Hi there, VoiceOver is expected speak the exact label of the app name as it appears on the Home Screen if you focus on the app icon. If your CFBundleName = "Apple" and it says "Apple" on the Home Screen, then that is what VoiceOver should speak. Perhaps you should try changing CFBundleName if you prefer something else, or maybe CFBundleDisplayName?

https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundledisplayname