PrivateFrameworks/MetalTools.framework

苹果的拒绝理由
App 审核
1.0 二进制文件被拒绝
2019年3月16日
Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public APIs: MetalTools.framework,

//准则2.5.1 - 性能 - 软件要求您的应用程序使用或引用以下非公共API:MetalTools.framework,

2019年3月16日 上午5:38
发件人 Apple
2. 5 Performance: Software Requirements
4. 3 Design: Spam
Guideline 2.5.1 - Performance - Software Requirements

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

//您的应用使用或引用以下非公共API

MetalTools.framework, MTLDebugDevice

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.

Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.//不能隐藏或继续使用 否则就终止账号/并清空相关程序

Next Steps

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

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

Guideline 4.3 - Design

We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

  • Review the Design section of the App Store Review Guidelines.
  • Ensure your app is compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.

Hello, can you find a solution?