iOS Question Not able to upload to store

John Woodsmall

Active Member
Licensed User
Longtime User
"Error Domain=ITunesConnectionOperationErrorDomain Code=1602 \"Unable to list WWDR teams DAWToken is unavailable\" UserInfo={NSLocalizedRecoverySuggestion=Unable to list WWDR teams DAWToken is unavailable, NSLocalizedDescription=Unable to list WWDR teams DAWToken is unavailable, NSLocalizedFailureReason=iTunes Store operation failed.}"

with a key folder that i used last week (key_store) when using the remote compile (download, then upload to the store) I get the messey message above from the remote dialog.

has apple changed something while i was asleep?
 

John Woodsmall

Active Member
Licensed User
Longtime User
C:\B4_Souce\Harmonic_Three\Keys_Store
B4I.keystore
B4i.p12
certSigningRequest.csr
ios_distribution.cer
StoreStore.mobileprovision

------------------------
B4i Version: 4.40
Parsing code. (0.02s)
Compiling code. (0.08s)
Compiling layouts code. (0.02s)
Building Xcode project (0.20s)
Sending data to remote compiler. (25.41s)
Application compiled with store provision profile.
You can download the ipa file with Tools - Build Server - Download Last Build.
Completed successfully.
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
and got:
Uploading ipa file.
Submitting app (this step can take several minutes to complete).
Error: 2018-01-02 15:56:31.031 altool[65136:9751233] 10.4-style NSDateFormatter method called on a 10.0-style formatter, which doesn't work. Break on _NSDateFormatter_Log_New_Methods_On_Old_Formatters to debug. This message will only be logged once.
2018-01-02 15:56:31.032 altool[65136:9751233] *** Error: Errors uploading 'Harmonic_Stars.ipa': (
"Error Domain=ITunesConnectionOperationErrorDomain Code=1602 \"Unable to list WWDR teams DAWToken is unavailable\" UserInfo={NSLocalizedRecoverySuggestion=Unable to list WWDR teams DAWToken is unavailable, NSLocalizedDescription=Unable to list WWDR teams DAWToken is unavailable, NSLocalizedFailureReason=iTunes Store operation failed.}"
)

for the upload....
 
Upvote 0
Top