We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keytool -exportcert -alias {my-app-key-alias} -keystore {your-key-path}/{my-app-key}.keystore -storepass android -keypass android | openssl sha1 -binary | openssl base64
안드로이드 앱 인터널 테스트 했는데 위의 다큐먼트에 있는 hash key 추출로 키 만들어서 등록하니까 안됩니다.
2.다큐먼트 에 있는
기본 디버그 키스토어의 key hash 는 Xo8WBi6jzSxKDVR4drqm84yr9iU= 를 사용하시면 됩니다.
라고 된다고 되어 있는데 카톡 개발자 콘솔에 Xo8WBi6jzSxKDVR4drqm84yr9iU= 이거 넣으면 디버그 에서 로그인 안됩니다
글로벌 debug keystore 에서 key hash 추출 keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android | openssl sha1 -binary | openssl base64
이걸로 만들어서 등록하니까 됩니다.
위에 것으로 하니까 안되서 카톡 공식 문서에 있는
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | openssl sha1 -binary | openssl base64
이걸로 만들어서 등록하니까 인터널 테스트 일때 로그인 됩니다. (릴리즈 버전)
없슴
"@react-native-seoul/kakao-login": "^5.2.4",
"react-native": "0.68.2",
Android
No response
갤럭시a32
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
안드로이드 앱 인터널 테스트 했는데 위의 다큐먼트에 있는 hash key 추출로 키 만들어서 등록하니까 안됩니다.
2.다큐먼트 에 있는
라고 된다고 되어 있는데 카톡 개발자 콘솔에 Xo8WBi6jzSxKDVR4drqm84yr9iU= 이거 넣으면 디버그 에서 로그인 안됩니다
이걸로 만들어서 등록하니까 됩니다.
Steps to reproduce
keytool -exportcert -alias {my-app-key-alias} -keystore {your-key-path}/{my-app-key}.keystore -storepass android -keypass android | openssl sha1 -binary | openssl base64
위에 것으로 하니까 안되서 카톡 공식 문서에 있는
이걸로 만들어서 등록하니까 인터널 테스트 일때 로그인 됩니다. (릴리즈 버전)
Snack or a link to a repository
없슴
React Native Kakao Login version
"@react-native-seoul/kakao-login": "^5.2.4",
React Native version
"react-native": "0.68.2",
Platforms
Android
JavaScript runtime
No response
Architecture
No response
Build type
No response
Device
No response
Device model
갤럭시a32
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: