How to debug iOS Content Blocker?

I'm trying to load JSON from somewhere other than my bundle, but it's not working. I can't get debugger breakpoints to work, print() doesn't work (swift), even NSLog doesn't work (doesn't even go to Console).


Is there any way to be able to debug the ActionRequestHandler in the extension?

Replies

You have to use an App Group to transfer the Data. Select the ActionRequestHandler Scheme to enable debugging.