iOS Question [Resolved] Uploading app to appstore under a 2nd company

stingrae

Active Member
Licensed User
Longtime User
Hi,

As the title suggests, I am attempting to upload an app to a different company account as I have done previously.

In the past I have uploaded my apps using my own company account with Apple - Stingrae International Pty. Ltd.

But for this app, I am working with a client - QT. QT have added me as a developer on their account, and I have created the provisioning profiles, certificates, bundles etc ... under that account. We've set everything up, and it's all working except for when I use the B4I iTunes Connect Uploader. I enter in my Apple username and the app specific password, the IPA file etc ... but it's giving me authorisation errors.

I guess I need to know if this is possible with B4I - to be able to upload an app to a 2nd Apple account? And then if so, why am I getting the errors?

1771131174592.png
 
Last edited:

Sandman

Expert
Licensed User
Longtime User
I upload to two different accounts with no issues, but I don't do it using B4i. I found it easier to do using the command line on my Mac. If you're interested I can post the command I use, when at work next time.
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Thanks @Sandman . I don't own a mac but maybe my client could do it on my behalf, so if you could post the command, that'd be great.
For completeness, here's the command I use to upload. Note that altool is about to be deprecated, but it still works fine. Also, the password is an app password that you need to make at Apple first.
Bash:
xcrun altool --upload-app --type ios --file AppFile.ipa --username "username" --password "password"
 
Upvote 0
Top