Xcode 4.6 - "Valid Signature ID Not Found" for distribution profile

I am studying the process of sending an application to the App Store, and I am having some problems. I followed this tutorial .

I created a distribution profile that I downloaded and added to Window-Organizer - Devices dragged "Profile Profiles" under the "Library" heading in the sidebar. I see this:

Here is an image of it.

I tried to revoke all my certificates and add them to my Keychain access again, but that didn't help. Even after updating training profiles in Xcode.

In addition, I read that this often happens if I change the machine I'm working on, but this is not my business. I developed the application on the same Mac, I am now.

I am ready to provide additional information to help solve the problem, if necessary. Thank you for your help.

+5
source share
5 answers

What you need to check:

  • Make sure that you have access to the key chain that the certificate you need has the private key stored with it. Keychain access

  • Make sure the package identifier matches EXACTLY what you have for the AppID (unless you use a wildcard identifier)

  • Verify that the selected provisioning profile uses the generated certificate. Provisioning profile

  • Make sure you download this provisioning profile and use it to sign distribution settings for the target.

If all this is done, it should work fine.

, ​​ iOS. , , .

+19

XCode.

, XCode .

+3

, .

, iPhone, . - , . , , 5 :)

, .

0

, KeyChain . developers.apple.com, .

Xcode 4.6. " " iPhone Developer .

- , , . .

0

. , Identity, , .

: , , , /, ).

Xcode, Mac, / .. - , ( IAP Distribution), , , !

, , , , , , , , , ( - ).

Even after launching, the device still shows a different version of the same mobile application (the different source code and validity period is one day different from the one I have. I work in a shared device environment, so I don’t have full access / the visibility of where all these versions came from).

0
source

All Articles