-
Notifications
You must be signed in to change notification settings - Fork 31
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
LoginKit isWebAuth = false, but always trying web auth and fail. #28
Comments
Did you find the solution for this @levinyu-TagBy? I have the same error with SDK 2.3.0 |
Not yet. |
urlOpener.isTikTokInstalled() is (null). why? |
@aurelkpr hey, did you added CFBundleURLSchemes? as-is
to-be
please try this. I added tiktok auth domain and queries in CFBundleURLSchemes, it's work.(if tiktok app installed, tiktok app launch.) |
and, web auth success.(tiktok app not installed), |
@levinyu-TagBy thanks for info. For me worked without Update. Adding |
@levinyu-TagBy Did it was resolved? |
Did it was resolved? |
Try this.
|
if you guys use to this code, sometimes uses a previously created codeVerifier rather than creating a new codeVerifier.
|
Hello, I'm flutter developer, I'm using android/ios loginkit via method channel.
It's my auth code.
my info plist
authRequest?.isWebAuth = false
my tiktok app status is Live, and correct input redirect uri(it's universal url).
but I saw redirect fail message(formated json) on empty webpage like below:
I failed found that
error_code 6
.what's mean to
error_code 6
?how can I modify myapp for isWebAuth = false working and redirect fail resolve?
please answer me.
thanks, best regard.
The text was updated successfully, but these errors were encountered: