V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
emperinter
V2EX  ›  程序员

Apple transporter 上传失败问题请教

  •  
  •   emperinter · 347 天前 · 658 次点击
    这是一个创建于 347 天前的主题,其中的信息可能已经有所发展或是发生改变。

    打包步骤

    • 基于 Electron 构建 dmg
    npm run electron:build
    
    • 再通过 quickpkg 把 dmg 转换成 pkg 文件
    • 电脑能够正常安装使用无异常

    异常报错弹窗提示信息如下所示

    无法为 App “xxx.pkg”创建临时 .itmsp 软件包。通过网络服务查询应用程序信息失败。

    已经做过的操作

    • apple connect 配置相关信息
    • 修改配置文件electron-builder.json
    {
        "appId": "xxx.xxx.xxx",
        "productName": "xxx",
        "buildVersion": "1.0.0",
        "directories": {
          "output": "dist"
        },
        "win": {
          "icon": "public/xxx.ico"
        },
        "mac": {
          "icon": "src/assets//xxx.icns"
        },
        "linux": {
          "icon": "src/assets/xxx.png"
        }
      }
    
    
    • 尝试 Appuploader 发现只支持 ipa 格式,目前没找到相关转换工具
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   878 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 21:25 · PVG 05:25 · LAX 14:25 · JFK 17:25
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.