Hi to all!
I have submitted app (native) to Tizen Store for validation. The app uses third-party shared libs (.so). But validation team rejected it due to whitelist issue (APIs that are not officially documented in the Tizen SDK should not be used in the source code of Application packages.)
whitelist.txt:
gst_app_sink_get_type[libopencv_highgui.so.2.4]
gst_app_sink_get_max_buffers[libopencv_highgui.so.2.4]
...
So I can conclude from this, if app uses any third-party libs it will rejected? Or it's wrong? Anyone has any experience with native applications that use shared libs, and app was successfully submitted to Tizen Store (passed validation and verification)? Thanks for support!