I have a UIKit/Mac Catalyst app with a Safari extension target. Both have an app group container to share UserDefaults with one another. When that access happens however, I always get this dialog saying that my app wants to access data from other apps.

What am I doing wrong? #UIKit #Swift #SwiftUI #BuildingInPublic

@nicoreese I don’t know but it doesn’t happen in my app!

@mipstian Looks like this can be tricky: https://developer.apple.com/forums/thread/721701

I'll try if it's also the case in TestFlight.

App Groups: macOS vs iOS: Working … | Apple Developer Forums

@nicoreese if it helps I’m using “iOS-style" groups and all I did was check them in the "App Groups" capability
@mipstian Same here. So I just checked, it's not happening in TestFlight. Do I have the energy to debug why it's happening when run with Xcode? ...
@nicoreese i don’t think i can answer that 😬