tomgilder / flutter_apple_sign_in

Flutter Plugin for Sign In with Apple
MIT License
160 stars 70 forks source link

Guideline 4.0 - Design - does not use Sign in with Apple button design, branding and/or user interface elements appropriately #44

Open FarhanSaikh opened 4 years ago

FarhanSaikh commented 4 years ago

Hi there,

From Apple

**4. Design: Preamble**

Guideline 4.0 - Design

- Your app uses Sign in with Apple as a login option but does not use Sign in with Apple button design, branding and/or user interface elements appropriately as described in the Sign in With Apple Human Interface Guidelines.

Next Steps

To resolve this issue, please revise your app to address all instances of this type of issue.

Resources

For information on improving and enhancing your app:

Please see attached screenshot for details. attachment-7419988499370907538Screenshot-0507-172611

As per apple custom button guidelines the apple logo must be left aligned and text center aligned. That might be the issue. But no option to align the logo. Please help to solve the issue. https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple/overview/buttons/

victormanuelfrancodev commented 4 years ago

I had the same issue, the problem is that the plugin design cannot be modified. Can I correct the problem and make a pull request? I think it's a bit urgent.

pojoba02 commented 4 years ago

Hello @FarhanSaikh, am implementing apple sign in with google signin in my flutter project, am kinda at roadblock with apple sign in implementation, the issue, am not getting the adequate data am requesting and it isn't navigating to the page i wanted, google auth does fetch the data i want and navigate streamlessly. Please i just wanted how were you able do implement google and apple sign in with firebase auth. Any thought would be appreciated.

mentoc3000 commented 4 years ago

May be similar to #30.