Skip to content
New issue

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

Android Auth response - { code: '', status: 10006 } #9

Open
sujay-bidchat opened this issue Jul 4, 2022 · 4 comments
Open

Android Auth response - { code: '', status: 10006 } #9

sujay-bidchat opened this issue Jul 4, 2022 · 4 comments

Comments

@sujay-bidchat
Copy link

Hi @Lg0gs

I am getting this response { code: '', status: 10006 } on Android for Auth.

Can you please help!

Below are the versions-
"react-native-tiktok": "1.0.1"
"react": "16.13.1"
"react-native": "0.63.4"

@Lg0gs
Copy link
Owner

Lg0gs commented Jul 5, 2022

@sujay-bidchat
check the doc

Illegal redirection URI needs to be consistent with the "authorized callback domain" in the app configuration.

@islamashraful
Copy link

Add your app bundle ID to your TikTok app https://developers.tiktok.com/
You can check your bundle ID from android/app/build.gradle. Something starting with com.someName.someOtherName.

Possible that you'll have multiple bundleID for different profiles. In that case, add all of them to TikTok developer account.

@amidulanjana
Copy link

@sujay-bidchat Did you able to find a solution for this ?

@Lg0gs I have done all the configurations and i am still getting following error. Any idea ?

@amidulanjana
Copy link

amidulanjana commented Nov 7, 2022

Add your app bundle ID to your TikTok app https://developers.tiktok.com/ You can check your bundle ID from android/app/build.gradle. Something starting with com.someName.someOtherName.

Possible that you'll have multiple bundleID for different profiles. In that case, add all of them to TikTok developer account.

@islamashraful I have configured accordingly, but still getting the same error

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants