Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Binary Rejected (Non-public API)
posted

HI.

   My name is Aderval, and I am testing the NuclIOS component. So far I am very glad with it, with just one or two issues that I was planning to submit to the support team, but maybe it is just a matter of learning the API.

   Well, my last real test was submitting my app to the App Store, in order to check if it would pass without problems. To my surprise, I've got a Binary Rejected status, with the following text: 

    "We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change. 


We found the following non-public API/s in your app:

gridView:heightForHeaderInSection:
gridView:viewForHeaderInSection:

If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions."

   I saw in the NuclIOS that these methods really exists on the GridView API. So, how can I bypass this in order to approve my App??

   Regards,

   Aderval Mendonça

Parents
  • 40030
    Offline posted

    Hello Aderval, 

    Thats very strange. I've submitted multiple apps with both of those protocol methods implemented and never got a rejection. In fact our Nuclios samples browser itself implements both of those methods in various samples and again has never been rejected. Plus we've submitted that specific app to the app store 4 times already. 

    I believe when your app gets rejected, you can request more information. Would it be possible to find out out what internal API's they're referencing? 

    Also, are you explicitly using those API's or was the rejection completely random?

    I absolutely want to get to the bottom of this, so we can avoid these issues in the future. 

    Thanks,

    -SteveZ

Reply Children