Skip to main content

Any idea what would cause an app to not be recognized by the PPPC Utility? Whether I try adding with the "+" symbol or drag and drop, the utility just does not want to play nice with one of our in house apps..

Guessing...but maybe the app has to be signed? If its in house, did you sign it with your apple dev signature?


I wasn't the dev that worked on it, but you are right...it wasn't signed even though he was sure he had done so.


If you ever need to pre-check if an app is signed you can run this:



codesign -dr - /path/to/app

Reply