react-native-tiktok icon indicating copy to clipboard operation
react-native-tiktok copied to clipboard

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

Open sujay-bidchat opened this issue 3 years ago • 4 comments

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"

sujay-bidchat avatar Jul 04 '22 11:07 sujay-bidchat

@sujay-bidchat check the doc

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

Lg0gs avatar Jul 05 '22 06:07 Lg0gs

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 avatar Oct 20 '22 06:10 islamashraful

@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 avatar Nov 07 '22 10:11 amidulanjana

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

amidulanjana avatar Nov 07 '22 10:11 amidulanjana