Post

Replies

Boosts

Views

Activity

Reply to Vision Pro screenshots
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
Mar ’24
Reply to Invalid_Client
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.
Feb ’21