Skip to main content
June 3, 2013
Answered

Apps that use non-public APIs will be rejected

  • June 3, 2013
  • 1 reply
  • 660 views

Hi guys

Just reading the iOS guidelines before I get too deep into making the native version of a web app.

I was wondering what:

Apps that use non-public APIs will be rejected

means when submitting an app made in AIR - does it mean you can't use your own custom classes?

Cheers

This topic has been closed for replies.
Correct answer Colin Holgate

If you mean custom AS3 classes, yes you can use those. What you can't do is create an ANE that calls into the private frameworks of iOS itself.

1 reply

Colin Holgate
Colin HolgateCorrect answer
Inspiring
June 3, 2013

If you mean custom AS3 classes, yes you can use those. What you can't do is create an ANE that calls into the private frameworks of iOS itself.

June 4, 2013

Phew - thought I'd just wasted a couple of months then. Thanks Colin.