Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use "stringWithNewUUID", Apple will reject your app #80

Open
SlavaBushtruk opened this issue Mar 28, 2011 · 2 comments
Open

Don't use "stringWithNewUUID", Apple will reject your app #80

SlavaBushtruk opened this issue Mar 28, 2011 · 2 comments

Comments

@SlavaBushtruk
Copy link

Quote from Aplle reject email:

Mar 22, 2011. From Apple.
2.5

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:

stringWithNewUUID.

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.

Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.

@Xyn-zz
Copy link

Xyn-zz commented Aug 2, 2011

how to use the "strings" tool,and "otool -ov"?
anyone here?

@Xyn-zz
Copy link

Xyn-zz commented Aug 22, 2011

没人啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants