I recently tried to publish my first Native App to tizen store , But validation team rejected it due to some whitelist issue (An API, which is not officially documented in the Tizen SDK, has been used in the source code of the Application package.) how can i resolve this and publish my Native App successfully
core_whitelist.txt :
elm_object_color_class_color_set[applicationstoreui]
elm_calendar_selected_time_set[applicationstoreui]
elm_calendar_selected_time_get[applicationstoreui]
elm_entry_select_allow_set[applicationstoreui]
elm_calendar_add[applicationstoreui]
elm_frame_add[applicationstoreui]
elm_calendar_min_max_year_set[applicationstoreui]
elm_popup_dismiss[applicationstoreui]
elm_calendar_first_day_of_week_set[applicationstoreui]
core_architecture.txt
Intel 80386[applicationstoreui]
Can't find how to successfully Publish my app, Please Help