2

I'm working on a project these days. A third party library was included in my project, and the library is based on glib. That really make me crazy. Can you everybody tell me what should I do?

How to use glib on an iphone application? Dose apple allow us use glib for iphone application? and let me sell my application on app store?

tshepang
  • 12,111
  • 21
  • 91
  • 136
Tony
  • 158
  • 10

1 Answers1

1

While it's certainly possible to compile and link glib for iOS, it seems that there's a legal problem: glib uses LGPL and some think LGPL is not compatible with Apple's terms.

DarkDust
  • 90,870
  • 19
  • 190
  • 224