Skip to main content

Questions tagged [sign-in-with-apple]

The tag has no usage guidance.

0 votes
0 answers
10 views

Sign in With Apple: ASAuthorizationController doesn’t show Authorisation Window from QT app

I’m trying to use Sign in With Apple with a QT app. We did use ASWebAuthenticationSession to be able to use OAuth in AuthenticationServices for Non-Apple logins, like Google. But now I’m trying to ...
Peter Brülls's user avatar
0 votes
0 answers
42 views

"Sign in with Apple" repeatedly requesting for account access unexpectedly

I’m setting up Sign in with Apple ID in my web app and the signup process is running smoothly. Users are redirected to the Apple login page, where they grant permission to share their email and name, ...
antacerod's user avatar
  • 1,390
0 votes
0 answers
15 views

How do I get the user email login with apple on firebase? [duplicate]

I want to implement login with Apple on my Flutter app. I'm using Firebase for this. Now, the problem is that I can't get the user's email when signing in with an Apple ID, even though they are a new ...
Alvaro Dosio's user avatar
0 votes
0 answers
36 views

Sign In With Apple with a backend - flow is unclear

I'm building an app that supports sign in with Apple. The user authenticates on the front end following the approach Apple describes here. After the user signs in, I send their identityToken to the ...
Catherine's user avatar
  • 13.9k
0 votes
0 answers
20 views

How to send credential's(Passes) from Web app to Apple Wallet

I want to generate the passes from web app and pass the credential's to apple wallet for accessing the doors. How to generate & pass the credential's(Passes) from the web app after the Apple Sign ...
manoj kumar's user avatar
0 votes
0 answers
25 views

Sign in with Apple Using Firebase + Flutter

I have developed feature of Sign in with Apple for iOS using firebaseAuth. Usually it is working fine. but in some scenario it throws crash error : https://prnt.sc/do6XuXsJf-mo I found this crash in ...
Khyati Modi's user avatar
0 votes
0 answers
32 views

Retrieving Full Name in Apple Sign In After Account Deletion?

In my app, users can log in using their Apple ID, which provides necessary details like tokens and the user's full name upon initial login. However, if a user or admin deletes the account and later ...
Zakria Khan's user avatar
  • 2,031
0 votes
1 answer
45 views

.NET Sign In With Apple - Incorrect Redirect After Login

I have set up Sign In With Apple on my .NET 7 web app using AspNet.Security.OAuth.Apple. It appears to be working - I visit my action to redirect me to challenge the Apple scheme, I am then able to ...
Matthew Warr's user avatar
0 votes
1 answer
76 views

No user info when using SignInWithApple

I have a flutter iOS app to which I added signin with apple using the package sign_in_with_apple. I configured everything right everywhere but for some reason calling SignInWithApple....
Veoxer's user avatar
  • 412
4 votes
1 answer
171 views

Sign In With Apple .NET 'Invalid_client' error

I'm trying to set up Sign In With Apple on my .NET 7 Web App. I followed the guide by Scott Brady here: https://www.scottbrady91.com/openid-connect/implementing-sign-in-with-apple-in-aspnet-core It ...
Matthew Warr's user avatar
0 votes
0 answers
116 views

Sign in with Apple using from Firebase Web SDK: getting null displayName

I've set up "Sign in with Apple" using Firebase Web SDK as described on this guide: https://firebase.google.com/docs/auth/web/apple I'm getting everything returned correctly from the SDK ...
Claudio C.'s user avatar
1 vote
1 answer
171 views

Unity Authentication Apple "SignInWithAppleAsync" Request failed: 401 "detail":"invalid audience"

I can successfully get "idToken" using Apple sign-in. Then I call "SignInWithAppleAsync(idToken)" get error sign in failed. Unity version: 2020.3.33f1 Authentication Package: 3.2.0 ...
Vazirkhan Tarverdiyev's user avatar
0 votes
1 answer
257 views

How to Sign in with Apple in Jetpack Compose?

I am trying to implement singing in with Apple in my Jetpack Compose app, through Firebase. I have already setup everything in Firebase etc. since I also use the same firebase server to let users Sign ...
Iraklis Eleftheriadis's user avatar
1 vote
0 answers
26 views

How to Implement Sign in with Apple Option in flutter?

In My Application I have to implement Sign in With Apple Option. Is there any direct flutter package available or Do I need to consider Native APIs with help of Flutter Platform Channels I am very new ...
Abins Musthafa's user avatar
0 votes
0 answers
44 views

Apple Sign In - Hide by Email option - Issue with Tokenised email address

We are developing a mobile app that allows users to purchase gift cards from popular retailers, and this app requires valid email address during login/register which is needed for mapping all user’s ...
Magesh IOS's user avatar

15 30 50 per page
1
2 3 4 5
14