Post

Replies

Boosts

Views

Activity

Reply to Sequoia - incorrect alert about "app wants to access data from other app
@Iomegan Thanks, that's interesting. Our current implementation doesn't preface the teamid, it looks something like com.mycompany.groupname. I've changed the group id in the entitlements to look like: <key>com.apple.security.application-groups</key> <array> <string>$(TeamIdentifierPrefix)com.mycompany.groupname</string> And changed the access methods (NSUserDefaults initWithSuiteName, NSFileManager containerURLForSecurityApplicationGroupIdentifier) to use the new group id. But I'm still seeing the same popups. I assume something is wrong in our app group setup, but I'm not sure what else to check
Oct ’24