rejected by non-public-APIS from mac store
-
I tried submit a app on osx to mac store, but it is rejected because of using non-public-APIS
this is reason from apple. my app need to include qsqllite.The use of non-public APIs can lead to a poor user experience should these APIs change in the future, and is therefore not permitted. The following non-public APIs are included in your application:
SQLAllocHandle SQLBindParameter SQLCloseCursor SQLColAttributeW SQLColumnsW SQLDescribeColW SQLDisconnect SQLDriverConnectW SQLEndTran SQLExecDirectW SQLExecute SQLFetch SQLFetchScroll SQLFreeHandle SQLGetData SQLGetDiagRecW SQLGetFunctions SQLGetInfoW SQLGetStmtAttrW SQLGetTypeInfoW SQLMoreResults SQLNumResultCols SQLPrepareW SQLPrimaryKeysW SQLRowCount SQLSetConnectAttrW SQLSetEnvAttr SQLSetStmtAttrW SQLSpecialColumnsW SQLTablesW
If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.
Additionally, one or more of the above-mentioned APIs may reside in a library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.is there any solutions to register app which include sqllite to mac app store ?
develop enviroment are qt 5.4.2, X code 6.4 and Yosemite 10.10.4