My app got rejected from the Mac AppStore with the following message:
Guideline 2.5.1 - Performance - Software Requirements
Your app uses or references the following non-public or deprecated APIs:
Contents/MacOS/***
Symbols:
• _CGSRegionRelease
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.
I believe the offending code is here:
|
unsafe { ffi::CGSRegionRelease(self.region) } |
I haven't found any workaround yet, any help would be greatly appreciated.