You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I submitted App for Mac App Store review and had got the following reply:
Symbols: _SecCertificateIsValid, _cssmErrorString, _SecCertificateCreateWithBytes, _SecCertificateNotValidAfter
From framework: /System/Library/Frameworks/Security.framework/Versions/A/Security
In binary: Contents/Frameworks/QUtil.framework/Versions/A/Resources/libcups.dylib
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:
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.
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.
I submitted App for Mac App Store review and had got the following reply:
Any plans to remove these instances?