objective c - Third-party library into iOS -
i used lot of 3rd party libraries in code, example, afnetworking
networking, , rapture xml
parsing xml on ios.
now question is:
if utilize these third-party libraries in app develop , publish on app store, apple approve app or reject it?
nope, should fine, 1 caveat: third-party libraries written amateurs , utilize private api calls. if libraries distributed precompiled object files , not raw source, may find app rejected apple's private api verification tools, unable find instances of forbidden api calls in source.
ios objective-c
No comments:
Post a Comment