Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nativescript - cannot upload ipa file to itunes

I'm doing the following to upload my ipa file to itunes connect.

tns publish ios MY-ITUNES-ACCOUNT-EMAIL APP-SPECIFIC-PASSWORD -ipa app.ipa

I'm getting the following error - in red

{ "serviceErrors" : [ { "code" : "-20101", "message" : "Your Apple ID or password was incorrect." } ] }

This used to work - about 2-3 weeks ago.

like image 370
dashman Avatar asked May 06 '19 22:05

dashman


1 Answers

Seems to be problem with tns cli version. Stick to version 5.3.1 for now solves the issue.

like image 184
Narendra Avatar answered Sep 19 '22 15:09

Narendra