언어 설정

Menu
Sites
Language
Undocumented APIs is detected

Hi to all!
I have update app (native) to Tizen Store for validation. 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.) but, previous versions have been correctly registered. To use the same library, and only it occurs updated version.


whitelist.txt:

sap_peer_agent_accept_service_connection[libstsmagent.so, wearablecashbee, libcaa.so]
sap_socket_destroy[libstsmagent.so, wearablecashbee, libcaa.so]
sap_socket_send_data[libstsmagent.so, wearablecashbee, libcaa.so]
sap_agent_destroy[wearablecashbee, libcaa.so]
sap_peer_agent_reject_service_connection[libstsmagent.so]

........

........

 

Do not see how you can successfully registered?

Thanks for support!

 

Responses

2 댓글
daniel kim

Hi,

I would suggest you to check this link which contains official apis.

     http://developer.samsung.com/gear/tizen-native-getting-started

Regards

Shinjae Lee

Hi. I think that it is an issue from store side. I think that they will fix.