Reputation: 417
I did a fresh install of OSX on my machine yesterday and installed Xcode 7.1. After having signed in with my developer account and fixing all code signing issues that come along, I wanted to upload my tvOS app.
Important to say that I did not change a single line of code in the app.
Each time I try uploading it, I get "You are not authorized to use this service" and I can't proceed.
I also tried all the steps described in this post to solve it without success.
Does anyone have the same issues? Is it Xcode, iTunesConnect or tvOS App Store not fully enabled yet?
Upvotes: 27
Views: 5202
Reputation: 23
I had same weird Xcode permission issues with my universal app(not iwatch) ,I solved it by disabling the bitcode from build setting.So try following steps.
It will work
Upvotes: 0
Reputation: 2270
Okay, finally figured out something that worked (all of the certificate issues etc turned out to be irrelevant; though frustratingly it did work 1 time (out of about 30) from within Xcode Organiser which meant I kept trying:
Hopefully Apple will sort out whatever issues are going on with Organiser soon.
Upvotes: 38
Reputation: 1424
I tried several recommendations I've seen around Stack Overflow, and the Apple Forums. This includes deleting every single one of my Apple accounts from Xcode, restarting and then adding them back again (what a pain! I have 15 dev accounts!) Unfortunately for me, none of those options worked.
The only thing that did resolve this behavior for me was to use Application Loader to upload my binary to the store. That worked without any issues.
For those unfamiliar with Application Loader, you simply build your app as normal and archive it to the Organizer. Then export the binary for App Store distribution. Then import that generated .ipa file into Application Loader and follow the process to upload it to the store.
Upvotes: 7
Reputation: 10294
I had the same issue.
What I did to get past it was pretty drastic though...
I restored an old computer with El Capitan and the new Xcode.
Transferred the private keys across to the machine.
Created an .ipa for exporting.
Uploaded to iTunes Connect using Application Loader
The computer I was using could still upload the iOS app without any issues. Its possible there's some remnants of the Beta Xcode lying around.
It seems that uploading to App Store for Apple TV is still a work in progress.
Upvotes: 0
Reputation: 19722
Just got an email today that Apple TV apps can now be submitted. Before, I was getting the "You are not authorized to use this service" error but today I no longer get it.
Upvotes: 0