I'm programming a C++ library which is going to be used by .NET, Android and iOS. I recently noticed that with external libraries Apple may reject the final App.
It is possible to compile an included library (like Boost, libcurl, sqlite3, etc) as a static library and be able to publish the iOS app with the C++ library (which will include the libraries)?