I would like to know if I build a static library in iOS, can I distribute it (not for free) for other applications that then will be uploaded to the AppStore?
Is there any Apple restriction about this kind of distribution? Note that I am not talking aobut complete framework, but only a static library with header files to be linked together with the target source code.
Thanks for help
If your code does not access private APIs this shouldn’t be a problem. It think the major problem is, how can you prevent piracy.