Error code 26
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 Hi, I experienced the same on the iOS Simulator. Could you try on the real device, please?
@JanselLopez Could you let me know if you registered the App on the TikTok developer portal?
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 Yes, as I said, I've experienced the same on the simulator, but as I remember it works on Android Emulator