How to Compare Engineer Mode and User Mode Terminals: Difference between revisions

From wizarPOS
No edit summary
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Engineer Mode terminal, sometimes we said development terminal, develop mode terminal, that's the same terminal, here are the features:
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/compare-engineer-user-modes}}
# Used for developing app.
# Has ADB for easy developing process.
# Do not verify the signature of the app.
 
User Mode terminal, sometimes we said production terminal, end-user terminal, here are the features:
# Used for deployed app for the end-user.
# Without ADB port in production terminal.
# Forced to verify the app's signature.
 
    About the certificate,  it should be issued by the app root certificate. By default, there is default WizarPOS root certificate in the terminal. So you can request production certificate to us for your key store (which will be used to sign APK). The apply step is described in the document wizarPOSDevCertificateApplyGuide_en.pdf.
    After get the certificate from us, you should import the certificate to your key store, then all the API signed by this key store can be installed to production terminal.
    Please notice, because of this difference, if your Engineer mode terminal switch to User Mode terminal, all the application you installed in terminal, which is also not signed by above key store, will be removed automatically.
    Of cause, the default WizarPOS root certificate can be updated to terminal owner's root certificate in future. So the terminal owner can control their APK certificate by themselves.

Latest revision as of 08:35, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/compare-engineer-user-modes

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!