performance-marketing

TikTok Business iOS SDK

Integrate TikTok into your iOS app with the tiktok-business-ios-sdk.
33 stars29 forksObjective-CGuide quality 8/10Updated 7/24/2026100% free · open source
What it does

The TikTok Business iOS SDK allows founders to integrate TikTok's advertising capabilities into their iOS applications, enabling features like ad display, tracking, and management.

When to use it
  • When you want to display TikTok ads within your iOS app to monetize your user base
  • When you need to track and manage TikTok ad campaigns from within your iOS application
  • When you want to leverage TikTok's advertising platform to reach and engage with your target audience on iOS devices
Ready-to-paste prompt
TTAdRequest *request = [[TTAdRequest alloc] initWithPlacementId:@"YOUR_PLACEMENT_ID"]; request.adCount = 1; request.loadAdWithCompletion:^(NSError * _Nullable error) { if (error) { NSLog(@"Ad load failed: %@", error); } else { // Display the loaded ad }};
Heads up: You must have a valid TikTok advertiser ID and placement IDs, which can be obtained by creating a TikTok For Business account and setting up ad campaigns, before initializing the SDK
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/tiktok-business-ios-sdk && curl -fsSL https://workflowstacks.com/api/skills/tiktok-business-ios-sdk/claude-skill -o ~/.claude/skills/tiktok-business-ios-sdk/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
tiktok
Language
Objective-C
Category
performance-marketing
Published
4/1/2024

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.