3rd party integrations
...
Tracking Events
Logging raw events
Inspecting the Purple Experience in iOS apps
3min
It is only possible to inspect preview apps. Release apps will not be listed for inspection in the Safari develop menu.
On iOS, apps can only be installed on devices if they were built with a provisioning profile which includes the given devices.
Enabling the web inspector by enabling the develop menu in Safari on mac OS and in the Safari settings on the iOS device, see https://webkit.org/web-inspector/enabling-web-inspector/ for more details.
- Connect the iOS device with the mac OS device
- Open Safari on the mac OS device
- Select the Develop menu
- Select the iOS device
- Select a web view on this device
For more detailed logs, you may enable the debug logs: In developer console, execute localStorage.setItem("purple.debug.logs", "a")
Updated 13 Jun 2024
Did this page help you?