当前位置:网站首页>hbuilderx + uniapp 打包ipa提交App store踩坑记
hbuilderx + uniapp 打包ipa提交App store踩坑记
2022-04-23 13:04:00 【孤身不觉晚】
1、获取ios开发证书、描述文件、appId;如何获取ios证书、描述文件、APPID
2、打包.ipa并在添加的调试设备上测试、修改;
3、提交App Store并推送审核;
注:在此博主是通过iOS上架辅助软件Appuploader提交.ipa,具体可参考ios app真机测试到上架App Store详细教程
在提交期间,博主遇到四个错误:

ITMS-90046解决办法:
如果app没有使用到关联域这个功能,则在苹果开发后台关闭associated domains;如果用到了,你可试下以下解决办法:
在uniapp项目中找到manifest.json点击源码视图修改以下代码:
"ios" : {
"capabilities" : {
"entitlements" : {
"com.apple.developer.associated-domains" : ["applinks:www.***.com"] //**注意此处**
}
}
},
注意:1、必须得加applinks;2、网址不要加http或https; 3、[ ]里面只需要域名,不要加后缀;
剩下的三个错误都是uniapp项目中图片的问题:上传的图标必须四四方方,不得有一处圆角;app图标配置尽量使用自动生成图标;
好了,上面就是博主首次上架苹果软件所踩的坑,发出来仅供大家参考,如有何不妥之处欢迎指正。
版权声明
本文为[孤身不觉晚]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_40043424/article/details/105124420
边栏推荐
- Packet capturing and sorting -- TCP protocol [8]
- The continuous construction of the Internet industry platform is not only able to collect traffic
- 31. 下一个排列
- Deploying MySQL in cloud native kubesphere
- Complete project data of UAV apriltag dynamic tracking landing based on openmv (LabVIEW + openmv + apriltag + punctual atom four axes)
- STM32 is connected to the motor drive, the DuPont line supplies power, and then the back burning problem
- MySQL —— 16、索引的数据结构
- Teach you to quickly develop a werewolf killing wechat applet (with source code)
- CVPR 2022 & ntire 2022 | the first transformer for hyperspectral image reconstruction
- jmeter操作redis
猜你喜欢

5 free audio material websites, recommended collection

Sort out several uses of network IP agent

Free and open source charging pile Internet of things cloud platform

Servlet监听器&过滤器介绍

【蓝桥杯】4月17日省赛刷题训练(前3道题)

Read the data in Presto through sparksql and save it to Clickhouse

Custom nail robot alarm

About the 'enum' enumeration type and structure.

51 single chip microcomputer stepping motor control system based on LabVIEW upper computer (upper computer code + lower computer source code + ad schematic + 51 complete development environment)

Wonderful review | the sixth issue of "source" - open source economy and industrial investment
随机推荐
Baserecyclerviewadapterhelper realizes pull-down refresh and pull-up loading
Go language mapping operation
pyqt5 将opencv图片存入内置SQLlite数据库,并查询
(personal) sorting out system vulnerabilities after recent project development
Utils of various date conversion
Deploying MySQL in cloud native kubesphere
How to convert opencv pictures to bytes
Teach you to quickly develop a werewolf killing wechat applet (with source code)
The quill editor image zooms, multiple rich text boxes are used on one page, and the quill editor upload image address is the server address
Idea的src子文件下无法创建servlet
Use compressorjs to compress pictures, optimize functions, and compress pictures in all formats
Free and open source charging pile Internet of things cloud platform
4.22 study record (you only did water problems in one day, didn't you)
The accuracy and speed are perfectly balanced, and the latest image segmentation SOTA model is released!!!
Complete project data of UAV apriltag dynamic tracking landing based on openmv (LabVIEW + openmv + apriltag + punctual atom four axes)
Important knowledge of transport layer (interview, retest, final)
Van uploader upload picture implementation process, using native input to upload pictures
STM32 tracking based on open MV
8086 of x86 architecture
Go language slicing operation