iphone - App Store error: The binary you uploaded was invalid -
the notorious error haunts me in app store: "the binary uploaded invalid. signature invalid, or not signed apple submission certificate."
steps i've taken:
1) i'm using monotouch / monodevelop. 2) app works on iphone simulator , on device. 3) i've made distribution build according examples in monotouch documentation (using distribution profile). 4) i've checked xxxx.app package contains file "embedded.mobileprovision". 5) i'm zipping (in os x gui) app bundle (only xxxx.app file). 6) i've checked integrity of xxxx.app file command "codesign -vvvvv xxxx.app" 7) i've cleared keys , profiles xcode organizer , keychain, , added keys/profiles again.
no luck. ideas?
/pom
make sure you're using provisioning profile app store (not ad hoc distribution)
then select profile when building app.
Comments
Post a Comment