flutter_apple_sign_in icon indicating copy to clipboard operation
flutter_apple_sign_in copied to clipboard

Add support for macOS

Open nilsreichardt opened this issue 5 years ago • 3 comments

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.

nilsreichardt avatar Mar 20 '20 16:03 nilsreichardt

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.

stuartmorgan-g avatar Mar 24 '20 22:03 stuartmorgan-g

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 avatar Mar 24 '20 22:03 nilsreichardt

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

nilsreichardt avatar May 21 '20 10:05 nilsreichardt