当前位置:网站首页>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
边栏推荐
- Teach you to quickly develop a werewolf killing wechat applet (with source code)
- Golang realizes regular matching: the password contains at least one digit, letter and special character, and the length is 8-16
- Date time type in database
- Byte warehouse intern interview SQL questions
- 【微信小程序】flex布局使用记录
- If you were a golang interviewer, what questions would you ask?
- Trier les principales utilisations de l'Agent IP réseau
- XinChaCha Trust SSL Organization Validated
- jmeter操作redis
- Go language array operation
猜你喜欢
Introduction to servlet listener & filter
Huawei cloud MVP email
Van uploader upload picture implementation process, using native input to upload pictures
98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request
[untitled] make a 0-99 counter, P1 7 connected to key, P2 connected to nixie tube section, common anode nixie tube, P3 0,P3. 1. Connect the nixie tube bit code. Each time you press the key, the nixie
three.js文字模糊问题
HQL find the maximum value in a range
No idle servers? Import OVF image to quickly experience smartx super fusion community version
PC starts multiple wechat at one time
拥抱机器视觉新蓝海,冀为好望开启数字经济发展新“冀”遇
随机推荐
Calculate the past date and days online, and calculate the number of live days
拥抱机器视觉新蓝海,冀为好望开启数字经济发展新“冀”遇
Go language array operation
The use of dcast and melt in R language is simple and easy to understand
Kernel error: no rule to make target 'Debian / canonical certs pem‘, needed by ‘certs/x509_ certificate_ list‘
Important knowledge of transport layer (interview, retest, final)
100 GIS practical application cases (51) - a method for calculating the hourly spatial average of NC files according to the specified range in ArcGIS
Byte warehouse intern interview SQL questions
SSM framework series - annotation development day2-2
Custom nail robot alarm
leetcode-791. Custom string sorting
decast id.var measure.var数据拆分与合并
FFmpeg常用命令
office2021安装包下载与激活教程
About the 'enum' enumeration type and structure.
AUTOSAR from introduction to mastery 100 lectures (87) - key weapon of advanced EEA - AUTOSAR and DDS
CGC: contractual graph clustering for community detection and tracking
Record a website for querying compatibility, string Replaceall() compatibility error
世界读书日:我想推荐这几本书
Pyqt5 store opencv pictures into the built-in sqllite database and query