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.

One time setup

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.

Opening the dev tools of views on mobile devices

  1. Connect the iOS device with the mac OS device
  2. Open Safari on the mac OS device
  3. Select the Develop menu
  4. Select the iOS device
  5. 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")