EDIT: sorry don't double click the .p12 file... just keep it safe somwhere... you may need it in the future... But did you double click the .cer file before? you need to download and double-click that...
Ok. That's where your problem is. Change the executable to this: ${EXECUTABLE_NAME} Please look at step 6 in Building your application in xcode for distribution... you should see that what you have in info.plist is incorrect. now for your identifier (it is not that code you put in... that's something else I believe)... what is your app id? go into program portal and select App Ids... now do you something like WERWERWER.* ? If you do, that means that you can select your identifier to be whatever you want... I set my identifier to be Arkanigon as per my application name... only condition I think is that there should be no spaces.... and don't use special characters either... Please check the examples given in step 6 in Building your application in xcode for distribution.
So the thing under ID is the Identifier (seems obvious )? Thank you! So for this one it is 5CECC... ?
No. your identifier isn't that... your identifier can be whatever you want... it's the stuff that comes after the first period. In your case, it is just a * that's a wild card... meaning you can select whatever identifier you want. Just make it the name of your app. make the identifier iScream
hehe this is a great name for an app considering the frustration of going through the submission process... all us devs feel like screaming the first time we go through this.
Ok, thanks! I am sorry for all of this trouble, I can program, but deal with apple . I appreciate the help. Thank you!!
Thanks, I really appreciate it! I haven't got it yet, but you definately pushed me in right direction! Thanks so much!
No you won't, if I release it you get a free (yes %100 FREE) promo code. If I can figure it out, I'll send you a code. Thank you! EDIT: After the changes, I tried again, but it was the same stuff
hmm... post a screenshot of that warning you're getting in the organizer. also, another thing... i made this mistake before of uploading the old .app.zip file from my trashcan... instead of the updated one... so make sure you aren't accidentally uploading an old file instead of the new one. I got to sleep now. I'll catch u later.
Yup, I have to sleep also. 1 am here. The error is in iTunes Connect when I upload it. The same one that I posted earlier. Good night!
Maybe start fresh through the submission process... take it slowly, make sure you do each step... Maybe you should contact apple... not sure of the support email... If you can post a screenshot of that warning in organizer, it might help. Also, make sure that when you go to edit target... then code signing... make sure you're not accidentally choosing the development profile instead of the distribution profile... Also, make sure you do a "clean all targets" before building the app...
I am only iPhone, so I can't post tv screenshot, but where is the updated .app? I just go to the products and click reveal in finder on that one, BUT in finder there is a circle with a line accross it. So maybe it is not valid? If not, how would I find the current one? Thank you!
hmm... not sure what the circle means... But you're doing it right... just click and do reveal in finder like you said... I just meant that make sure that you delete the old .app.zip file before building a new one... so that you don't mix up the two...
Yes, I delete the .zip when I am done with it. Definitely. Here is the warning i get in organizer. Thank you!
First thing... did you download and double click the WWDR Intermediate certificate? (I missed this step when I went through the process) This is different from the .cer certificate: Here are the instructions from program portal. " In the ‘Certificates’-->’Distribution’ section of the Portal, Control-Click the WWDR Intermediate Certificate link and select “Saved Linked File to Downloads” to initiate download of the certificate. After downloading, double-click the certificate to launch Keychain Access and install. In the same area of the Program Portal, click on the name of the iPhone Distribution Certificate to download. On your local machine, double-click the downloaded .cer file to launch Keychain Access and install your certificate. " Second thing... I noticed is that your app identifier in your profile is: FZPEDN3FNS.iscreamer now, I think it's better if it is FZPEDN3FNS.* That will allow you to use this same distribution profile for all your apps... I think you probably entered iscreamer when you were creating and downloading your distribution profile... don't do that... use the wild card... that way you won't have to do this process again for your next app... But when you're in Xcode, and go to Edit Active Target... over there, you can enter the identifier iscreamer or whatever identifier you want... Here are the instructions below: Team Agents should navigate to the Provisioning section of the Program Portal and select the Distribution tab. Select the App Store radio button. Enter the name for your Distribution Provisioning Profile. Confirm your iPhone Distribution Certificate has been created and is displayed. Select your wild-card App ID to build all of your applications with your single Distribution Provisioning Profile. Click ‘Submit’. Click on the name of the Distribution Provisioning Profile to download the .mobileprovision file. Drag the .mobileprovision onto the Xcode or iTunes icon in the dock to install. So... confirm that you downloaded and doubled the WWDR intermediate certificate... then download a new distribution provisioning profile with the wild card app id...
I only have the option of selecting a previously made app ID, how do I select a wildcard???? EDIT: I found out how, just select an app ID that is wildcard. There isn't an option "wildcard" Ok, this is the picture of the .app thing in finder with the circle and line on it. Thank you!
hmmm... in a previous post I saw an app id with 5CECC etc... here I see FZPEDN3FNS.iscreamer do you have multiple app ids? check in program portal...