1***@qq.com
1***@qq.com
  • 发布:2017-08-03 08:36
  • 更新:2018-05-02 18:31
  • 阅读:4804

ios离线打包,appstore审核不通过,已经把不需要的静态库全去掉了还是有这个问题!!

分类:5+ SDK

2017年8月3日 上午1:35
发件人 Apple

  1. 5 Performance: Software Requirements
    Guideline 2.5.1 - Performance - Software Requirements

Your app uses or references the following non-public APIs:

  • LSApplicationWorkspace
  • defaultWorkspace
  • openSensitiveURL:withOptions:

The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.

Next Steps

To resolve this issue, please revise your app to remove any non-public APIs. If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your app being flagged in future submissions.

Additionally, if you are using third-party libraries, please update to the most recent version of those libraries. If you do not have access to the libraries' source, you may be able to search the compiled binary using the "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These tools can help you narrow down where the problematic code resides. You could also use the "nm" tool to verify if any third-party libraries are calling these APIs.

Resources

For information on the "nm" tool, please review the "nm tool" Xcode manual page.

If there are no alternatives for providing the functionality your app requires, you can file an enhancement request.

Guideline 2.5.1 - Performance - Software Requirements

Your app uses the "prefs:root=" non-public URL scheme, which is a private entity. The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.

Next Steps

To resolve this issue, please revise your app to provide the associated functionality using public APIs or remove the functionality using the "prefs:root" or "App-Prefs:root" URL scheme.

If there are no alternatives for providing the functionality your app requires, you can file an enhancement request.

2017-08-03 08:36 负责人:无 分享
已邀请:
猫猫猫猫

猫猫猫猫 - 用户已离线

你自己加了其他的第三方SDK吧

sullier

sullier

楼主找到问题了吗 我也碰到了相同的问题

该问题目前已经被锁定, 无法添加新回复