获取UDID
使用苹果手机自带Safari浏览器可获取UDID :https://www.pgyer.com/udid
苹果开发者官网:https://developer.apple.com/
生成开发证书
安装OpenSSL并配置环境变量:http://slproweb.com/products/Win32OpenSSL.html
管理员打开命令行
where openssl
假设安装目录为:D:\soft\az\OpenSSL-Win64\bin
D:
cd D:\soft\az\OpenSSL-Win64\bin
set RANDFILE=.rnd
新建openssl.cnf,内容为:
# OpenSSL Configuration File
[req]
distinguished_name = req_distinguished_name
x509_extensions

本文详细指导如何在Windows系统上获取UDID,通过Apple官网创建开发证书,包括配置OpenSSL、生成p12文件,以及针对uniapp打包iOS应用的步骤。
最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



