Porting C code for an iOS app -


i working on building app needs use c library have.the c code designed linux platform , has linux system calls.

firstly, need port c code run on ios. possible so? ios apps allowed use system calls? (i read elsewhere apps using syscall.h not permitted on appstore)

secondly, once have ported code can include them directly in swift code? or have create .so files or such thing.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -