tomgilder / flutter_apple_sign_in

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

Add support for macOS #35

Open nilsreichardt opened 4 years ago

nilsreichardt commented 4 years ago

The problem is that apple is rejecting all new macOS apps, which doesn't support Apple Sign In (if they use Google Sign In, Facebook Sign In). Right now it's impossible to publish an app to macOS AppStore (written in Flutter) because of this issue.

stuartmorgan commented 4 years ago

Right now it's impossible to publish an app to macOS AppStore (written in Flutter)

Where are you getting macOS implementations of Google or Facebook sign in? I'm not aware of any sign-in plugins that currently support macOS, so I'm curious how you are hitting this restriction.

nilsreichardt commented 4 years ago

Right now it's impossible to publish an app to macOS AppStore (written in Flutter)

Where are you getting macOS implementations of Google or Facebook sign in? I'm not aware of any sign-in plugins that currently support macOS, so I'm curious how you are hitting this restriction.

You can use Google Sign In for macOS. It likes Google Sign In in web. If you tap on "Sign in with Google" your browser opens a google login form and you can type in your password. This package makes it possible: https://pub.dev/packages/google_sign_in_dartio.

nilsreichardt commented 4 years ago

Everyone who is also facing with this issue: sign_in_with_apple supports macOS 🥳