Post

Replies

Boosts

Views

Activity

Reply to Custom icon in web login
In my Apple Developer account create a clientId & ServiceId. ServiceId is mapped with clientId. App is developed for IOS device & Web. I am using serviceId in for Web to showing Apple SignIn consent popup. AppleID.auth.init({ clientId : serviceId, cope : "email", redirectURI : "https://test.com", state : "signin", usePopup : true }); Upload our website logo in AppStore which is mapped with clientId. In IOS device new logo is coming but In web login not getting our new logo, it's showing Apple logo. How can we configure for New logo on Web in place of Apple logo in login popup?
Jan ’24