简体   繁体   English

您的应用程序的状态已更改为 Invalid Binary

[英]The status of your app has changed to Invalid Binary

The status of my app has changed to Invalid Binary, so, what might be the issue?我的应用程序的状态已更改为 Invalid Binary,那么,可能是什么问题?

Check if your project uses any deprecated API.检查您的项目是否使用任何已弃用的 API。 UIWebView started causing this issue recently. UIWebView最近开始导致此问题。 So make sure to migrate to WKWebView in this case.所以在这种情况下一定要迁移到WKWebView

Usually you should have some more info about the issue in the email you receive when the binary finishes uploading and there were some issues with it.通常,当二进制文件完成上传并且存在一些问题时,您应该在收到的 email 中获得有关该问题的更多信息。

This is an example text for deprecated API usage in the email you receive if there are issues with your binary:如果您的二进制文件有问题,这是您收到的 email 中已弃用的 API 用法的示例文本:

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. ITMS-90809:已弃用的 API 用法 - 不再接受使用 UIWebView 的新应用程序。 Instead, use WKWebView for improved security and reliability.相反,使用 WKWebView 来提高安全性和可靠性。 Learn more ( https://developer.apple.com/documentation/uikit/uiwebview ).了解更多信息( https://developer.apple.com/documentation/uikit/uiwebview )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM