adam d.
adam d.

Reputation: 41

iphone app rejection question

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:

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.

Upvotes: 4

Views: 387

Answers (1)

Claus Broch
Claus Broch

Reputation: 9212

If cocos2d is using non-public API, I would suggest you first check if there is a newer version available that fixes this issue.

If you are already using the latest version then you should file a bug report with the cocos2d project and hope for a quick fix.

Upvotes: 2

Related Questions