Hey guys,
In the README of ofxPd it says:
External library licensing on iOS
Apple’s iOS and App Store policies forbid dynamically linking libraries. As such, you cannot include any GPL licensed externals as the GPL expressly requires dynamic linking. Submitting an app using a GPL library is in violation of the GPL and will most likely result in your app being rejected from distribution in the App Store.
GPL patches, however, are not in violation of GPL distribution policies and can be included. They are not compiled into an application binary and can be replaced by the user.
I’ve read it a couple of times but remain confused as to what is and what is not allowed. My main question is: am I allowed to use the ofxPd (addon + pd library) plus a pd patch in an iPhone app that I want to submit to the store?
Thanks