Closed subhangiP closed 2 years ago
Hi @subhangiP thanks for opening this issue.
The bottom sheet is rendered and controlled by the OS, Amplify library doesn't have control or permission to set the App icon in this area.
From my research, the App icon is retrieved from Apple Developer Portal, and your App should be published to App Store.
Reference: https://developer.apple.com/forums/thread/124770 https://developer.apple.com/forums/thread/123054 https://stackoverflow.com/questions/58475605/how-can-i-set-a-logo-in-the-sign-in-with-apple-consent-screen
Hope these help
Description
I have implemented apple login using AWS Cognito, apple login functionality is working fine but the app logo is not displaying in sign-in with the apple bottom sheet and also in Apps Using AppleID in Settings (settings-> Password & Security -> Apps Using AppleID -> AppName).
Expected behavior:- he Bottom Sheet does not display the app logo.
Expected behavior:- The Bottom Sheet should show the app icon from the assets folder.
Categories
Steps to Reproduce
Steps to reproduce the behavior:
await Amplify.Auth.signInWithWebUI(provider: AuthProvider.apple);
Screenshots
Please check the screenshot below:
Platforms
Android Device/Emulator API Level
No response
Environment
Dependencies
Device
iPhone13
OS
15.0.2
CLI Version
7.6.23
Additional Context
No response