Retrieve logs from an iOS device
Prerequisites
Recommended steps for capturing logs
Verify the setup

[TSHPaySDK]).Last updated
Was this helpful?
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:
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.
For the most detailed logs, use a build of your digital wallet application that integrates the NFC Wallet SDK Debug build.
See Deliverables for supported build types.
Capture logs only around the failing flow. Start right before the steps. Stop right after.
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?
Was this helpful?