Reputation: 476
I want to upload my app to App Store with out adding apple account in Xcode -> Preferences.
I have access to iTunes Connect and I don't have access to apple developer account but I have App Store p12 and provisional profiles.(as client has personnel apple account).
Please help me to solve this issue.
Thank you.
Upvotes: 0
Views: 54
Reputation: 353
Unfortunately, you will need direct access to an Apple Developer account as you will need to add it in Xcode Preferences. This includes the Apple ID, password and device to recieve 2-Step Verification code. The p12
file and profiles will not allow you to upload your app from Xcode. Your developer account is required for creation of profiles and certificates that Apple requires.
Can you ask your client for access?
Upvotes: 1
Reputation: 81
If you want to just upload binary to AppStore and you already have all distribution certificates and provision profiles, access to iTunes Connect would be enough.
If you explicitly don't want to login via Xcode -> Preferences and this is your main problem you can submit app using fastlane. However you will need to enter credentials for iTunes Connect at least one time.
Upvotes: 0