Describe the bug
Since a cap of weeks ago I can't publish the new version of mine application to App Store. The Apple Review Team sent the following message.
The use of non-public or deprecated APIs is not permitted on the App Store, as they can lead to a poor user experience should these APIs change and are otherwise not supported on Apple platforms.
Next Steps
It would be appropriate to revise your binary and remove any references to the non-public or deprecated APIs identified above.
If you are using third-party libraries, update to the most recent version of those libraries. If you do not have access to the libraries' source, the following command line tools can help you identify the location of problematic code:
The "strings" tool can output a list of the methods the library calls.
The "otool -ov" tool will output the Objective-C class structures and their defined methods.
Resources
We are constantly reevaluating and identifying non-public APIs that you may have been using for an extended period of time. Always use public APIs and frameworks and ensure they are up to date.
If there are no alternatives for providing the functionality your app requires, you can use Feedback Assistant to submit an enhancement request.
Support
Reply to this message in your preferred language if you need assistance. If you need additional support, use the Contact Us module.
Consult with fellow developers and Apple engineers on the Apple Developer Forums.
Help improve the review process or identify a need for clarity in our policies by suggesting guideline changes.
Request a 30-minute online meeting with an App Review expert to discuss the guidelines and best practices for a smooth review process.
Can you please remove the deprecated calls and symbols?
To Reproduce
Steps to reproduce the behavior:
Make build/download existing of CEF universal build
Include the CEF to a project (we use webview_cef component in our case.
Publish the assembly to App Store
See error
Expected behavior
App review should not have any errors in CEF library
Screenshots
N/A
Versions (please complete the following information):
Describe the bug Since a cap of weeks ago I can't publish the new version of mine application to App Store. The Apple Review Team sent the following message.
Can you please remove the deprecated calls and symbols?
To Reproduce Steps to reproduce the behavior:
Expected behavior App review should not have any errors in CEF library
Screenshots N/A
Versions (please complete the following information):
Additional context N/A