expo发布版本到appstore

2022-01-21  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读