-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unable to Share Image to TikTok from Flutter App Due to "Permissions Denied" Error #39
Comments
I meet this problem too,have you solved it? I try to use the sandbox client key, but still not work. |
Yes i have,
Its odd but only after integration of the sdk share_plus added tiktok, which before it hadn't |
Thanks, our app is build on react-native,I will learn how the share_plus library worked |
@Dokome Are you using Tiktok Share Kit in react native? I was looking for some help in integrating it, if you can help me. |
I integrated the legacy sdk and always get the Permission Denied (errCode -4) 😂,what about you |
I am also not able to integrate it. Do you mean https://developers.tiktok.com/doc/getting-started-ios-quickstart-objective-c as legacy sdk. |
Yes, I use this repo and react-native-tiktok before, but the swift code always compile failed in my project, so I finally integrate the |
I cannot integrate with my project. Using Legacy SDK, I get this error: Showing All Errors Only I followed this doc. |
@Dokome I did delete pod file and cleared the cache. Same error. Thanks for the part of the code. I still am out of context with the code. Is there a share kit implemented RN project I can check in your repo, I can learn from there. |
When I share, it open the tiktok app and immediately comes back. |
It also happened to my project,is your app published or use sandbox app client key? |
It's not a published app. I am trying in sandbox with its client key. What was the problem in your project and how were you able to debug it ? |
@Nishannb My problem just as this issue say, and I print the errCode from share response (You can check the Xcode terminal or resolve the errCode print with javascript).
|
@Nishannb Open an issue please, include your environment, react native version etc. |
I'm trying to share an image from my Flutter app to TikTok using the TikTok Open SDK and share sdk. I've integrated the TikTok SDK into my iOS project.
I'm encountering the following error when attempting to share:
I have tried some solutions i found online like adding the Login kit, convert the local file path to PHAsset, checked podfile, made sure the app was accepted on tiktok dev site, added the keys to plist file...
Below are the relevant code snippets from my AppDelegate.swift and Flutter code. Can someone help me identify what might be going wrong?
Flutter code:
The text was updated successfully, but these errors were encountered: