Thanks for the quick fix. Also running into this and can't wait for 15.1 to come out!
Post
Replies
Boosts
Views
Activity
You need to mark the background as nonremoveable
https://developer.apple.com/documentation/SwiftUI/WidgetConfiguration/containerBackgroundRemovable(_:)
Same here, filed a FB: FB12281202
Same here
Seeing this sometimes happen for production users as well, very annoying
Filed a FB report if anyone wants to dupe : FB9822873
Having this issue as well
I started getting this yesterday as well!
The new profile hasn't been released yet right? Was hoping I would be able to test everything out starting today but so far no dice..
I'm getting the same error on Monterey beta 7 and beta 8.
I've been looking into this more to find out how I can do this on the Mac instead of the phone.
I've found apps on the Mac App Store that allow for Speech to Text while a FaceTime call is active so I know that it's possible. But in all my testing I'm not able to get it to work. Any pointers would be great!
I was able to get this to work at a later point. I implemented the check for .isEligibleForGroupSession .
It seems there is a bug where the active Group session is not updated until you force close your app. I'm going to file a bug report.
Same.
Thanks @rynning! It started working out of the blue all of a sudden. Maybe it was a caching issue!
I'm running into the same issue. @Benjamin-tc could you confirm the steps I took?
1. In Xcode, for my app and my app clip I added the associated domains for appclip:soosee.app
2. My AASA file looks like this:
	"appclips": {
		"apps": ["TEAMIDFROMCORRECTPAGE.com.goodsnooze.allergy.Clip"]
	}
}
No matter how I type in my url I still get the same error..
This URL is not contained in your app’s associated domains. Update associated domains or use a different URL.
@rynning, any clue?