Hello,
I am trying to test, whether I can add App Group entitlement to an existing app.
I have created a new App Group Identifier in the App Developer account: group.com.company.app
I have a feeling that this is already, where I go wrong. I might have to use a team identifier
placeholder.com.company.app?
Then registered it in the identities for 2 existing Apps
Then added the entitlement in Xcode to the App Code
And my created App Group Identifier is not offered for selection, which cannot be good
Then followed the following guidance for testing:
https://macscripter.net/viewtopic.php?id=47088
And keep getting errors in the primary app:
One is a spurious one from what I googled
But then there are lots of warnings that the Menu outlets cannot be connected to the NSUserDefaults
And of course, nothing is written into the App Group Container.
I used this link: https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/provisioning/capabilities/app-groups-capabilities to help me understand the initial steps of registering.
My questions please:
- is it not possible to add App Group entitlement to an existing app?
- is there anything obviously wrong in my above approach that prevents success?
Thank you for your help!
Uwe