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!