我写了个 Mac 的 App 做一些 Xcode 自动化的事情,原本很顺利的上架了,后来第二次更新的时候,就因为 com.apple.systemevents 的权限被拒了
We've determined that one or more temporary entitlement exceptions requested for this app are not appropriate and will not be granted:
com.apple.systemevents
We understand this may prevent the app from being approved for the Mac App Store. We encourage you to investigate other ways of implementing the desired functionality.
我也在网上搜过一些资料,自己不是很确定,Mac App 开发的资料太少了...
- 试过通过 AppleScriptObjC 的方式调用,单独获取 Xcode 的权限,以报错“ Application isn ‘ t running ” 无果;
- 看到 stackoverflow 上有人说,调用 com.apple.systemevents 是不能上架的(这是真的吗?
求懂的大佬指教,谢谢
