Search code examples
iosswiftios8ios-app-extensioncustom-keyboard

Removing subtitle on "Add New Keyboard..." screen for third-party keyboard


How do I remove the "3" in the below? Not sure where it is coming form - tried editing the "Bundle display name" in the "Info.plist" file in both the containing app and target extension.

enter image description here

Tried editing the Info.plist file in the target, but didn't seem to be anything wrong there:

enter image description here


Solution

  • Let change your Bundle identifier to onother one. On Xcode, Project -> Targets -> "your product" -> Identity -> Bundle Identifier. May be short one is better, please try it :)