I need to submit an iPhone app to the iTunes Connect account of my customer, by using Xcode 6.
With Xcode 5, during the submission process, we are requested to provide the iTunes Connect login credential to which submit the app.
It was just needed to ask the customer's team agent setting up an iTunes Connect user account for me.
This process was working fine.
Within Xcode 6 the app submission has been changed and it's not requested for iTunes Connect login. So it seems to be using the default iTunes Connect account corresponding with the Apple id configured in Xcode.
So trying to upload an app for the account of my customer I get the following error:
"ERROR ITMS-4088: "The organization XXXX does not have permission to modify the application with the Apple Id XXXXXXXXX. Please try again, using an account for an organization with access to this application." at SoftwareAssets"
Someone you already encountered this problem ? Do you have an idea how can I solve it?
Thanks
Edit (Some precision about my settings):
I'm working for several customers and so I configured my Apple accounts as follows:
I have only one Apple developer Account associated to an Apple Id: my.first#email.com
my developer account is associated to the developer account of some of my customers when I need to make changes with provisioning for instance. And so signing in to developer.apple.com I have to choose the right team I need to work for. It's relatively easy to do by this way.
For iTunes Connect I have my main account with the same Id as the Apple Id: my.first#email.com
When I need to submit an app for a customer it's not the same story as for the developer account. Indeed within iTunes Connect, it's needed to provide a new email each time you need to be added to the account of a customer. So I created several redirections of type my.second#email.com, my.third#email.com...
For submit an app for a customer with Xcode 5 simply choose the right iTunes Connect account when Xcode invite you to do that in the Organizer's submission process.
With Xcode 6 there is the error above.
The Problem with Xcode 6 is that this one does not request anymore to choose the iTunes Connect account to which the current app has to be uploaded.
Xcode seems now to expect uploading the current app to one of the accounts defined in the Preferences panel. However the Preferences’ account section waits for developer Apple Id and not for iTunes Connect account Id. When I added iTunes email to this section I got errors such as: not valid Apple Id or Apple Id not added to a developer account.
Perhaps a solution could be to add each iTunes Connect Id to the corresponding developer team (developer.apple.com) but it’s very constraining.
Another solution could be to have and Apple’s enterprise developer account instead of personal account, what would allow to add the iTunes Connect Id to your own developer account but I’m not sure this one could solve the issue because I get a personal developer account yet.
After few researches within Google and documentation, I deduced that either there is a bug within Xcode 6 or it’s now very difficult to use in this case, and I gived up to use it to submit this app.
Instead of Xcode I used the Apple’s Application Loader 2.9.1 which is very ease to use and make the submission faster.
It has been the final answer to my issue.
in your organizer Press in Export.
Save for ios appStore.
Generate Ipa.
Go to Application Loader (In Xcode-- Open developer Tools)
double Click in Deliver Your App
Select IPA.
good luck.
I had a similar issue:
For Team XYZ In iTunes Connect I was an Admin with AppleId A
In the Member Center (developer.apple.com) I was an Admin with AppleId B
Once AppleId A was added to the Member Center as an Admin I was able to successfully submit an app via XCode.
So it seems as though the AppleId for Member Center and iTunes Connect must match for each team.
Hope that helps someone,
Kevin
Related
I'm very confused by how Apple handles this. Here is my situation:
Im a solo IOS developer with a paid Apple Developer account. I can access iTunes connect and upload apps there, this works fine. I pick "manage signing automatically" in XCode using "IOS Developer" Code Signing identity.
So this works.
An organization Im working for invited me in iTunes connect. So I can create apps for them on them too. Now I have two things on my account there.
How can I upload an app for their account? I cant seem to transfer an existing app and I cant seem to sign it with an identity which matches their profile/account/whatever.
The process appears confusing but actually it isn't. Lets walk through it:
First you create an AppleID. You then use that AppleID to register for a Developer program. Registering to a developer program gives access to two types of accounts. Or rather say that you are provided with the access to two different portals for the same account. One is developer portal and other is iTunes Connect. For background work like registering an AppID, testing devices and managing certificates and profiles you use Developer Portal. For frontend work like creating an app to be published to the AppStore, uploading your build, distributing it for testing you use iTunes Connect portal.
Now if you are being invited by some other organisation in its developer program with the same AppleID, you have two accounts linked to the same AppleID. Now when you login to the developer portal you are logged in to the one account automatically and you can change to the other by selected from a dropdown at the top right. Once you have selected the organisation you then continue working same when you worked previously with a single account.
Here is the screenshot of my developer dashboard with multiple accounts:
Hope this clarifies.
The team agent can initiate the app transfer.
Steps:
My Apps
Select your app
Scroll to the Additional Information section
and click Transfer App, then click Done.
See more details on app transfer here
To sign an app you need provisioning profile and signing entity (.p12 file)
Or Apple Developer Account access from where you can generate certs and provisioning profile and download
After getting signing identity and provisioning profile from Apple Developer Account perform following steps
Archive App
Open Organiser (Xcode >> Window >> Organiser)
Select app and version you want to upload
Click Upload to App Store and follow instructions
I have an Apple ID that I used to distribute apps. Recently I am using the same Apple ID with developer role for another company. While I can build and sign apps, I am unable to upload the binary using XCode 9. The reason it says is "No Accounts with iTunes Connect access has been found for company XYZ". The company says it has added me as a user in iTunes Connect but when I login to iTunes Connect, I don't find an option to switch between personal & company portfolio. What am I missing?
You should get email and accept invitation to itunes connect, otherwise you will not have access
You are mixing iTunes Connect and Developer Portal these two are totally different. With one email you can only check your own apps and data in iTunes Connect but can have multiple memberships in Developer Portal. Go to https://developer.apple.com and log in with your Apple ID and on the top you can tap your name drop down will appear with all memberships for that account.
If you want to access their iTunes Connect then you have to ask them to go to Users and Roles and add your email that is not your current Apple ID. Then you will be able to connect to their iTunes Connect with the new Apple ID.
More info:
https://developer.apple.com/support/itunes-connect/
http://mokagio.github.io/tech-journal/2015/04/01/itunes-connect-multiple-accounts.html
I'm trying to submit an app to the app store, the app was developed on my personal Apple ID and is being submitted on behalf of a third party (for which my Apple ID is an admin). I am getting an error stating that no iTunes Connect account can be found even though I have Admin/Legal rights.
What am I doing wrong? The app is being signed with their provisioning profile, etc
The Apple ID which you are using to upload the app; that Apple ID must be connected to both the portals (iTunesConnect and Developer) with the minimum roles given below:-
Developer: Admin
iTunesConnect: Admin/App manager/Developer
Upload your app using application loader. I had the same problem and its working for me.
How to upload App using application loader
I had the same issue. My roles were correct on both Developer and iTunesConnect.
For me the solution was to remove my Apple-ID in Xcode, close and reopen Xcode and add the Apple-ID again. Afterwards I was able to upload via Archive Organizer.
In Xcode 9.3 I'm finding that if I submit two apps back-to-back I see this issue with the second app. Closing and restarting Xcode fixes it.
Check your Apple Developer Program Membership has not expired.
I am doing an iOS project for a client and they gave me access to their developer program and iTunes Connect (which actually only have one app in store, the one I'm developing). Unfortunately, because my main account has already been associated to another iTunes Connect, I gave them another account which I created just for using their iTunes Connect. When I tried submitting the app to the store for Beta Testflight, it said that I don't have the rights to do so. So, how do I use a different iTunes Connect to submit to the store? If I can't do that, is there any other way besides making a new Apple account and having to ask the client to invite it again to both the developer's program and iTunes Connect (and also setting it up again from making a certificate, provisioning profiles, etc)?
Thanks in advance.
I ran into the same problem with a project.
It worked when i archived the application and uploaded it to iTunes connect using apple's application loader, you can sign in with the account you want to upload the app to.
https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf
I have a iphone app that i would like to submit to the app store.
The app is not yet submitted to the app store.
The app is created in iTunes Connect.
The app has been ad hoc distributed using a different appleID early in the development.
When i click "Distribute" in the Organizer after running "Archive" i get the following error:
ERROR ITMS-9000: "This app contains an embedded provisioning profile that
is not associated with your account. Please use a provisioning profile associated with
Team ID XXXXXXXXXX." at SoftwareAssets/SoftwareAsset (MZltmspSoftwareAssetPackage)
The developer account i am using has access to three different teams, and the team ID in the error message (XXXXXXXXXX) is one of the other teams that the developer account is a member of, and is the one that the app has previously been ad hoc distributed using.
I followed this guide on youtube, on how to set up the certificates and provisioning profiles, etc.
http://www.youtube.com/watch?v=rRlOdp4uZoo
It seems that the project somehow still has a connection to the old team, but i don't understand why and how.
In the general settings for the target, i have selected the correct team. And I also tried searching through the project files for the old team ID, but got no results.
I can find multiple results in the project files if i search for the new team ID, but not the old.
Does anyone know how to solve this issue?
The other answers i have found on SO is related to trying to update an already released app, with another developer account.
Which is not the case here since the app has never been submitted to the app store before.
Thanks in advance
Be careful that you do not create your app in iTunes Connect using the wrong account. To be safe, you must log in to iTunes Connect using an "Agent" account of the desired Team. This may be different from your usual developer Apple ID. Then, log in with those same credentials when Xcode prompts "Log in to iTunes Connect" when submitting your app to the Store.