Questions tagged [cfbundledisplayname]

25 questions
1
vote
2 answers

Can we localize the iOS app name dynamically

I am developing an iOS framework (say xyz.framework) , in that I am trying to build a feature to localize the bundle display name (CFBundleDisplayName) where I should localize the app name (name of the app which consumes my xyz.framework) As per my…
1
vote
1 answer

Consequences of Changing CFBundleName? iOS 7 and iOS 8

The wrong app name is displayed in the Apple Watch app in the My Watch list. It shows the CFBundleName contents. Advice has been given in the Apple Developer forum to set the CFBundleName and the CFBundleDisplayName in all 3 apps (iPhone App, Watch…
finneycanhelp
  • 9,018
  • 12
  • 53
  • 77
1
vote
0 answers

why is my IOS app title (under icon) not appearing localized?

I'm using Corona SDK but was hoping for some advice here, as I'm hoping someone can spot my error. I am trying to get the app title that appears under the icon localized. I'm doing the following (in Corona SDK) this but I'm still not seeing the…
Greg
  • 34,042
  • 79
  • 253
  • 454
1
vote
2 answers

How to change app name when using localization

I have wrote code in InfoPlist.strings(English) file like this: CFBundleDiaplayName="Lo Demo"; But it doesn't work. My app name is ${PRODUCT_NAME} in file named xxx-info.plist. I have tried to delete the item "Bundle display name", but the app name…
0
votes
0 answers

CFBundleSpokenName is not used as specified in the documentation

I'm working on a macOS app and my goal is to correct the way that macOS' speech system (more specifically the speak announcements) spells the app's name. I'm interested in the case when the app requests attention and the system pronounces its…
JDGross
  • 83
  • 1
  • 8
0
votes
1 answer

Separate BundleName and name shown under app icon

I am trying to submit an App to the app store that annoying has the same name as another product. I have created an App in App Store Connect and the name of your app as it will appear on the App Store is unique. The name that appears under the app…
Tim J
  • 1,211
  • 1
  • 14
  • 31
0
votes
1 answer

Can app name for iOS Search be different than CFBundleDisplayName?

I have an app called "French Translator +" in the app store. There is not enough space below the app icon to display the entire name so I set CFBundleDisplayName = "Translator +". However, when I type "French" in iOS Search, my app doesn't appear…
Marc Bolh
  • 383
  • 3
  • 16
0
votes
0 answers

Need an unique ID of the ios APP

I am building a framework in iOS where I need an unique key which will never change even after the localization, I was using the below code to generate one NSDictionary *infoPlist = [[NSBundle bundleForClass:[AISSUtility class]] infoDictionary]; …
0
votes
1 answer

Can I make my universal app has different display name between iPhone and iPad

I want to make my universal app has different display name between iPad and iPhone, iPhone shows A and iPad shows B Is there a possible way to do without split into 2 app?
kaala
  • 536
  • 1
  • 5
  • 15
0
votes
1 answer

special character or image in iOS app name

i was using the app APPS GONE FREE for finding free app i was shocked to see the updated icon of APPS GONE FREE. it has an image or special character written "free" within it, i am a beginner in ios dev so don't know where to look. how it is…
Aqeel iqbal
  • 515
  • 5
  • 18
1
2