Why Does Apple Books Reject Ebooks?

Apple Books (distributed through Apple Books Connect) has the strictest EPUB validation requirements of any major ebook platform. Apple runs a full EPUBCheck pass and additionally validates against Apple-specific schema rules. A file that passes KDP upload can still fail Apple Books validation — and Apple's rejection emails often include specific EPUBCheck error codes, which makes diagnosis more straightforward than on other platforms.

Most common rejection reasons

1. Strict EPUB validation (EPUBCheck failures)

Apple Books runs EPUBCheck validation and rejects files with any Critical or Error-level issue. Apple is one of the only major platforms to reject on warnings in some cases. Any structural defect — broken spine, missing manifest resource, invalid OPF attribute — will block the upload. Apple also checks HTML validity inside content files, not just OPF structure.

2. Missing or invalid ISBN

For paid books distributed through Apple Books Connect, a valid ISBN-13 is required as the primary identifier. It must be declared in content.opf as a dc:identifier with the correct scheme attribute. Paid books without a valid ISBN are rejected at submission.

3. Image DPI and color profile issues

Apple Books requires cover images to be at minimum 1400×2100 pixels, RGB color mode, sRGB color profile. CMYK images — common when covers are designed for print — are rejected. Images embedded in the book body must be in web-safe formats (JPG, PNG, GIF) with correct MIME types declared in the manifest.

4. Fixed-layout EPUB errors

Fixed-layout EPUBs (used for picture books, comics, and heavily designed books) require specific OPF metadata and spine properties. Missing rendition metadata, incorrect viewport declarations, or spine items without the correct properties attribute causes Apple to reject the file.

5. Missing nav.xhtml (EPUB 3)

EPUB 3 files must include a navigation document (nav.xhtml) with a valid toc nav element. Apple requires this even when an NCX is also present. The nav.xhtml must be listed in the manifest with the nav property and must contain a correctly structured ordered list of chapter links.

6. Content and rights issues

Apple Books has content guidelines covering explicit content, depictions of minors, and specific content categories. Books must also include accurate rights and territory declarations. Submitting a book for worldwide distribution when rights are territory-limited causes a rights conflict rejection.

How to fix it before resubmitting

  1. Validate your EPUB with EPUBCheck 5.x and fix every error — Apple does not accept EPUBs with unresolved errors.
  2. Confirm your ISBN is entered correctly in content.opf as a dc:identifier element with scheme="ISBN".
  3. Check your cover image: export as JPG or PNG in RGB/sRGB color mode at minimum 1400×2100px before embedding.
  4. For EPUB 3 files, verify nav.xhtml exists, is listed in the manifest with properties="nav", and contains a valid <nav epub:type="toc"> element.
  5. Re-submit through Apple Books Connect — the rejection email includes specific error codes traceable to EPUBCheck documentation.

Common questions

Does Apple Books accept EPUB 2?

Yes, but Apple strongly recommends EPUB 3 and applies stricter requirements to EPUB 2 submissions. EPUB 3 gives you the most predictable validation outcome.

My file passed EPUBCheck but Apple still rejected it — why?

Apple validates against some Apple-specific schema rules beyond EPUBCheck, particularly for fixed-layout books and accessibility metadata. The rejection email should include the specific error Apple's system flagged.

Validate your EPUB before submitting to Apple Books

The free EPUB Validator catches the structural, metadata, and navigation errors that Apple Books flags — no signup required.

Validate Your EPUB Free →

For a complete guide to EPUB structure and common errors, see the EPUB formatting guide and the EPUB errors reference.

Common EPUB errors: Duplicate ID attribute errors, Missing NCX navigation table

Tool comparisons: Jutoh alternative for EPUB formatting

Publishing checklists: Apple Books submission checklist

Cover requirements: Apple Books ebook cover size requirements