How to profile launch an iOS application from a push notification?

I want to profile an application for iOS when it starts from a user who pushes a push notification from a no-work state.

How to configure tools to connect to a specific application as soon as it starts on the device (as opposed to launching the application through the "Profile" button in Xcode)?

+7
source share
1 answer

You can change the purpose of the process in the Tools to β€œAll processes” on the device, and then filter to your application.

profile of all processes and filter

I called the test application example in the screenshot above.

0
source

All Articles