Ios – no software with CFbundleidentifier exists

iosios8objective cxcode

I'm trying send my app(custom keyboard) for submit and catch this error:

enter image description here

I created Provisioning Profiles for Project(com.michilly.SakhaKeyboard) and for Extension(com.michilly.SakhaKeyboard.Keyboard)

Best Answer

Make sure the following two values match:

  • The "Bundle Identifier" value in your project's Info.plist file;
  • The "Bundle ID" value on the iTunes Connect website at My Apps > [your app] > More tab > About This App.