Closed mmswide closed 2 years ago
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.
By upgrading the new electron version I can solve the problem.
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.