Y
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
autoreleasepool
3818 days ago
If that's true, I'm very surprised they pass the App Store review considering how stringent the process is.
link
ionforce
3817 days ago
Couldn't you just statically analyze the binaries to check for calls to barred functions?
link
prewett
3817 days ago
No, because you can build a selector string at run-time and call that.
link