0

I am creating custom keyboard app.

When tapping the globe icon to select the Emojis keyboard the option says Emojis two times with a dash between, like this: "Emojis — Emojis”. I want to need just ”Emojis”. See bellow image...

enter image description here enter image description here

Please give me suggestion.Thanks..

Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
Jay Bhalani
  • 4,142
  • 8
  • 37
  • 50

2 Answers2

3

There is First Emojis before - its a keyboard extension target bundle display name and second after - its a project target bundle display name

For making change do the following steps:

  • Select project -> select keyboard extension Target-> info
  • Change the Bundle display name of extension target like following screenshot.

enter image description here

So that will be look like:

enter image description here

UPDATE:

For setting shorter name i did my project target .plist remove Bundle Display name and make there Bundle name as a Thumb

enter image description here

In my extension .plist i add Bundle Display name to Thumb

enter image description here

Now its look like:

enter image description here

enter image description here

Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
0

Easy!!! Just write same Display name for both target.