Xcode error when uploading to App Store: "No suitable application records were found"

I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.

You need to create a new Bundle Identifier in the Developer portal:

enter image description here

Then choose it when you "Create New App" in iTunesConnect:

enter image description here

For me, I'd pick com.maniac-games.lowdown.


Maybe you need to review this document.

In other words:

  1. You must go to developer.apple.com and create a provisioning profile and bundle id.
  2. Assign devices to provisioning
  3. Then ... enter itunesconnect and create app and assign your bundle id.
  4. Enter to Xcode and reload provisioning files.
  5. Enter to Targets files and select provisioning.
  6. Product -> Archive and go on :)

I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app. once you created app on itunesconnect. you should not get this error anymore.

there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.