Hacker News new | ask | show | jobs
by josso 3818 days ago
Not quite true. Apps aren’t allowed to use private API’s, but some apps still do.
2 comments

If that's true, I'm very surprised they pass the App Store review considering how stringent the process is.
Couldn't you just statically analyze the binaries to check for calls to barred functions?
No, because you can build a selector string at run-time and call that.