react-native-tiktok
react-native-tiktok copied to clipboard
Android Auth response - { code: '', status: 10006 }
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 check the doc
Illegal redirection URI needs to be consistent with the "authorized callback domain" in the app configuration.
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.
@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 ?
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 withcom.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
