I've had an issue in my project where I trigger a task from a SwiftUI View with the modifier .task. From there it calls and async function into an actor that has a TaskGroup that makes concurrent network calls that has a type of Void.self. I've noticed that sometimes the TaskGroup is either never called and will no longer be called.
I'm wondering if perhaps a TaskGroup inside of an Actor that has a parent Task created outside the Actor is a problem? But it does seem to work if I change the Actor to a Class. Could someone help explain to me why this is?
Post
Replies
Boosts
Views
Activity
I have a valid domain in the build of my app that is currently on the App Store. It also shows it has a valid app clip set up in App Store Connect. But when I try to load my app clip from a nfc tag I get the "This app is not currently available in your country or region"
Not sure what more I can do.