Remote debugging for iOS apps, built for AI coding agents.
Official binary releases of the AppTelepath iOS SDK. The source code is not published here.
Add the SDK to a debug build, and an AI coding agent can inspect the running app remotely: logs, network traffic, view hierarchy, screenshots, database and sandbox, crash and performance reports, plus weak-network, GPS and push simulation. Agents connect through the hosted AppTelepath service and its remote MCP endpoint; the same device can be driven from the web console.
pod 'AppTelepath', '~> 3.0', :configurations => ['Debug']The pod is also published under its original name, Telepath. Both names install the same binary — pick one, do not add both. Either way the import is unchanged:
#if TELEPATH_ENABLED
import Telepath
Telepath.start()
#endifDocumentation, workspace setup and the MCP endpoint: apptelepath.com
For trusted, authorized development and testing builds only. Do not place a workspace credential in an App Store configuration or commit one to source control.
Each release contains the XCFramework archive with third-party notices and license texts. The published podspec pins the archive checksum.
Open an issue for integration problems — never include workspace tokens, captured traffic, screenshots or other private data. Security reports: see SECURITY.md.
Proprietary software. See LICENSE for the licensing entity and terms. Third-party components remain governed by their accompanying licenses and notices.