MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 623 forks source link

iOS - AppStore Rejection #1859

Closed hosy closed 4 years ago

hosy commented 4 years ago

Do you know about problems submitting an App with your Framework to Apple AppStore?

ITMS-90338: Non-public API usage - The app references non-public symbols in ****: _tidyBufAppend, _tidyBufFree, _tidyBufInit, _tidyCleanAndRepair, _tidyCreate, _tidyOptSetBool, _tidyOptSetInt, _tidyParseBuffer, _tidyRelease, _tidySaveBuffer, _tidySetCharEncoding, _tidySetErrorBuffer

dinhvh commented 4 years ago

Did you link against libtidy? There's a convenient version of it here: https://github.com/dinhviethoa/tidy-html5

hosy commented 4 years ago

Thank you. Just found an answer for my question: https://github.com/MailCore/mailcore2/issues/1037