I've got a problem uploading an app on the app store. I have a developer account since this morning.
I've done all the certificate but when I arrive in the organizer, when I click on download dsyms it's said that I've no account (and the upload button is greyed out).
When I click on add account, I see my account
(See the screenshots)
Thanks for your help
Go to iTunesconnet and sign in there, then create your app details there, remember, you must have to provide the exact version of your app to the iTunesconnect. Then, when everything you done in iTunesconnet, then try to upload your app with your correct distribution profile.
Thanks
Related
I am new to IOS development. I develop a simple app for someone.I don't have an
developer account so he added me on his Itunes Connect account as with the App manager role.
When i try to upload its asks for bundle ID and when i go to developer page it ask me to enroll and all.
So my question is how can i archive my app in this case and upload on the itunes connect.
Okay i think there is some confusion.The case is that I am added as a APP manager in someones Itunes connect account. So Can i upload an app there.
When i try to do that its aks for a bundle ID and I am not able to create a bundle id from the develper link. though I have already setup the develope account but its not paid yet.
You can go through the step by step tutorial here and its part 2 is here.
It is really helpful.
You can skip most of the first link as you already have an existing iTunes Connect account.
It is your App's Bundle Id.in Xcode go to Project Navigator then select general in identity there is Bundle Identifier further check the image.
And for Developer account on Apple is free just go to this link and click on "Create Account"
https://idmsa.apple.com/IDMSWebAuth/login?appIdKey=891bd3417a7776362562d2197f89480a8547b108fd934911bcbea0110d07f757&path=%2Faccount%2F&rv=1
If this answer helped you? you can accept it.
My app has been uploaded successfully to iTunes connect, and I've selected the most recent version for testing:
However, it does not show up in the TestFlight app. And i'm signed into the iCloud account that is an internal tester for this app. Not sure why it's not showing up?
Looks like I needed to go through the invite email first. My bad, but hopefully this clears it up for someone assuming it will automatically show up in the TestFlight app.
I have gotten this error (screenshot below) a couple of times now when trying to upload an archive of an iPhone app to the App Store for TestFlight purposes.
The Apple Developer account is definitely paid for and I've clicked the "Download All" button to get a hold of all the provisioning profiles from Apple.
Any ideas?
As is the case with a lot of these questions about Xcode the fix was simple. After a Clean Build Folder (Alt+Shift+Cmd+K), another Archive, and unticking the bitcode checkbox on the app upload screen, everything worked fine.
I just clicked on Organiser in XCode (I'm running latest publicly available version), and I noticed on one of my apps profiles it says "renew" so I click on that and I get an error msg, saying..
The given profile was not found on the provisioning portal.
Please refresh your provisioning profiles before attempting to renew
“AppProfile"
I don't understand any of that. So...
1) What is it asking me to renew? a development profile? do I need to renew developer profiles? what happens if I don't?
2) Why am I getting an error? what does it mean by "refresh my provisioning profiles" ?
3) Do I have to do this (whatever this is and however I have to fix it) for all profiles? development and distribution?
well i dont know if you have found an answer or not but here is my answer.
you need a valid developer and also distribution profile ( i am sure you are aware of this already) to upload your app. if your app is uploaded and is in the app store you still have maintain a valid developer profile in order for your app to stay in the app store. otherwise they will bring it down.
the fact that it asks you to refresh your developer profile is related to the new system of developer profiles that all of a sudden got introduced. there is no need of renewing your profiles every 3 months anymore. your profiles are good for a year. you have to go to organizer in xcode and select all the profiles you have in there. delete them and then go to your team or your own name on the right pane and there you find the refresh button down at the bottom of the window. when you use that it resyncs your profiles with the developer site.
yes you may have to do that for all of your profiles if you have not done that in past three months.
i hope you find my answer useful.
Edit:
Just go to the developers site and revoke the ones that are about to expire or already expired. Then remove them from keychain and xcode also. Then in keychain create a new certificate request and on the Dev site create new profiles. After creating the new ones download them so they can synch with keychain. After that go the organizer and refresh. Xcode will synch with developer site and will download the new ones. Make sure you connect your test devices so the new profiles can be updated as well. That should do the trick.
Is there a webpage where I can upload apps not application loader. I'm having troubles with application loader and a forum said you can upload via a website. Is it iTunes connect or what? Please provide the url.
Apple used to have an upload through the iTunesConnect website, but I think it is no longer available. You now upload either through Application Loader or (easier) through Xcode directly.
The typical workflow is to build and archive, then open the organizer in Xcode, select that build you just make, and submit.
The most important point is to sign your bundle with your distribution profile that you
You need to select your distribution profile. You might need to import that from the developer portal, if you haven't done so before. You can check on the Provisioning Profiles section on the Devices page in the Organizer.
Your other question show that this it fails at just this code signing. So a direct upload via a webpage would not help.