IOS – Installed provision profiles not seen on iOS8

ios

I have installed a few profiles from third-parties, now I'd like to remove them from General – Settings – Profiles, which is the way I did before prior to iOS 8. However, I don't see them there on my iPhone/iPad(iOS 8.0.2) any more.

Is this something new from iOS 8? Any clue how to remove my installed profiles?

ps. I know I can remove profiles from Xcode – Devices. But that's only for the ones installed with my associated development account. I need a general way to remove all of them.

Best Answer

According to a StackOverflow answer here, "If the provisioning profile is expired, iOS should get rid of it automatically. As apps are deleted, iOS should properly deal with the provisioning aspects automatically. This philosophy is mentioned in WWDC 2014's talk on Managing Apple Devices around ~42 minutes in."

I just uninstalled GBA4iOS and the provisioning profile is still there, even after a reboot. I don't know where to look to see it on the iPad without connecting it to a computer w/ XCode, so I ask my MDM to report on it. Still researching..

[edit] here is the phrase from the WWDC talk: "Provisioning profiles no longer appear at all in Settings because its handled completely automatically. The device will automatically prune expired provisioning profiles when they are no longer needed."

Still looking for a way to UnTrust a Provisioning Profile without xCode..