Can i use dlsym on iOS?

I'm planning to use dlsym to redirect fopen/fread/close calls on iOS. I need to this to do work around a problem i have with a 3rd party library.


Fellow developers, do you think i should be ok if i submit my app that contains calls to dlsym?


Thanks

Replies

Not sure. Looks like Apple is rejecting Apps which includes a 3rd party frameworks based on dlsym.

https://forums.developer.apple.com/thread/73640


But you just can try.