c# - Xamarin.iOS - PIE 警告

标签 c# ios xamarin.ios xamarin xamarin-studio

我们刚刚向应用商店提交了新的 Xamarin.iOS 应用,并收到了来自 Apple 的警告:

We have discovered one or more issues with your recent delivery for "My App". Your delivery was successful, but you may wish to correct the following issues in your next delivery: 

Non-PIE Binary - The executable 'MyApp.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to: 

Technical Q&A QA1788 - Building a Position Independent Executable

If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary. 

我猜苹果最近开始强制执行这一点。

我可以在 Xamarin Studio 中打开此功能吗?它会导致 Xamarin.iOS 出现任何问题吗?

最佳答案

据我所知,它还尚未强制执行:

but you may wish to correct the following issues in your next delivery

该消息看起来与自苹果一个月前大约开始鼓励 PIE 支持以来的警告相同。

最新的 6.3.x beta 版本已经支持 PIE(默认打开),下一个稳定版本也将支持它。

关于c# - Xamarin.iOS - PIE 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17529357/

相关文章:

ios - Xamarin iOS 绑定(bind) : Could not initialise an instance of the type, 返回 nil

c# - 常见的扩展方法属于项目的哪一层?

c# - : other file save/xml change (VS 2010) 上的 T4 代码模板触发器生成

c# - Webreferences 共享类

ios - QRCode 扫描仪在 iOS 11 中不起作用,仅显示相机预览

ios - 如果 UITextView 是第一个 subview ,则 View 顶部和文本开头之间会出现一个大空间

c# - UINavigationController 和 UISplitviewController

java - 在原生 android studio 项目 UI 之上渲染 Unity 内容

iphone - 突出显示单元格时更改为自定义背景

xamarin.ios - 在 iOS7 的单点触控中设置 UINavigationBar 色调颜色