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
Yes, i am using the hosted builder.
I created a New Certificate (I think that was what I was to do).
then a download the other file.
got the same result.

I do not have the apple working ; do i need to bring it back on line? is the hosted
builder not working now?

as far as i know i have not changed anything in my app...
must be a new deal with apple?

thanks
happy new year!
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok, setup the apple builder and i got:
"Unable to list WWDR token unavailable.
on template choose
?????????????????
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok
1.) i upgraded the apple to high sierra and xcode: 9.2(9C40c)
2.) I get the error Unable to list WWDR token unavailable as before.

note: be careful in upgrading apple as it takes a long time and acts like it is broken.

I will wait awhile to try the on-line builder.

thanks
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok
i re-did the provisioning file and distribution certificate (made it an ad-hoc type also a store type).
i tried the upload with my other app.
i tried the upload with this app.

same result on both?
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
here is:
B4i Version: 4.40
Parsing code. (0.02s)
Compiling code. (0.08s)
Compiling layouts code. (0.02s)
Building Xcode project (0.22s)
Sending data to remote compiler. (18.77s)
Application compiled with non-store provision profile.
Completed successfully.
Make sure that B4i-Bridge is started (192.168.0.11).
Manually launch the app after installation.
Uploading ipa file.
Submitting app
(this step can take several minutes to complete)
.
Error: 2018-01-02 10:03:15.932 altool[47531:9589181]
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 10:03:15.933 altool[47531:9589181]
*** Error: Errors uploading 'C:\B4_Souce\Harmonic_Three\Objects\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.}"
)
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
Now I am sure that it is a "Store" type but i get :
Uploading ipa file.
Submitting app (this step can take several minutes to complete).
Error: 2018-01-02 10:21:09.607 altool[49865:9599863] 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 10:21:09.607 altool[49865:9599863] *** 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.}"
)

looks like same error with new provisioning file?
what is the NSDATEFORMATTER PROBLEM?
 
Upvote 0
Top