Retrieve logs from an iOS device
Prerequisites
Before capturing logs from an iOS device, complete the following setup:
Connect the iPhone to your Mac using a USB cable.
Pair the iPhone with Xcode on the Mac.
Use Apple documentation for these steps:
Recommended steps for capturing logs
Open the Console app.
Select your iPhone under Devices.
Set the Process filter to your digital wallet application.
Start capturing logs.
Reproduce the issue.
Click Pause to stop capturing logs.
Export the log.
Verify the setup
To verify the setup, call DigitalCardManager.cardList as described in Display digital cards.
With the correct setup, the exported log includes:
Each line starts with
[TSHPaySDK].Each line includes a timestamp and a message that indicates the API call.
The following example shows Console output with these features:

[TSHPaySDK]).Last updated
Was this helpful?