Static Libraries and the App Store Review Process
I using a self compiled Obj-C Library开发者_JAVA百科 in two of my iPhone Apps. Now, I want to send one of my apps to the App Store Review Team. What's the best pratice here? They might be some problems if I'm going to send it without the library source code.
Any experiences to share?
Thanks,
HenrikUsing static libraries in your app is fine, as long as those libraries don't violate the terms and conditions of the developer agreement. In short, as long as they don't use any private APIs or do anything sneaky, then there shouldn't be any problem.
My own apps use several static libraries, and all of them have been approved.
精彩评论