Yup still experiencing the same issue with RC1. Anyone have a workaround?
Post
Replies
Boosts
Views
Activity
I've built an app to help make screenshots for the App Store, and it has support for Apple Vision Pro as well. Once you've created the screenshots, it's super simple to localize them, and you can then upload directly to the App Store!
https://picassoapp.ca
I think you need the client_id in this body as well, so something like this:
{
		"client_id":"com.domain.app", // App Bundle ID or Service ID
		"grant_type":"authorization_code",
		"code":"test",
		"redirect_uri":"https://example.com",
		"client_secret":"eyHrt*****"
}
More info can be found here - https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens.
I just logged FB7793239 with the same issue as OP. I've attached as much as I could to the report, including the two commands you asked for.