Whatismyudid
Node.js应用程序通过Mobile Provisioning显示iOS设备的UDID
安装
“ npm install”获取依赖项
编辑sample_mobprov中的stage1.mobileconfig以匹配您的服务器具体来说,将注册网址设置为“ / enroll”,并将PayloadOrganization和PayloadIdentifier设置为
(可选,但建议使用)对stage1.mobileconfig进行签名openssl smime -sign -in stage1.mobileconfig -out stage1.mobileconfig.signed -signer /path/to/servercert.crt -inkey /path/to/server.key -certfile /path/to/cert/chain.crt -o
1