Are wrapper classes banned in the iPhone OS Developer Agreement?
Posted
by barfoon
on Stack Overflow
See other posts from Stack Overflow
or by barfoon
Published on 2010-05-12T18:00:16Z
Indexed on
2010/05/12
18:14 UTC
Read the original article
Hit count: 473
Hey everyone,
I am a little confused after reading this thread on the revisions to the iPhone Developer Agreement.
While it lists the languages that are permitted, I don't understand what classifies as falling under what is banned.
Does this include wrapper classes? What if the code is written in Objective C but is not an official Apple class/library?
I'm wondering about things like:
- Three20 from Facebook
- SQLite Wrappers such as this one
- Charting / Graphing Libraries
If anyone could clarify this, I'd greatly appreciate it.
© Stack Overflow or respective owner