How to work out which frameworks are triggering privacy-sensitive .plist issues

情到浓时终转凉″ 提交于 2019-12-01 12:57:29

despite my app having nothing to do with these frameworks.

Is your Link Behavior in your release configuration set to Don't Link?

If so, the non-stripped Xamarin.iOS.dll references everything and will cause all kinds of privacy/entitlement issues just due to the fact that your app is linked to them but actually never uses them.

The default Release configuration used to be Link Framework SDKs Only (-linksdk) but in the recent releases that does not seem to be the case even though the documentation states that it is.

Change the behavior to Link Framework SDKs Only, create another archive and ipa and see if Apple likes that version ;-)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!