Lg0gs / react-native-tiktok

MIT License
49 stars 33 forks source link

HELP: iOS nothing happens when calling auth #19

Open shrihari1999 opened 1 year ago

shrihari1999 commented 1 year ago

This is most likely not an issue, i just need some help sorry guys.

I did everything acc to docs. I fixed some errors using https://github.com/Lg0gs/react-native-tiktok/issues/14, https://github.com/Lg0gs/react-native-tiktok/issues/8 and took guidance of https://github.com/Lg0gs/react-native-tiktok/issues/5

Now its built, but calling auth() does not do anything. The callback console log doesnt run at all. Can someone please help how to debug what's wrong?

When i open the app, I get a warning saying: WARN Module Tiktok requires main queue setup since it overrides init but doesn't implement requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.

I am using an Expo Development Build. I already have TikTok installed and logged in on my iPhone

shrihari1999 commented 1 year ago

@Lg0gs Can you please help I'm desperate for help :(

indigomelody commented 1 year ago

I am also having this issue. Can anyone shed some light on the issue?

shrihari1999 commented 1 year ago

Can someone pleeease help its been a month! @Lg0gs

oye-eduardo commented 1 year ago

Hi everyone! Do you guys have an update on this issue??

I'm having the same problem, I'm using:

RN: 0.71.2 react-native-tiktok: 1.1.1 ios TikTokOpenSDK: 5.0.0

islamashraful commented 8 months ago

There is a high change that you have configured everything the right way.

The only problem is you are trying to run this on simulator! Unfortunately it doesn't work on the iphone simulator, at least I could not run that on simulator and wasted long time to check if it was my fault during the configuration.

Just try to run that in your iPhone using xCode by connecting it a cable with mac. If you have everything configured correctly then it should run. Remember to install tiktok app on your iphone before testing. Because if you don't have TikTok app installed on the device then it will not do anything, even not show errors also.

shrihari1999 commented 8 months ago

@islamashraful I tried using a physical iOS device. I also had the tiktok app installed. I'm not working on this anymore, just fyi.

giuliomignemi commented 3 months ago

I am also having this issue. Has anyone managed to solve it?

giuliomignemi commented 3 months ago

@Lg0gs some news?

huybuizzp commented 1 month ago

are you solve it ?