xcode - Fix iOS ipa file (missing code-signing certificate) -


i'm able compile , deploy ipad app ipad device no problems. when use apple's application loader program submit ipa itunes connect, error:

invalid provisioning profile , missing code-signing certificate.

is there way xcode or command-line tool "fix" ipa, or re-sign provisioning profile? ipa generated 3rd-party app (not apple), , result ipa file.

any ideas?

there number of blogs , articles describe re-codesigning of apps

sometimes apple's app loader complaining mismatch of entitlements inside profile - make sure correct well.

i highly recommend article objc.io http://www.objc.io/issues/17-security/inside-code-signing/

looks folks have built gui's doing same thing.

http://dev.mlsdigital.net/posts/how-to-resign-an-ios-app-from-external-developers/


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -