iOS加内购基本搞好后,转战macOS,内购代码iOS与macOS是通用的,开始也顺利,审核通过后就上线了,接下来就碰到了问题,被拒,理由如下:
Guideline 2.1 - Performance
Your app contains the Game Center entitlement, but it does not link against the GameKit framework.
App本身不使用Game Center,可以肯定跟Game Center无任何关系,但打包上传以后,entitlement里就包括了Game Center。
搜索了一下,感觉这个问题比较复杂,暂时没找到解决办法。