Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.17 KB

File metadata and controls

45 lines (28 loc) · 2.17 KB

AppTelepath iOS SDK

Remote debugging for iOS apps, built for AI coding agents.

CocoaPods Platform iOS 13+ License

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.

Install

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()
#endif

Documentation, workspace setup and the MCP endpoint: apptelepath.com

Use

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.

Releases

Each release contains the XCFramework archive with third-party notices and license texts. The published podspec pins the archive checksum.

Support

Open an issue for integration problems — never include workspace tokens, captured traffic, screenshots or other private data. Security reports: see SECURITY.md.

License

Proprietary software. See LICENSE for the licensing entity and terms. Third-party components remain governed by their accompanying licenses and notices.