Hi All,
Our App validation is being rejected because of Undocumented API usage.
I have removed couple of APIs I used which we had used. [eina_init, eina_shutdown, elm_frame_add etc.)
But I have a class named AWEntity which was also listed in Undocumented API list.
I changed it to AWEntityManager and after that AWTizenEntity but still it was rejected.
Is there any other way to verify our app to prevent undocumented APIs or class names?
It gives below description.
[Defect]
An API, which is not officially documented in the Tizen SDK, has been used in the source code of the Application package.
[Expected Result]
APIs that are not officially documented in the Tizen SDK should not be used in the source code of Application packages.
Thank you.