URL Scheme (redirect_uri) for Apple OAuth 2.0 (iOS)?

Hi,


I'm trying to integrate Sign in with Apple, using OAuth 2.0 flow, into my iOS app.


For example, I've successfully managed to do it for Google using redirect_uri: com.XXX.XXX:/

What redirect_uri should I enter for Apple, because I get invalid_request error?


Link generated by my integration:

https://appleid.apple.com/auth/authorize?client_id=com.XXX.XXX&redirect_uri=com.XXX.XXX:/&response_type=code&scope=name%20email&state=XXX&response_mode=form_post&code_challenge_method=XXX&code_challenge=XXX


Thanks!

Anyone? Where are the Apple Developers? :-)

I am also facing same issue, I would request you guys please guide me

URL Scheme (redirect_uri) for Apple OAuth 2.0 (iOS)?
 
 
Q