Optimus
Optimus

Reputation: 810

Share Extension

i want access the CoreData of main application to share extension. I created App Group in Apple developer and added to app. While adding App group for share extension getting errors. Please do check screenshots.

enter image description here enter image description here

Upvotes: 0

Views: 706

Answers (1)

Midhun MP
Midhun MP

Reputation: 107121

You have enabled the "App Groups" service for the main app bundle identifier only. You need to enable it for the share extension bundle identifier also. Please go to developer.apple.com and enable it.

App Groups

Upvotes: 1

Related Questions