Search code examples
iosappstore-approval

C Files in iOS App


What happens if I make an app with some C files? Will apple reject it? I want to embed GCC into my app to compile user input.

Would that be possible?


Solution

  • If you want to compile code that you obtain from elsewhere, on the device, then that is explicitly forbidden by the contract you sign with Apple (I know it's a pain, but I highly recommend reading it).