iOS Enterprice 發佈流程
2016年3月14日iOS Standard
一、創建證書(Certifacate)。登陸到有admin權限的iOS Dev Center,選中Certifacate,創建In-house證書。(途中會讓創建CSR,用自帶keychain就可以,詳情教程百度),生成后下載安裝。
二、創建AppId(Identifiers﹣> AppIDs)。添加Explicit App ID,bundleId建議以 com.xxxxx的格式。
二、創建配置文件(ProvisioningFile)。選Distribution,添加In-house,選剛剛創建的AppID和Certifacate。生成后下載安裝。
四、開Xcode,改 bundleId、Build Setting – > Code Sign
五、Product ﹣> Archive, Export,選Enterprice,填好https url,得到.ipa和.plist
六、放到 服務器,安裝鏈接
<a href=“itms-services://?action=download-manifest&url=http://url/xxx.plist“>Download</a>
二、創建AppId(Identifiers﹣> AppIDs)。添加Explicit App ID,bundleId建議以 com.xxxxx的格式。
二、創建配置文件(ProvisioningFile)。選Distribution,添加In-house,選剛剛創建的AppID和Certifacate。生成后下載安裝。
四、開Xcode,改 bundleId、Build Setting – > Code Sign
五、Product ﹣> Archive, Export,選Enterprice,填好https url,得到.ipa和.plist
六、放到 服務器,安裝鏈接
<a href=“itms-services://?action=download-manifest&url=http://url/xxx.plist“>Download</a>
发表评论或回复