Still wrestling with signing - delaying my progress :(
Hello all,
I wanted to submit my app in december but i can't get the signing part right. I want to submit ad-hoc first, and then (after testing) to the AppStore.
I tried signing on various ways (after reading all sorts of forums and threads) but i always keep ending up the error:
"The application [appname] was not installed on the iPhone because it could not be verified."
This is what i have setup right now, for ad-hoc distribution for testing:
1) i manually copied my developer-, ad hoc distribution- and appstore distribution provisioning files to the correct directory. the files contain the "get-task-allow" part and it is set to false.
2) my project contains a dist.plist file in which the get-tast-allow is disabled (false)
3) my ID is [the generated part].com.eekay.myappname. In the (Distribution) Target's properties tab i used com.eekay.${PRODUCT_NAME:identifier} as my identifier
4)For the code signing properties. i used for the project settings screen:
no profile
For the target screen i used the "iPhone Distribution:my name" provisioning
profile. (see the screenshots for my exact configuration).
any1 know if my settings show misconfigurations, or if there are things likely to be cached etc. as mentioned i cleaned up the profiles and copied them myself. previously i also tried dragging them on iTunes and/or Xcode but this results in the same error as always..
BTW i also found the embedded.mobileprovisioning in the app package, i have no compiler errors, and i see in the build log:
green checkmark Codesign /mydirs/myapp.app
(although the line in the docs shows all sorts of params etc which i dont see.. i just see the app path+name after "codesigning"..
Hope someone can help me with this as this is delaying my plans (my own business, etc)..
Thanks in advance
Last edited by EeKay; 01-02-2009 at 08:03 AM.
Reason: added correct screenshots
|