随笔分类 - 手机端
摘要:参考 : https://blog.csdn.net/qq_36639105/article/details/126935445
阅读全文
摘要:1. 注册Apple开发者账号 首先,需要在Apple官网上注册一个开发者账号。注册成功后,可以进入开发者中心进行证书管理。 2. 创建证书签名请求 在开发者中心中,需要创建一个证书签名请求(Certificate Signing Request,CSR),这个请求包含了开发者的密钥对信息,用于验证
阅读全文
摘要:1. Certificates证书:development.cer 生成后的 2. Identifiers https://blog.csdn.net/chennai1101/article/details/122404250 https://blog.csdn.net/LANGZI7758521/
阅读全文
摘要:三种开发方式 1. Native App 2. Web App 优点: 开发时间短,利用webview内置网页实现 缺点: 用户体验差,加载速度慢 3. Hybrid App 优点: 可以达到接近 Native App的感觉 缺点: 比web app学习门槛高 例如: facebook 三种开发模式
阅读全文
摘要:环境配置 : http://www.mamicode.com/info-detail-2225991.html
阅读全文