IOS app and LGPL issue

I have an iOS application that uses the ffmpeg library, and iOS in a static link. According to LGPLv2, can I cancel my source code associated with my user interface or other business logic?

+5
source share
1 answer

The interaction between LGPL and the Apple App Store is a controversial issue. The only way you can rely on advice is to ask a lawyer. I believe that you have two options: you can discover all its original application or provide the full object code ( .oand .a) the files needed to reconfigure the application.

+7
source

All Articles