08-10-2023, 06:04 PM | #1 |
Junior Member
Posts: 9
Karma: 10
Join Date: Jun 2023
Device: none
|
Error Submitting EPUB to the itunes Store.
Hello, I've created a graphic novel I want to put onto the itunes bookstore. It's in the EPUB format and the contents of the book are 1000x1500. I've had to adjust the code inside the EPUB to get it to submit. With all of the code fixed, apple is giving me the error of
ERROR ITMS-9000: Missing prefix attribute in root (package) element of the OPF file. Please supply a prefix attribute with valid rendition value in root <package> element of the OPF file Can someone explain what this means? Is there a simple standard line of code I need to insert into the opf to pass inspection? |
08-10-2023, 07:05 PM | #2 |
Wizard
Posts: 1,353
Karma: 6794938
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
Which editor are you using - Calibre or Sigil?
Can you post the contents of the opf. |
08-10-2023, 07:57 PM | #3 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Jun 2023
Device: none
|
Quote:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms"> <dc:title id="title">Book Title</dc:title> <dc:creator id="id">My Name</dc:creator> <dc:identifier>calibre:94</dc:identifier> <dc:identifier>uuid:BLANK</dc:identifier> <dc:identifier id="unique-id">urn:uuid BLANK</dc:identifier> <dc:contributor id="encoder">CLIP STUDIO PAINT EX 2.0.0</dc:contributor> <dc:language>en</dc:language> <dcublisher>My Name</dcublisher> <meta refines="#title" property="title-type">main</meta> <meta refines="#title" property="file-as">Book Title</meta> <meta property="dcterms:modified">2023-08-10T17:36:26Z</meta> <meta property="rendition:layout">pre-paginated</meta> <meta property="rendition:spread">landscape</meta> <meta name="original-resolution" content="1000x1500"/> <meta name="RegionMagnification" content="false"/> <meta name="primary-writing-mode" content="horizontal-lr"/> <meta name="book-type" content="comic"/> <meta refines="#encoder" property="role" scheme="marc:relators">mrk</meta> <meta refines="#id" property="role" scheme="marc:relators">aut</meta> <meta refines="#id" property="file-as">My Name</meta> </metadata> <manifest> I changed the personal info and UUID is blank, there is a number, but im not sure if that should be shared or not. I used calibre to edit the epub code. |
|
08-15-2023, 11:15 PM | #4 | |||
Wizard
Posts: 1,353
Karma: 6794938
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
Quote:
I think the problem lies in the first tag. It should include the following... Quote:
Quote:
|
|||
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error Submitting EPUB to Android Book Store. | TheFrog | Android Devices | 20 | 06-08-2023 09:25 PM |
Submitting apps to Amazon App Store | Utumno | Kindle Developer's Corner | 0 | 01-04-2012 06:17 AM |
Sell ePub in iTunes App Store | cumaso | ePub | 0 | 07-05-2011 12:30 AM |
Selling epub in Itunes store. How? | georg3200 | Apple Devices | 6 | 05-24-2011 08:45 PM |
How do I publish an epub Ebook to the iTunes store? | zdavatz | Apple Devices | 3 | 07-23-2010 03:07 AM |