Leri Gogsadze
Leri Gogsadze
@milesscherrer Hi, actually you can, check the [doc](https://developers.tiktok.com/doc/sound-kit-share-sound)
@sujay-bidchat check the [doc](https://developers.tiktok.com/doc/getting-started-android-handling-errors/) > Illegal redirection URI needs to be consistent with the "authorized callback domain" in the app configuration.
@Sivakumar415 Hey, can you remove asterisks everywhere and try again?
Sorry guys sometimes I don't have much free time to take a look at the issues. @vforvasile Thanks for the information, did you try it on Android?
@baraa95 @reehamRaed Did you try [this](https://github.com/Lg0gs/react-native-tiktok/issues/7#issuecomment-1128529980) workaround?
@hbittar Does it work with this method?
@priscaure Try to downgrade the opend sdk to the 5.0.0 version
@danielavelasquezc Hi, can you try something like that? ``` import DeviceInfo from 'react-native-device-info'; const isTikTokInstalled = async () => { const installedApps = await DeviceInfo. getInstallerPackageName(); return installedApps.some(app => app.bundleId...