Publishing issue, Callkit is included even we are not using it

前端 未结 2 1374
生来不讨喜
生来不讨喜 2020-12-21 12:56

Good afternoon everyone today we have received a call from Apple saying that Callkit, included in our app, will block the app approval process.

Apple discovered an i

2条回答
  •  既然无缘
    2020-12-21 13:28

    By default your device builds (including the one you submit to Apple) should have the managed linker enabled (with Link SDK setting).

    That will remove any trace of CallKit (and a lot of other unused stuff) from the Xamarin.iOS.dll that ships with your application.

    That is unless it's used elsewhere inside your application (or 3rd party code), in which case the linker won't be able to remove it.

提交回复
热议问题