Should I upload the unsigned file or the signed file signed by the crt and key files?
Should I upload the unsigned file or the signed file signed by the crt and key files Nokia sent to me?
As in qt creator help, smart installer part
[QUOTE]Preparing Applications for Nokia Store or Symbian Signed
[url]http://doc.qt.nokia.com/smart-installer-1.1/smartinstaller-preparing-for-signing.html[/url]
Building Smart Installer Packages for Nokia Publish
[url]http://doc.qt.nokia.com/smart-installer-1.1/smartinstaller-ovi-signed.html[/url][/QUOTE]
This gets an app_installer.sis.
It uses the crt and key files nokia send to me. And in the end, it says
[QUOTE]Note: The above steps are sufficient if your application uses none of the following capability sets: AllFiles, DRM, TCB, CommDD, DiskAdmin, NetworkControl, MultimediaDD. If any of those capabilities if a must, first follow the instructions in Building Symbian Signed Smart Installer Packages to have the application Symbian Signed and then create the wrapper .sis package using the developer certificate provided by Nokia Store (as instructed above).[/QUOTE]
However, in the forum
[QUOTE]Preparing Content for Nokia Signing using Qt Creator/Carbide.ui Symbian Theme Edition
Preparing Qt Content for Nokia Signing using Qt Creator
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?232171-TIP-Preparing-Content-for-Nokia-Signing[/url][/QUOTE]
This gets an app_installer_unsigned.sis.
It suggests that I should upload an unsigned file.
So the question is, why they are different and which method should I use?
Thank you.
Re: Should I upload the unsigned file or the signed file signed by the crt and key fi
Step 6 in your last link seems to contain the revealing remark:[QUOTE]6. (Optional: Nokia Signing accepts both unsigned .sis files and signed .sis with the developer certificate.)[...][/QUOTE]So this might be why some descriptions say you should send unsigned (like Distribute above, Packaging and signing and the first link from the Qt site), and some others say you should send signed package (like the second link from the Qt side, which is actually the immediate "next" page to the first link).