How do I cause Siri to pronounce a word like I want her to pronounce it.

How do I cause Siri to pronounce a word like I want her to pronounce it.


This article (Specifying Synonyms for Your App Name) in Apple documentation is the closest thing to tell me what I need to know, but it doesn't show me how to format the string value to the INAlternativeAppNamePronunciationHint key in "sounds like" format like the article instructs.

Accepted Reply

In the application’s

Info.plist
, the
INAlternativeAppNames
is an array of dictionaries that describe other names the app can go by, within the context of Siri. Each dictionary contains
INAlternativeAppName
, which is a string containing the alternative app name; and optionally
INAlternativeAppNamePronunciationHint
, which is a “sounds like” pronunciation hint for the alternative name.


Search in google for:


bignerdranch blog sirikit-part-3-finishing-touches (I do not left the link here because it will need moderation)

Replies

In the application’s

Info.plist
, the
INAlternativeAppNames
is an array of dictionaries that describe other names the app can go by, within the context of Siri. Each dictionary contains
INAlternativeAppName
, which is a string containing the alternative app name; and optionally
INAlternativeAppNamePronunciationHint
, which is a “sounds like” pronunciation hint for the alternative name.


Search in google for:


bignerdranch blog sirikit-part-3-finishing-touches (I do not left the link here because it will need moderation)

> because it will need


Mods are reacting faster these days, I think. In the mean time, see this post for how to break URLs: For Best Results - Read the Label