Tik Tok Share Kit for Android

Easily integrate TikTok sharing functionality into your Unity Android games with our Tik Tok Share Kit. This powerful Unity TikTok plugin allows your players to share their gameplay moments directly to TikTok, boosting engagement and virality.
Key Features:
- Seamless Unity Android integration
- One-click TikTok sharing
- Customizable share messages
- Easy installation and setup
How to Use:
To implement TikTok sharing in your Unity project, simply import the plugin and use the following code snippet:
TikTokShareHelper.ShareVideos("Check out my awesome gameplay!", string[]{"path/to/video.mp4"});
For detailed instructions, please refer to the installation guide.
Why Choose Our Unity TikTok Plugin?
Our plugin is designed specifically for Unity developers, providing a simple and efficient way to add TikTok sharing to your Android games. We handle the complexities of the TikTok API, so you can focus on creating amazing gameplay experiences.
FAQ:
Q: Does this plugin support all Android devices?
A: Yes, this plugin is compatible with all Android devices running Android 6.0 (API 23).
Q: Can I customize the share message?
A: Yes, you can customize the share message to fit your game’s branding.
PLUGIN SUPPORTS ONLY ANDROID PLATFORM!
If you have any questions, request or something isn’t working please send me an email at: support@hardartcore.com
Release notes
- v1.3
- TikTokShareHelper is now a static class. No need to add it to your scene.
You can use it directly by calling
TikTokShareHelper.ShareImages(/* params */);
- Update documentaton.
- TikTokShareHelper is now a static class. No need to add it to your scene.
You can use it directly by calling
- v1.2
- Add: support to queries tag in AndroidManifest.xml