星期四, 5月 05, 2016

自動發布 IOS Android


先clean
xcodebuild clean -configuration Distribution

後 Buildxcodebuild -scheme Caipiao archive -archivePath /Users/mdd/Desktop/Caipiao


再打包
exportProvisioningProfile  是憑證名稱

xcodebuild -exportArchive -exportFormat ipa -archivePath "/Users/mdd/Desktop/Caipiao.xcarchive" -exportPath "/Users/mdd/Desktop/Caipiao.ipa" -exportProvisioningProfile "Caipiao Distribution Push with 2016sign @April 3"



Andoird 使用  Debug Keystore 


android update project --name Lottery -p D:\project\mobile\trunk\Android\Lottery 

沒有留言: