Your app contains non-public API usage
问题 I'm trying to submit my app on the App Store but I'm getting this msg: Your app contains non-public API usage. Please review the errors, correct them, and resubmit your application. The app references non-public symbols in Payload/XXX.app/XXX: CFUserNotificationDisplayNotice Where "XXX" -- application name. Can anybody help me with this issue? 回答1: A private API is an API that is not intended to be used by outside developers. This is to prevent breaking changes when the SDK is updated. The