It looks like this is now available on the API with the postEvent(_:) method on GroupSession:
https://developer.apple.com/documentation/groupactivities/groupsession/postevent(_:)-1dno2
Post
Replies
Boosts
Views
Activity
UPDATE: It seems that this is recently a very common issue as AdMob has been going through changes. Myself and it seems many others on the AdMob forum, have been able to successfully link the app from the App Store to AdMob just by reaching out. See link below to the forum and just post a new conversation with your issue including App Store link, and someone should be able to help within 24 hours it seems. Good luck!
AdMob Developer Forum - https://developer.apple.com/forums/content/attachment/1368829a-89b2-408e-a109-a64c94385fb6
I am facing the same issue. Launched the app over a week ago and no results in the search by name, developer name, or even App Store ID. Going to look into if there is any other way to link the app to AdMob but keep this thread updated if you find anything.
As someone else pointed out, moving the .sheet modifier (or .fullScreenCover, whichever applies to you) to the outermost view in the container seems to be the fix. The accepted answer with NavigationView may work as well as it just applies to the certain use case.
If you see this in the future, I recommend trying both and seeing what works best.
Update: My Core Data model is now mirrored in the CloudKit schema. It started working once I removed Configurations from the model and stuck with the default. Remains to be seen whether records will save both locally and to CloudKit but at least schema is showing up now.
As a side note, I still receive many of the same console errors as before regarding failed requests and "no auth token for asset"
Same issues as rest of thread. Seems like https://developer.apple.com/forums/thread/131981? is a similar issue. Please reply if you have any updates.
Same issues as rest of thread. Please reply if you have any updates.
FYI this thread- https://developer.apple.com/forums/thread/134096
seems to involve a similar issue.