When I try to upload my development .ipa file using Apple Application Uploader I get the following error:
Invalid Provisioning Profile. The provisioning profile included in the bundle xxx.xxx.xxxx [Payload/xxx.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."
The .ipa file is being generated by ionic.io
Ionic.io security profiles and certificates have been created as per instructions here on Windows PC:
http://docs.ionic.io/services/profiles/
I’ve reviewed the document many times and have created keys multiple times (in case something was missed).
I’m building development with the following command. My understanding is we don’t want to use “–release” because that’s only for the production profile. In fact, the ionic.io package fails to build if this parameters is specified for dev.
ionic package build ios --profile dev
Push notifications are not enabled.
What am I missing here? Thanks!