Building an AdHoc Distribution version - AWOL provisioning profile

Hi All,
I'm struggling with a local build of an adhoc distributable version of an app/game I'm working on. The application code base all compiles fine direct to my iPhone (2.1) device. However when I try and compile a version for distribution I come up across some difficulties.
I've followed all the 'How-Too' steps as documented in the Program Portal. I've created the certificate and distribution provisioning profile. However the profile does not show up in the Target > AppName Info > Code Signing > Code Signing Provisioning profile even though the Code signing identity is exactly as entered Distribution Certificate name.
I fear I'm missing something obvious
Thanks in advance folks
Pete

When you change project settings, make sure you've selected the active (marked as "Active") configuration. Xcode has a bug which sometimes does not show the correct profiles if you're trying to apply changes to a configuration which is not the current active one.
Hope this helps.

Similar Messages

  • Problems building ad hod distribution version

    hello all
    i finally found this forum !
    it has been a little bit tiring the lack of propper dev support
    even in really critical issues
    anyway,
    i hope someone can shed some light on my problem
    i am trying to distribute an app i created to some beta testers
    so i am trying to use ad hoc distribution for that purpose
    i have all certificates and profiles created,
    i am able to run debug and release version on my device (with the dev profile)
    i can apparently build distribution versions as they generate no errors
    but when i or someone else tries to instal the ad hoc distribution version on a device that has the ad hoc profile we always get the error 0xE8000001
    i have tried everything,
    recreating the profiles
    rebooting the machine after important changes,
    restarting xcode everytime i remove or install profiles or set build configuration
    although i have found no instructions on how to build the ad hoc version, i suppose it is need to set the right ad hoc dist profile in the settings instead of the app store profile, anyway i tried both ways...
    pls help
    btw, has anybody applied apps since last sunday ?
    i have and still waiting for it to show up...
    thanx alot to anyone thatcares to read so far
    abraços
    nonnus

    sorry guys
    i was so happy that i posted right away
    after i did a search on ad hoc distribution and found the dist.plist trick that seemed to make everything right
    i could not find a way to delete the thread so decided to mark it as answered and maybe can point the solution to someone else....
    even if you have a different issue,
    remember that wonderfull search button

  • Difference between Developer provisioning profile and a Distribution one

    With both a Developer provisioning profile and a Distribution Ad Hoc provisioning profile, an app can be installed on a designated device.
    Is the only practical difference between the two kinds the fact that the Developer provisioning profile eventually expires?
    Thanks,
    doug

    A compiled class has two concealed initialisation methods, class initialization <clinit> and instance initialization <init>.
    These are created by concatenating initialisation blocks and initial value clauses associated with fields of the class in the order they appear in the source.
    Class initialisation is performed the first time a class is "actively used", which means either by accessing a static field or member or by instanciating the class. It's performed first, and the initialisation methods are syncrhonized on the class, so that the class is effectively locked until it finishes.
    The normal sequence of isntantiating the class is:
    1) Call <clinit> if it hasn't been called.
    2) Allocate the space for the instance and clear the fields to zero/null
    3) Call <init>
    4) Execute the constructor
    <init> first calls super.<init>

  • How to Obtain a Distribution Provisioning Profile from Apple

    hi everybody!
    I'm searching in the apple.com site where I can register me to obtain a distribution provisioning profile, can anybody help me?
    thx!

    Hi Angelo, and welcome to the Dev Forum!
    A provisioning profile is one of the documents you can obtain at the Developer Program Portal once you're a member of the program. Normally you would first register as an iPhone Developer at the iPhone Dev Center to access the free developer tools and the extensive iPhone Reference Library.
    The home page of the iPhone Dev Center includes a link to information about the iPhone Developer Program. Once you decide on the type of membership you require (e.g.: Standard Program $99; Enterprise Program $299), you can proceed to the online application form.
    Once you are accepted into the program (the waiting time may vary from less than one day to several weeks), you will obtain access to the Program Portal which provides detailed instructions on how to obtain, install and use the various documents including the provisioning profiles. Note that an iPhone developer does not normally obtain a Distribution Provisioning Profile until completing and thoroughly testing an iPhone app using one or more Device Provisioning Profiles. A Distribution Certificate and Profile is only used when building the version of your app which will be submitted for review and placed in the iTunes Store if accepted.
    Hope that helps!
    \- Ray

  • New Distribution Provisioning Profile for Existing App - When Needed?

    Sorry for the confusion, but when issuing a new version of an approved app (bug fixes), is a brand new Distribution Provisioning Profile required when for the distribution build prior to uploading to Apple?
    If so are there any caveats/gotchas of which we should be aware?
    Thank you.

    No.
    Just make sure to change the version number in the plist, app info, etc. Certs are the same as long as they haven't expired on your end.

  • My Distribution Profile is grayed out in Code Signing Provisioning Profile

    Fellow developers, has anyone experienced this problem when you tried to compile your app for distribution:
    Did everything as suggested in this forum, including:
    - copying a distribution profile to the right folder and also draging over the Xcode icon
    - Adding a "Distribution" configuration
    - specifying the identity as "iPhone Distribution: My Name"
    However, in the "Code Signing Provisioning Profile" picker, when "Any iPhone OS" is selected, the only enabled choice is "Default ..." and the actual profile with my name is grayed out.
    More over, the moment I select "Distribution" and then select "Device" in the "Active Configuration" picker, Xcode closes. This behavior can be reproduced all the time.
    Any suggestions?
    Eugene

    It is normal that it is grayed out ( don't ask me why ). To activate the distribution build, duplicate your Release in Distribution, install all the required certificates ( please apple stop those, they're a nightmare to deal with ) , then in the build settings in the code signing you have to TYPE ( there is no drop down box as seen in some screenshots ) "iPhone Distribution" ( instead of "iPhone Developer" ) and tada a few lines below you should see your drop down modified with some distributions entries.
    Patricia.

  • Distribution Provisioning Profile - Device ERROR

    Hey,
    I created a Distribution Provisioning Profile, but somehow, I get an error...
    When I click Build and Go I get an alert window: The the device doesn't have provisioning profile the application was signed with. (iPhone SDK 2.2.1)
    It's strange, because I have the Development Provisioning Profile on my iPod Touch, but somehow, I can't sign it for distribution.
    Can someone tell me, what the mistake is? I created an other Distribution Provisioning Profile maybe 3 months ago, and that worked, so it is really strange, having these problems now.
    Thank you very much in advance!

    Start over...
    Did you create/download all three of these?
    • yourapp_nameprofileName.mobileprovision
    • distribution_identity.cer
    • AppleWWDRCA.cer
    Did you keychain access/approve the new distribution certs?
    Did you toss all the new k'chained d'certs onto the project?
    Did you clone the app's release configuration and rename it 'Distribution'?
    Did you select the new 'iPhone Distribution' code sign profile for both instances in the apps's build tab?
    Did you close/open the project after the above?
    Did you configure the project for device and distribution & build for release in all the right places?
    Did you include a 57X57 app icon in png format?
    Again, if the error mentions 'device', you still have a 'device' provisioning certificate mixed into the 'distribution' process at some point. Sorry, but I can't tell what you may have done to get to that point, exactly.
    In my experience, it is quicker to clean out and start over with fresh distribution certificates, repeating the entire distribution/configuration/build/upload process, step-by-step, than it is to probe for one or more 'things' that may be contributing to the problem.

  • Distribution Provisioning Profile Help

    Hi,
    I have an application that I've already uploaded and is available for sale ( using a distribution provisioning profile ). However, something seems to have happened and when I view my "Build" settings I can no longer see the distribution profile in the drop down for "Code Signing Provisioning Profile"... ( along with my Ad Hoc profile as well ).
    My release build profile still shows up fine. I've double and triple checked my "Code Signing Identity" to make sure that it matches my distribution certificate name.
    Just as a side note, I also have my distribution project settings setup to use a "dist.plist" file with the correct "get-task-allow" boolean set to false ( unchecked ).
    Anyone have any ideas on what I could be doing wrong? Any help would be great! Thanks!

    I have the same issue

  • ERROR --  Cannot import distribution provisioning profile

    I get an Internal Error and my Xcode crashes when I try to import my distribution provisioning profile.
    Here's the message:
    Internal Error
    Cannot remove an observer <XCRemoteIPhone 0x25ebb00> for the key path "installed" from <XCRemoteIPhoneProvisioningProfile 0x2f75180> because it is not registered as an observer.
    Stack Backtrace:
    The stack backtrace has been logged to the console.
    ======
    Any suggestions?
    Please help! Thank you so much for your time.. I've gotten so frustrated with this whole process.

    Try using iTunes to import instead. I prefer that because XCode seems to rename the provisions to something cryptic AsdfjAOSDfasdopvAMVDO.mobileprovision whereas iTunes keeps the filename unmodified YourProfileName.mobileprovision. Then if you're browsing the directory to remove a provision you know which one you're removing instead of a confusing filename.
    You can test your distribution builds by generating an Ad-Hoc profile which lets you install your distribution app on devices.

  • Downloading Distribution Provisioning Profiles

    Hi all.
    I have followed the steps to generate and download the distribution profiles for my applications (two of them), but the "Download" button on the Distribution Provisioning Profiles page of the iPhone Dev Center webpages is an "inactive" button... it won't let me click.
    Is there a set amount of time I have to wait before I can download that? I'd really like to get my app in before the distribution cutoff time today...

    Basically, yeah.
    Thanks to the previous reply, I saw that even though I had renewed previous certificates after the 2008/06/09 date, they had been invalidated, and I needed to re-validate them, and get that all working again first.
    it's all good now, and I was able to build and submit my applications.
    Thanks!

  • Missing "Code Signing Provisioning Profile" in Xcode build options

    I am missing the field "Code Signing Provisioning Profile" in the Project Info Build Settings of Xcode. The "Code Signing Identity" setting is there. Xcode version is 3.1, the version of the iPhone SDK I don't know how to find out.
    In the Organizer everything is as it should be: my iPhone with the Provisioning-Certificate from the Developer Portal, though I had problems restoring the iPhone with the Organizer so it is still in the state from the iTunes update.
    When I build my app and want to run it on the device, the status bar says "Failed to upload asdf.app". My guess is that these to things must somehow be related. This is the output of the console on the Mac:
    Xcode: ApplicationVerificationFailed
    Xcode: MobileDevice: perform_command: There was an error communicating with the service agent: -402653183
    Xcode: MobileDevice: AMDeviceInstallApplication: Could not install package on device: kAMDUndefinedError

    I had this problem when upgrading to SDK 2.2 as well. For me, the problem seemed to be that I had multiple profiles with the same name but different creation dates. For example, I had two profiles name "Ad Hoc" but one was created sometime in October and one was created just last week.
    I fixed the problem by opening up the Xcode organizer window. In 2.2, there's a new side bar that displays the provisioning profiles currently installed on your system. If you are like me, you might have some old profiles with the same name. All I had to do was delete the old profiles and then rebuild in Xcode. If you don't have provisioning profiles with identical names, it probably won't hurt to delete all of the profiles from the organizer and then reinstall them by dragging them back into the organizer.
    Hope this helps!

  • Distribution Provisioning Profile not installing on device?

    Hi,
    When I drag my distribution provisioning profile to X-code's organizer, in order to install it on my device, it appears disable-like and I can't check the checkmark... Because of this I can't distribute my app. Any suggestions?
    Thanx,

    I am having the same problem. The profile in organizer does not get tick marked and remains gray indicating not installed on the device. Everything is working fine for the development provisioning profile. This problem only with distribution provisioning profile. Any solutions to this problem?

  • Hi we have apple credentials for downloading OS and creating Provisioning profiles. Now we are trying to upgrade the Mac OS 10.7.3 version. do we need should buy this version from appStore. or can it be download from the apple site for free?  Many thanks

    Hi we have apple credentials for downloading OS and creating Provisioning profiles. Now we are trying to upgrade the Mac OS 10.7.3 version. do we need should buy this version from appStore. or can it be download from the apple site for free?  Many thanks in advance!

    Whether you need to buy Mac OS X 10.7.3 depends on what version of OS X you have now.
    If you have OS X 10.6.x or lower it is a paid upgrade from the Mac AppStore.
    If you have OS X 10.7.x it is a free upgrade you get using Software Update on your Mac.

  • Distribution Provisioning Profiles won't activate

    Hi there,
    I am having an issue where my ad Hoc distribution provisioning profiles are not activating,
    their status remains "Pending" for quite some time, and then changes to "invalid".
    I have followed the instructions to create my distribution certificate which was successful, and
    I am at a loss as to why I cannot get my distribution profiles validated.
    Any help with this problem would be most appreciated.
    Kind regards,
    Rob

    Hi Rob, and welcome to the Dev Forum!
    I don't think I've ever seen what you described, so it's unlikely I'll be of much help. Is there any chance you reused the name of an unexpired profile? This is easy to do, since the Profile Name field of the +Create ... Profile+ form likes to complete your key strokes by filling in an existing name.
    Otherwise, you might try posting your question at the member's-only Developer Forums site under iPhone Development->Distribution->iPhone Developer Program Portal: [https://devforums.apple.com/community/iphone/distribution/portal].
    \- Ray

  • Multiple distribution provisioning profile question

    Hi Everyone,
    As I study the app store structure, I see nothing that stops one from having multiple distribution profiles under the same distribution certificate. Is this a correct assessment? Or does the former distribution profile become disabled once a new one is created?
    OK, if I am correct it can be done. What is reason one would want multiple distribution profiles?
    Thanks in advance for your thoughts.

    I probabky should be more clear about my problem:
    Here is my situation. I just switched machines, but I realize now that my keychain file does not contain my current distribution provisioning profile. I made the p.12 certificate file a couple days before I added the current distribution provisioning profile.
    My question, can I simply remove the old distribution provisioning profile from the developer portal and create a new one and select/join it with the same distribution certificate without changing anything else?
    And does this affect the apps that are in the store or are they only affected in that I have to rebuild with the new distribution provisioning profile in order to do updates?
    My big thing is I do not want to affect apps in the store for my client. Yet right now I cannot submit any apps because I do not have the correct distribution provisioning proile on the new machine and probably no way of getting it. I am getting the infamous "no matching profile in default keychain etc." message.
    I do have the correct developmental certificate, distribution certificate, and developmental provsioning profile.
    Thanks in advance for your help.

Maybe you are looking for

  • How can I run a check for a record across other records in the same dataset based on unique key constraint?

    Dear community, I have a flat data set which I run through a lookup and return. I want to check if at least one of the records matching a unique key constraint had a successful return without merging all the records. Can some one point me in the righ

  • World clock and language settings

    LS, If I have my iPod set to local language (Dutch), the world clock shouws all cities in the US as been in the Netherlands, i.e.: Las Vegas, Netherlands. When the laguange set is English, cities are shown correctly, i.a. Atlanta, US. My S/W version

  • Import .dmp  from 8i  to 11g

    Hi There is a .dmp file which has been exported from 8i version , I have copied this file and try to import it to a database of 11g version. imp SYSTEM/overmars file= file.dmp but the following error getted:- IMP-00002: failed to open 30-06-2008.dmp

  • AS3 Help with hyperlinking

    Hi All Hoping you can help me, I have 2 websites both built entirely in flash. My problem is that I have created a button on one of the sites that has to link to a particular scene and frame within the second website. I know I need some actionscript

  • MISSING FIRMWARE 6230i PLEASE HELP

    MISSING ONE SMALL FIRMWARE FOR NOKIA 6230i WAS LAST SPOKE ABOUT ON THIS FORUM IF YOU SEE IT ANYWHERE ON HERE ESPECIALLY ON THE NSU THEN PLEASE DONT HESITATE TO CONTACT ME . THE OWNER MISSES HIS LITTLE PET FIRMWARE AND WHANTS TO SEE HIM SOON. THANK YO