iphone app rejection question

Posted by adam d. on Stack Overflow See other posts from Stack Overflow or by adam d.
Published on 2010-05-20T03:47:36Z Indexed on 2010/05/20 3:50 UTC
Read the original article Hit count: 145

Filed under:
|

My iPhone app was rejected with the following note:

"The following non-public APIs are included in your application:
Spi Symbols
__memset_chk
__memmove_chk"

These symbols appear in a small number of apparently cocos2d related object files:
Grid.o
Primitives.o
TextureAtlas.o

Curiously, this app had already been approved under the previous SDK, but under 3.2 it's being rejected, though that may have nothing to do with it.

I'm not at all sure how to resolve this and appreciate any help anyone can offer. Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocos2d