Ios swift – HTTP Request Fails Trying to Report Unwanted Communication Report via API
I created an Unwanted Communication Reporting Extension as per described here: https://developer.apple.com/documentation/sms_and_call_reporting/sms_and_call_spam_reporting Followed the instructions and was able to get the report callback in my extension class, but when I try to make an API request to my HTTPS server,…