uni-app cloud generated certificate package notes

A, android cloud package generated certificate

1, jdk and jre installation, configuration environment

2, in C: \ Users \ Administrator \ .android folder under execution: keytool -genkey -alias alias -keyalg RSA -keypass keys database password -validity 36500 -keystore certificate file name .keystore

Comment:

  C: \ Users \ Administrator \ .android store certificates folder

  -alias alias

  -keyalg encryption algorithm

  -keypass secret key database password

  -validity period, according to the number of days counted

  -keystore file name

Then according to the prompts: keytool -importkeystore -srckeystore certificate file name .keystore -destkeystore .keystore -deststoretype pkcs12 certificate file name

 

tip: You can delete the .old file

 

 

Two, android get high moral map SHA1

1, if C: is not the \ Users \ Administrator \ .android .keystore file corresponding to the file, go to generate, with reference to (a) Step

2, in C: execute keytool -list -v -keystore certificate file name .keystore \ Users \ Administrator \ .android under

 

 

Three, ios

Along with documentation to do: http: //ask.dcloud.net.cn/article/152

 

 

ps: android and ios cloud package installation package can be downloaded 5 times, if you want long-term effective only on-line

 

Guess you like

Origin www.cnblogs.com/chenglu/p/10710669.html