[Solved] IEEE contribute error: Page n has margin implications

The main reason is that the PDF uses page numbers,
Add the below codes after \maketitle:

\pagestyle{empty}  % no page number for the second and the later pages
\thispagestyle{empty} % no page number for the first page

Done!

Read More: