I\'m implementing \'Sign in with Apple\'. How do I use my own app icon on the \"Sign in with Apple\" consent page instead of displaying a placeholder gray logo?
Create app id:
app id
Specify bundle name the same as you have in your iOS app (specified in info.plist of your app).
bundle name
Create service id:
service id
Specify app id above. Associate it with website.
Go to identifiers->open app id->Scroll down to sign in with apple->hit edit->Choose set as primary app id.
edit
set as primary app id