Lack of debugging output after waiting for the application to start via Push Notification

I found the answer to my original problem:

Debugging an application on startup by push notification

I want to be able to debug when an application is launched via a push notification. This works great, and the application sits and waits while it starts remotely. However ... NSLog does not seem to output to the debugger, and I do not understand why. I can stick to breakpoints and do it through the application (view the values), but when calling NSLog nothing is displayed in the debugger itself.

Has anyone been able to work around this problem?

+4
source share
1 answer

I know this is an old question, but I also had problems finding logs. See owenfi's answer fooobar.com/questions/53053 / ...

0
source

Source: https://habr.com/ru/post/1390403/


All Articles