Reputation: 1233
I'm very unexperienced with iTunes Connect and I have an app in development which I want to upload to iTunes Connect, so that I can deploy it to my TestFlight internal testers. I used Application Loader to upload my archive but got this error:
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.***.*** [Payload/***.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
That sounds like I was wanting to upload the app to the AppStore but I only want to upload the development build. What am I doing wrong?
Upvotes: 0
Views: 273
Reputation: 21
It sound like you make Provisioning Profile Development or Distributation that is not correct when you upload your build on testflight. If you want to upload your build on testflight than make Provisioning Profile with adhoc or apple store certificates. I hope it will help you.
Upvotes: 1