Remove obsolete mobileprovision profiles (iOS)

Hey,

I’ve been trying to remove some old mobile provisioning profiles that really makes trouble when packaging for iOS. The problem is that the provisioning profiles I want to remove doesn’t contain all our testing devices, and I am unable to select one specific profile. All “valid” profile ever installed is visible, and UE4 uses what ever profile it sees fit, or what ever comes first. Anyways, I simply want to remove all obsolete profiles.

Anyone? Thanks!

EDIT: UE 4.7.6

If you go to:

[Windows]

C:\Users\<you>\AppData\Local\Apple Computer\MobileDevice\Provisioning Profiles
(or wherever your user directory is), 

[Mac]

~/Library/MobileDevice/Provisioning Profiles
/Library/MobileDevice/Provisioning Profiles

You can see the profiles and delete them manually. I’d sort by date :slight_smile:

Josh

3 Likes

Fantastic! Thanks Josh. :slight_smile:

Is there also a location/trick to remove an old certificate?

Was there ever an answer to spoondog’s question about a location/trick to remove an old certificate?

To delete the certificates: from the Command Prompt, launch the command “certmgr.msc”. You’ll find the certificates under Certificates > Personal > Certificates.

1 Like

Thanks solved my problem.