Posts

Post not yet marked as solved
15 Replies
9.3k Views
I'm trying to create a sample NEFilterDataProvider extension based on the new iOS9 API's. I succesfully added a new target using the skeleton that's provided. My issue is - I can't get breakpoints to trigger (I have them scattered all throughout the skeleton code file), and I can't get any device log information from the print statements I'm using in my code for debugging. I've tried:Running the host app, then attaching to the PID/Name of the extensionRunning the extension scheme directly against the host app, then trying to attach to the PID/NameI also have this problem against the sample code. I'm wondering if maybe I'm approaching this the wrong way. I was under the assumption that I can run the host app and the extension gets installed and will run forever in the background. Is there anything I need to do code-wise in the host app to 'activate' the extension to start it? If so, does the extension run in the background continuously after I do so, even when the host app is closed?Thanks
Posted Last updated
.