|
|
|
|
|
by threeseed
2128 days ago
|
|
Due to the way iOS works (dynamic dispatch) private APIs can only be prevented through an App Store review process. And many of those APIs can be used to extract enough information to fingerprint the device, determine your location or steal your data e.g. accessing the list of WiFi networks or browser history. So no. The two concerns are very much related. |
|
That's complete nonsense.
Dynamic dispatch has nothing to do with the ability or not of a program to access API. Dynamic dispatch is the selection at runtime of the correct version of a polymorphic function. Obviously, you can sandbox programs written in languages using dynamic dispatch.