Does "iOS 8 now supports dynamic frameworks" mean that this is allowed for App Store submissions?
It seems that previously developers where able to use dylibs for in-house apps but using them in something submitted to the App Store would get you rejected. Is this still the case or has this change in iOS 8 made this ok?
For example, if I wrote an application using OpenCV, would it now be possible to build against and ship an OpenCV dylib (assuming I built OpenCV as a dylib) rather than statically linking?
I'm interested as we have an existing Qt-based framework that itself has several shared libraries which we currently build for Linux, OS X, Windows and Android. For iOS it seems we'd need to change this to build a single app with all our components and Qt statically linked in. If iOS apps and the App Store are starting to support (embedded) dynamic libs, then our iOS builds could ship all the components as dynamic libraries as we do on all other platforms.
Related: