Hi,
I've been trying to debug an issue with my extension. I am able to register the extension on install of my app, can select it under Phone> SMS/Call Reporting. When I touch Report it brings up my view controller, with the sender and message details. I set
let response = ILClassificationResponse(action: .reportJunk)
I've added debug logs throughout my extension and everything looks good.
Now when MobileSMS takes over, I see:
default 23:15:09.837024-0400 MobileSMS response: <private> extension:<private>
error 23:15:09.837328-0400 MobileSMS error reporting SMS response: <private>
default 23:15:09.837387-0400 MobileSMS Finished, invoking didCompleteClassificationRequest
info 23:15:09.837487-0400 MobileSMS didCompleteClassificationRequest -- di
I don't see what the error is, and that last log entry is cut off at "di".
I've confirmed my info.plist, allowed domains, aasa, and my remote API is not touched.
Any advice?
Xcode 16.3 Testing on iPhone 16e iOS 18.4.1