Post

Replies

Boosts

Views

Activity

Comment on Can't get app group capability for macos in a Multiplatform app
The problem is that app groups for ios has to be in the format "group.com.domain.appName" while app groups for mac has to be in the format "TeamID.com.domain.appName". The problem you and I are running into is that multi-platform approach forces you to use the ios format. You are seeing this warning because you are using the "group.com.domain.appName". When I split my app up into multi targets and used the proper mac app group format, the "access data from other apps" warning went away.
Sep ’24