How to Compare Engineer Mode and User Mode Terminals

From wizarPOS
Revision as of 01:53, 22 November 2018 by Mahong (talk | contribs) (Created page with "Engineer Mode terminal, sometimes we said development terminal, develop mode terminal, that's the same terminal, here are the features: # Used for developing app. # Has ADB fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Engineer Mode terminal, sometimes we said development terminal, develop mode terminal, that's the same terminal, here are the features:

  1. Used for developing app.
  2. Has ADB for easy developing process.
  3. Do not verify the signature of the app.

User Mode terminal, sometimes we said production terminal, end-user terminal, here are the features:

  1. Used for deployed app for the end-user.
  2. Without ADB port in production terminal.
  3. 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 keystore (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 keystore, then all the apk signed by this keystore 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 keystore, 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.