SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.54k forks source link

Mac App Store rejecting Electron apps due to private API use #1007

Closed mmswide closed 2 years ago

mmswide commented 4 years ago

Mac App Store Rejection

The automated review process is rejecting the apps on the Mac App Store because of their use of private API calls.

The detected private API symbols include:

CAContext CALayerHost NSAccessibilityRemoteUIElement NSNextStepFrame NSThemeFrame NSURLFileTypeMappings

How to exclude those private api from electron framework (version 2.0.4) and approve to Apple?

Thanks in advance.

mmswide commented 2 years ago

By upgrading the new electron version I can solve the problem.