Thanks, this solved my problem.
Not only that but when debugging on a device, it solved the issue as well. The price was displayed in $/USD, I tried to restore the purchase (which didn't happen since there was no purchase to restore), and the price changed to €/EUR.
Post
Replies
Boosts
Views
Activity
Thanks for posting this. I updated the iCloud email and that's what was causing the sync issue.
Window management is still something I need to learn more about, so I'm not sure how that would work.
Thanks.
Also, the Dave DeLong tweet about it: https://twitter.com/davedelong/status/1446151822800945155?s=21&t=uUYg9LX7aw_2Mwdl5GsrhQ
No clean build, just a restart for me.
needsInputModeSwitchKey is not meant to hide the globe, but to tell you whether you need to implement a custom globe button yourself. On iOS, it's handled for you, on iPadOS, you need to add a button to your view.
Thanks, @klaytonb,@klaytonb for posting a follow-up with your findings. I had a different issue (using a @State value to set an environment value in the destination) and you gave me the idea to try and capture it too.