You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Chris Lundie <ch...@polarmobile.com> on 2012/09/13 03:37:43 UTC

Apple rejecting Cordoa iOS app due to private API detection

Heads up. Apple just rejected one of my app uploads due to the isDeviceOrientationAvailable selector (used in CDVMotion.m). They are detecting it as a private selector. It is probably not a coincidence that iOS 6 submissions started today.

- Chris Lundie


Re: Apple rejecting Cordoa iOS app due to private API detection

Posted by Shazron <sh...@gmail.com>.
Filed as https://issues.apache.org/jira/browse/CB-1457

On Wed, Sep 12, 2012 at 6:45 PM, Shazron Abdullah <sh...@gmail.com> wrote:
> Thanks Chris.
> That's dumb - it's our own public function. Might just be a selector
> collision of a base class selector that's new in iOS 6.
>
> In any case this core plugin seems unused and can be removed.
>
> On 2012-09-12, at 6:38 PM, Chris Lundie <ch...@polarmobile.com> wrote:
>
>> Heads up. Apple just rejected one of my app uploads due to the isDeviceOrientationAvailable selector (used in CDVMotion.m). They are detecting it as a private selector. It is probably not a coincidence that iOS 6 submissions started today.
>>
>> - Chris Lundie
>>

Re: Apple rejecting Cordoa iOS app due to private API detection

Posted by Shazron Abdullah <sh...@gmail.com>.
Thanks Chris.
That's dumb - it's our own public function. Might just be a selector
collision of a base class selector that's new in iOS 6.

In any case this core plugin seems unused and can be removed.

On 2012-09-12, at 6:38 PM, Chris Lundie <ch...@polarmobile.com> wrote:

> Heads up. Apple just rejected one of my app uploads due to the isDeviceOrientationAvailable selector (used in CDVMotion.m). They are detecting it as a private selector. It is probably not a coincidence that iOS 6 submissions started today.
>
> - Chris Lundie
>