Sensitive Content Analysis Debug Profile: Invalid Signature

Hi all,

I'm attempting to test integration of the Sensitive Content Analysis (SCA) framework in my iOS application. To do so, my understanding is that I need to install the SCA debugging profile in order to generate false-positives. However, when I attempt to download and install the profile on my iOS device, I receive this error message:

The error message indicates that the "Profile 'SensitiveContentAnalysis Debug Profile' has an invalid signature." Is there something on my device that's improperly configured and preventing its installation, or does the linked debug profile from Apple really, truly contain an invalid signature?

I'm having a similar issue with the SKAdNetwork test profile

Still not solved

Still not solved

Which one? This thread mentions two different profiles.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Please reply as a reply. I’m not notified when you reply in the comments. For this and other titbits, see Quinn’s Top Ten DevForums Tips.

The Sensitive Content Analysis debug profile is still broken.

Indeed. Well, technically it’s not still broken, but broken again, but that’s a distinction without a difference )-:

If you dump the profile, you’ll see that it’s expired:

% security cms -D -i SensitiveContentAnalysis.mobileconfig | plutil -p -
{
  …
  "RemovalDate" => 2024-05-19 07:00:00 +0000
}

Please file a bug about it this. Once you’re done, post the bug number here and I’ll make sure the right folks see it.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

@DTS Engineer Thanks for the forum tips!

This is a handy tool to check the status of a profile. Thanks for sharing that bash script.

I filed a Feedback FB13513470 on January 3, 2024. I've also added a recent reply to the feedback to "bump" it. Appreciate you looking into this for us!

Sensitive Content Analysis Debug Profile: Invalid Signature
 
 
Q