Replies: 1 comment 5 replies
-
Seems like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added
URLSessionProxyDelegate.enableAutomaticRegistration()
to my project in the AppDelegate to track all network activity. This works on the simulator, but I've noticed that it does not seem to work on device. Interestingly, the demos in the Pulse repo do log the network activity on a device. Is there something I need to do besides adding that line to my project to make this work?Beta Was this translation helpful? Give feedback.
All reactions