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

Error code 26

Open JanselLopez opened this issue 6 months ago • 5 comments

Image

im getting this error code when login with TikTok, im using expo, and an iOS emulator

authorize({
                redirectURI: 'https://website.com', // your universal link
                scopes: [Scopes.user.info.basic],
                callback: (authCode, codeVerifier) => {
                // codeVerifier is returned only on Android
                  console.log({authCode, codeVerifier});
                },
              });

JanselLopez avatar Aug 15 '25 18:08 JanselLopez

@JanselLopez Hi, I experienced the same on the iOS Simulator. Could you try on the real device, please?

Lg0gs avatar Aug 16 '25 05:08 Lg0gs

Image

JanselLopez avatar Aug 18 '25 19:08 JanselLopez

@JanselLopez Could you let me know if you registered the App on the TikTok developer portal?

Lg0gs avatar Aug 19 '25 05:08 Lg0gs

everything ok, my app is not approved, so i had to test on sandbox, and for sandbox i had to create a test account, on the iOS simulator dont work, but its working on real device, thanks

JanselLopez avatar Aug 20 '25 14:08 JanselLopez

@JanselLopez Yes, as I said, I've experienced the same on the simulator, but as I remember it works on Android Emulator

Lg0gs avatar Aug 21 '25 07:08 Lg0gs