Xcode Archive打包失败问题
摘要:ionic3项目 完成 模拟器 真机测试均可以打包安装成功 在Archive的时候报错了 错误如下 code signing is required for product type 'Application' in SDK 'iOS 11.2' 11.2的系统我本地是有的 排除这个问题 开始搜索解
阅读全文
ionic3 对android包进行签名
摘要:在已经生成签名文件的前提下 对android包进行签名 如果还未生成签名文件 请参考链接 https://jingyan.baidu.com/article/642c9d34eaeeda644a46f7f9.html 在签名文件所在的文件下面打开命令行: 输入 jarsigner -verbose
阅读全文
ios 审核未通过 相机相册权限问题
摘要:苹果提交审核被打回来 附加的说明如下: We noticed that your app requests the user’s consent to access their camera but does not clarify the use of this feature in the pe
阅读全文