apple itunes connection troubles
See original GitHub issueEnvironment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 7.2.0
- Cross-platform modules: 7.1.4
- iOS Runtime: 7.1.1
- XCode Version: 12.4
Describe the bug
After several weeks since the last update of our application, I tried to upload a new version to testflight.
Unfortunately all commands tns apple-login
and tns appstore
fail with
The server returned unexpected response: Unauthenticated
Request ID: <id-string>.0.0
Using the same credentials to log onto any of the apple developer websites continues to work fine.
Any idea what’s going wrong here and how to fix it?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
If you can't connect to the App Store, iTunes Store, or other ...
Check the system status page · Make sure that your device is connected to the internet · Update your software · Check the...
Read more >How to Fix "Cannot Connect to iTunes Store ... - Appledystopia
When you are repeatedly seeing “Cannot Connect to iTunes Store”, try signing in to the iTunes account screen with your Apple ID. After...
Read more >Fixes to Cannot Connect to iTunes Store Issue - EaseUS
Part 3: How to fix "Cannot Connect to iTunes Store" on Apple TV ... Step 1: Go to "Settings" and choose "System". Step...
Read more >ITunes Store Won't Connect Online
ITunes Store Won't Connect Online. Problems connecting to the iTunes Store can stem from issues with your Internet connection, the restrictions placed on ......
Read more >15 Ways to fix “Cannot Connect to App Store” on iPhone or iPad
1. Retry connecting · 2. Check App Store servers · 3. Check your internet connection · 4. Force quit and relaunch App Store...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you. That also did not work at first, but this way I found the signing problem that apparently got introduced with an XCode or MacOS update.
All right, after lot’s of searching and finally opening the correct
.xcworkspace
instead of the.xcodeproj
file,Product > Archive
has worked. Thanks to apple for only showing the folder in the project open shortlist 😠So I’m back at the initial problem,
ns appstore ...
still does not work.