Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. facebook google login needed
  2. google app nem collms
  3. facebook app name COL-mindon
  4.  
  5.  
  6.  
  7.  
  8. ---------***************----------------------
  9. for key hash for facebook app
  10.  
  11. make sure password : android
  12. and remember alias name
  13.  
  14. 1-generate keytool
  15. keytool -genkey -v -keystore circleofschool.keystore -alias circleofschool -keyalg RSA -keysize 2048 -validity 10000
  16.  
  17. 2- get key list for sha1
  18. keytool -exportcert -keystore C:\Users\99fus\Documents\ionic\wplms2\circleofschool.keystore -list -v
  19.  
  20. use sah1 to get base64 (it look like end by '=')
  21.  
  22.  
  23.  
  24. ----------****************---------------
  25.  
  26.  
  27.  
  28.  
  29.  
  30. keytool -genkey -v -keystore circleofschool.keystore -alias circleofschool -keyalg RSA -keysize 2048 -validity 10000
  31.  
  32.  
  33.  
  34. ionic cordova plugin rm cordova-plugin-facebook4
  35. ionic cordova plugin add cordova-plugin-facebook4@1.7.4 --variable APP_ID="136306133983420" --variable APP_NAME="COL-mindon"
  36.  
  37. cordova plugin rm cordova-plugin-googleplus
  38. ionic cordova plugin add cordova-plugin-googleplus@6.0.0 --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.eoo1tkhkuigm3q5utsfalaa5jtt12v66-88914651425
  39.  
  40.  
  41.  
  42. ionic cordova build --release android
  43.  
  44. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore circleofschool.keystore android-release-unsigned.apk circleofschool
  45.  
  46.  
  47.  
  48. C:\Users\99fus\AppData\Local\Android\sdk\build-tools\27.0.3\zipalign.exe -v 4 android-release-unsigned.apk circleofschool.apk
  49.  
  50. keytool -exportcert -keystore C:\Users\99fus\Documents\ionic\wplms2\circleofschool.keystore -list -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement