0

I had created a provisioning profile for the app using Xcode(I have not joined developer program but I have an apple account).Now I want to revoke the provisioning profile (not just deleting it). But I'm not finding any provision to revoke the account in Xcode as well as Member center.

Shailesh Chandavar
  • 1,614
  • 14
  • 20

2 Answers2

0

In Xcode 8, you can now set Xcode to automatically manage provisioning profiles, by checking the box in General Tab, this should fix any provisioning profile issues you may be having.

enter image description here

George McDonnell
  • 1,445
  • 1
  • 16
  • 21
  • This will create a new provisioning profile, but I want to revoke an existing provisions profile – Shailesh Chandavar Sep 27 '16 at 07:36
  • I don't understand, you don't revoke provisioning profiles, you can revoke certificates, with provisioning profiles you delete them from the developer account where they were created, if you want to sign your app without a provisioning profile, you can specify this in Xcode. – George McDonnell Sep 27 '16 at 07:46
  • I don't have any developer account (i.e. I didn't enrol myself to developer program). As I have an apple account I logged in through it and created a provisioning profile in Xcode (refer http://stackoverflow.com/questions/4952820/test-ios-app-on-device-without-apple-developer-program-or-jailbreak) now I want to revoke it. – Shailesh Chandavar Sep 27 '16 at 08:36
  • You can navigate to: /Users/[userName]/Library/MobileDevice/Provisioning Profiles/ and delete any provisioning profiles in this folder. – George McDonnell Sep 27 '16 at 08:40
  • This deletes the profile from Xcode but I want to revoke the profile so that I can create new profile with the same bundle ID. – Shailesh Chandavar Sep 27 '16 at 08:57
  • @ShaileshChandavar were you able to solve this issue?? – Hardik Amal Oct 23 '17 at 07:30
  • @HardikAmal Yes I have got a solution. I will provide it . – Shailesh Chandavar Oct 25 '17 at 11:29
0

If you have created the provisioning profile using user account i.e. you don't have an apple developer account, then you have to run the app using new bundle ID so that your old Id gets revoked. Try chaing your bundle ID 3-4 times so that your old ID gets revoked. If you have used developer account you can visit developer site and manually revoke it.

Shailesh Chandavar
  • 1,614
  • 14
  • 20