无法使用NativeScript命令上传.ipa文件
我正在运行以下命令:
tns appstore upload my-appstore-id my-appstore-pass --ipa /var/www/app.ipa
请参见以下错误消息:
Unable to connect to iTunes Connect An error occurred while processing the json request. (1268)
不提供其他消息或日志。
不知道到哪里去寻找解决方案。
发布于 2017-06-30 05:39:15
这是原生脚本端的一个已知问题。https://github.com/NativeScript/nativescript-cli/issues/2874
我在几周前遇到了这个问题,在升级到nativescript@next之后,这个问题就消失了。
要回答@BrianDilley,你需要提供你的itunes密码,这与应用程序无关。
https://stackoverflow.com/questions/44342361
复制相似问题