reply is late but yes: static and dylibs can be submitted to the app store but they MUST be packaged inside of a framework.We do this for ffmpeg .a files.add a new framework target to your app and bundle the libraries inside of it.then for your main app target, ensure that the framework you created is included as a needed framework