Delphi XE4 and iOS Application Loader complaining “This bundle is invalid”

后端 未结 2 1106
忘掉有多难
忘掉有多难 2020-12-12 03:48

I can not pick a correct CFBundleIdentifier value it seems.

...

in KeyChain I have this certificate:

iPhone Distribution: Ex         


        
2条回答
  •  温柔的废话
    2020-12-12 04:16

    Ditching the wildcard app ID worked for me. Hence I chose the other option in iTunesConnect resulting it in showing me BundleID as being com.example.appname. I then made sure 1) my provisioning for distribution used DistCertificateID.com.example.* 2) to set CFBunldeIdentifier (in Delphi) as same shown in iTunesConnect. I then built and deployed followed by submitting it to Application Loader.

提交回复
热议问题