Help when generating a production version #33
-
Configure my project based on the guide to use the example of ExternalModelManagementWidget. I did the settings in my google and firebase console and it works for me. My problem arises when I release apk I get the following error "Error uploading anchor, state ERROR_NOT_AUTHORIZED" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's probably the SHA-1 certificate fingerprint that you entered during the setup of your OAUTH2 project (as described in the guide). The key is different for debug and release and the guide only gives the command for the debug key. you can check this stackoverflow answer on how to get the release key which should make it work in release mode |
Beta Was this translation helpful? Give feedback.
That's probably the SHA-1 certificate fingerprint that you entered during the setup of your OAUTH2 project (as described in the guide). The key is different for debug and release and the guide only gives the command for the debug key. you can check this stackoverflow answer on how to get the release key which should make it work in release mode