Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 deleting App Group

Tags:

xcode

ios

xcode6

I need to delete some of the App Groups I created in order to share information between the App and it's Today Extension.

Does anybody know how to delete an App Group created in the Capabilities section of Xcode, in App Groups?

like image 838
skyluke Avatar asked Mar 18 '15 08:03

skyluke


1 Answers

Here are the following steps to delete the App Groups:

  1. Login to Apple Developer with your developer account.

  2. On the Dashboard Under Dev Centre Select iOSenter image description here

  3. Select Certificates,Identifiers and Profiles under iOS Developer Program.enter image description here

4.Select Identifiers under iOS Apps.

enter image description here

  1. Select App Groups under Identifiers.

enter image description here

  1. Then you find the List of all App Groups you have created,Select the one you want to delete,there you find the option to delete the App Group.

Enjoy......:)

[UPDATE]

Latest Apple Developer portal moved it to the top right of the Identifiers page enter image description here

like image 189
Mohd Prophet Avatar answered Oct 03 '22 21:10

Mohd Prophet