언어 설정

Menu
Sites
Language
Validation Failure on tizen store

Hi,

I submitted an app for downloading torrents, but it was rejected by tizen store because my app uses some undocumented API's.

It says we can't use these API's

boost::system::generic_category()[torrentdownloader, libtorrent-rasterbar.so.8]
boost::system::system_category()[torrentdownloader, libtorrent-rasterbar.so.8]

My app uses libtorrent library for downloading torrents and libtorrent internally uses these API's.

These API's are part of boost library.

Is there a way to avoid this issue?

Thanks,

Anup

Responses

1 댓글
daniel kim

Hi,

It seems that old version of Tizen SDK had boost library itself according to this link and I can't find it in Tizen SDK 2.4 rev2.

     https://developer.tizen.org/forums/native-application-development/compile-boost-library-tizen-os?langswitch=en

I think that you need to discuss with libtorrent developer to avoid this as boost library is not supported to Tizen.

Regards