美文网首页
expo发布版本到appstore

expo发布版本到appstore

作者: 朱传武 | 来源:发表于2022-01-21 17:39 被阅读0次

    如果仅仅是发布到expo go里面的话,只需要:

    expo publish --release-channel staging-v1
    

    如果是发布到appstore,也就是需要打包native:

    expo build:ios --release-channel <your-channel>(production)
    expo build:android --release-channel <your-channel>
    

    当然这是传统方式,可以用最新的eas,我这没成功


    eas submit --platform ios --url https://archive.ipa
    

    即可

    如果采用eas的方式的话,步骤如下:

    eas build --platform ios 
    
    eas submit -p ios
    

    相关文章

      网友评论

          本文标题:expo发布版本到appstore

          本文链接:https://www.haomeiwen.com/subject/fnnehrtx.html