Reveal Integration Guide
To inspect your iOS or tvOS application or app extension with Reveal you must first link it with the Reveal Server framework.
We support a variety of integration approaches:
- Using CocoaPods is the simplest method to integrate Reveal Server into your targets running on device and in the Simulators. It also works for all members of your team.
- Loading the Reveal Server via an Xcode Breakpoint allows you to quickly integrate Reveal Server into your Simulator builds without changing anything in your project, or on device after a small change to your project.
- Linking the Reveal Server framework into your application has the same outcome as our CocoaPods integration, but doesn't depend on CocoaPods.
- If you're building iOS App Extensions, we provide additional instructions as there are a couple of minor differences in the integration process for App Extensions.
Minimum Requirements
Reveal requires macOS 13.3+, iOS 12+ or tvOS 12+ and Xcode 14+.
Further Information
We provide further information on a number of topics in our online Knowledge Base.
Important Information
- Never ship an app linked against the Reveal library. Reveal exposes your app to deep inspection and will likely cause your app to be rejected by the Apple review team. Reveal is intended for internal development and debugging purposes only.
- The Reveal service will stop automatically while the iOS or tvOS host app is not the frontmost app. It will automatically start again when the app is re-opened.
- Reveal can use Bonjour to connect with the running iOS or tvOS application. If you are running the iOS or tvOS application on a device and wish to connect using Bonjour, it will need to be on the same network as the Reveal Mac app to be able to connect with it. If you have any problems connecting to your application check your firewall and proxy settings to ensure they are not blocking communications or just connect your device to your Mac using its lightning cable.