Delphi XE4 iOS Application with code verification error

I have a problem that I cannot solve with Application Loader:

"Incorrect verification of the application code. The signature was invalid, contains forbidden rights, or it was not signed with the iPhone Distribution Certificate"

Here are some screenshots of my Delphi configuration:

enter image description hereenter image description here

Can someone point out the right direction of things to check?

  • I double-checked that my mobile software was correct.
  • I have a double certificate id. (I even tried to introduce makeup alone to make sure that Delphi would complain during deployment, which was ... Therefore, it also means that it is called during the rollout )
  • The developer ID of the program is automatically selected by the download button, so I also assume that this is correct.
  • I can debug registered iPhone devices.

I'm not sure that the two things are related (from here there are two different SOs), but I also get the β€œBundle ID” error, which is also mysterious to me: Delphi XE4 and iOS Application Loader complaining β€œThis package is not valid”

+4
source share
2 answers

Obviously, resolving the Bundle ID error also fixed the certificate error. For reference, see: Delphi XE4 and iOS Application Loader. "This package is not valid."

0
source

I was struggling with the same problem, I found this link http://embarcadero.newsgroups.archived.at/public.delphi.deployment/201308/1308131098.html

I just did not install CFBundleIdentifier in Debug, although I deployed for Release. Hope this helps you solve your problem.

0
source

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


All Articles