Joar, im Prinzip gibt es .dll (Windows) .dylib (iOS) .so (Android) überall.
Marco Cantú schrieb neulich zum Thema "
Using Open SSL in Delphi iOS":
Zitat:
In fact, as you probably know, on iOS you cannot use dynamic libraries but have to link external compiled libraries (.a files) to your executable.
Der Artikel beschreibt, wie man die Open SSL Bibliothek kompiliert und statisch (d.h. in die ausführbare Datei der App) linken kann.
Update: ab iOS 8 werden dynamische Bibliotheken untersützt:
http://stackoverflow.com/questions/4...hem-at-runtime