原文:解决iOS安装包上传app store在构建版本处不显示、并收到报错:ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted的问题

一 问题背景 iOS安装包使用 appUploader 上传到 app store 之后,在 app store connect 的构建版本处,一直不显示。 比较疑惑,还以为是上传工具的问题,但是又感觉不应该,因为工具显示了上传成功的,以前也一直是这么上传的,一般上传之后过个几分钟就会在构建版本处显示。 然后查看app store connect构建版本处的接口,有报错: 看着像是有 个版本,都是 ...

2021-05-12 16:29 0 1843 推荐指数:

查看详情

全局查找api(UIWebview ITMS-90809)

2020年4月起App Store将不再接受使用UIWebView的新App上架、2020年12月起将不再接受使用UIWebViewApp更新。 1. 全局搜索UIWebview ,将相关代码删除或者替换 2. ①从终端cd到要检查的项目根目录 ②grep -r UIWebView ...

Thu Mar 26 17:39:00 CST 2020 0 2458
【Xcode】ITMS-90809:查找UIWebView

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★➤微信公众号:山青咏芝(let_us_code)➤博客园地址:山青咏芝(https://www.cnblogs.com/ ...

Tue May 19 04:20:00 CST 2020 0 1099
ITMS-90809

开始时间:2019.08.30 "ITMS-90809: Deprecated API Usage - Apple will stop accepting API Usage - Apple will stop accepting submissions of apps that use ...

Fri Aug 30 18:29:00 CST 2019 0 3382
iOS包上传app store各种问题解决总结

问题1 this action could not be completed. try again 问题2 there was an error sending data to the iTunes Store. 问题1,2解决方法 点击上一步,继续上传 都是网络问题,重试就可以 ...

Sat May 07 23:56:00 CST 2016 0 11466
上传App Store报错 ERROR ITMS-90171,90209

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at Your app can’t ...

Thu Aug 16 06:24:00 CST 2018 0 1316
iOS10构建版本不显示问题

iOS10,构建版本问题: 在Xcode中—>product->archive,进行相关操作后,upload后没有报错验证也成功的情况下,在开发者账号构建版本号里面迟迟没有显示的原因: ios10对比如相机照片库通讯录等权限在plist文件中添加后,如果只是添加了key,没有添加 ...

Wed Oct 26 20:57:00 CST 2016 0 2064
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM