Google Plus login gives error code 10 in signed ionic app

后端 未结 3 1156
挽巷
挽巷 2021-02-10 06:23

I\'m developing an ionic application using google plus login. it was properly work when in developing. but in signed apk its give me error 10.
my c

3条回答
  •  抹茶落季
    2021-02-10 07:13

    In my case, I have used different keystore for both process.

    1. Generating SHA key.
    2. For signing apk.

    now the solution is. we should have to used same keystore for both process.

    1. Generating SHA key.
    2. For signing apk.

    its worked for me. I hope its also work for you.

提交回复
热议问题