Hi guys, after a while we’re finally launching our project in IOS, the package passes the test flight requirements, but the launch submission was rejected due the use or reference of a non public api, it supoust to be:
PrivateFrameworks/MetalTools.framework
I tried finding an answer in the hub with no luck, ¿any idea about that?, im pretty worried because we still submitting trying to fix de issue and the violation persist they can shutdown our itunes account.
We’re using:
- UE 4.18.1 from github
- XCode 8.3.3 since we have trouble with XCode 9 (the related thread is here)
- macOS Sierra 10.12.6
There is the full apple response:
Guideline 2.5.1 - Performance -
Software RequirementsYour app uses or references the
following non-public APIs:
PrivateFrameworks/MetalTools.framework
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 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.