Apple and private APIs

后端 未结 7 884
你的背包
你的背包 2021-01-02 11:13

Now that it\'s public knowledge that App Store submissions are being tested for use of private APIs, I need to ask the question... what exactly is a private API so that I ma

7条回答
  •  攒了一身酷
    2021-01-02 12:08

    It is not difficult to get rejected by so called "using private API". Try to use the following as Core Data attribute and it would be rejected:

    • colorIndex
    • occurrence
    • id

    It shows how the robot scans the API.

提交回复
热议问题