Ionic.io 2, Apple application downloader, missing code signing certificate

I use Ionic.io to create an Ionic 2 project and create .ipa (for uploading to Apple TestFlight).

When I try to download the .ipa development file using the Apple Application Uploader, I get the following error:

Invalid training profile. The provisioning profile included in bundle xxx.xxx.xxxx [Payload /xxx.app] is not valid. [Missing code signing certificate]. Distribution distribution profile should when sending applications to the App Store. For more information, visit the iOS Developer Portal. "

The .ipa file is generated by ionic.io

Ionic.io profiles and security certificates were created in accordance with the instructions here (tried both on Windows and Mac): http://docs.ionic.io/services/profiles/

I looked through the document many times and created keys several times (in case something was missing).

I create development using the following command. I understand that we do not want to use "--release" because this is only for the production profile. In fact, the ionic.io package cannot be built if this parameter is specified for dev.

ionic package build ios --profile dev

Push notifications are not included.

I posted this on the Ionic2 forum, but there was no permission.

Has anyone got this to work or have any ideas?

+4
source share
2

, mac Provisioning Profile

ionic build ios

Xcode. xcode

ionicProject > platforms > iOS > ionicProject.xcodeproj

, Xcode ​​

Click on Xcode > Preferences... > click on the plus sign

, Provisioning, .

General Provisioning Profile signing

+1

LeRoy. ionic.io , Mac .ipa. , "debug".ipa. release.ipa.

  • , Mac macincloud.com, ​​ Xcode 8.2.1.

  • iOS ionic.io : http://docs.ionic.io/services/profiles/. . , ionic.io. Windows Mac. Mac ( , ).

  • Ionic 2 Mac.

  • Ran cmd: ionic resources

  • cmd: ionic platform remove ios, ionic platform add ios.

  • Ran cmd: ionic build ios xCode.

  • Xcode. open another project : /platforms/ios/[project].xcodeproj

  • Xcode. > Apple .

    enter image description here

  • Generic iOS Device

    enter image description here

  • Generic iOS Device

  • a > > "": Automatically manage signing . / , .

  • Xcode . a > > " ": iOS Developer. / ios, .

    enter image description here

  • Xcode > . iTunes.

0

Source: https://habr.com/ru/post/1670830/


All Articles