Skip to main content

Questions tagged [apple-sign-in]

The tag has no usage guidance, but it has a tag wiki.

0 votes
0 answers
25 views

Swift - Apple SignIn - User Data Nil

I have implemented Apple Sign In and it was worrking fine as expected but after some days I tested it again but user data is coming nil. Apple signin successfully authanticate the user but when we ...
Muhammad Abbas's user avatar
1 vote
1 answer
42 views

Flutter Firebase Apple Sign In missing Email/Name on iOS

I'm unable to retrieve email or name using Firebase Auth with AppleAuthProvider on iOS. Did not try on Android or Web. Environment: Flutter: 3.22.2 firebase_core: ^3.1.1 firebase_auth: ^5.1.1 ...
Zeddy's user avatar
  • 11
2 votes
0 answers
55 views

How to Properly Integrate Google and Apple SSO with AWS Cognito / Amplify?

I'm currently working on a React Native Expo project and trying to integrate Google and Apple Single Sign-On (SSO) using AWS Cognito and Amplify. I've followed the documentation but seem to be missing ...
Neeraj's user avatar
  • 61
0 votes
1 answer
51 views

Apple sign in doesn't ask for email

I tried to add Apple sign in to my mobile app, but every method doesn't work. It just creates blank account in firebase and doesn't return any email. I tried: Deleting my app from apps using Sign in ...
Sohatzky's user avatar
0 votes
1 answer
67 views

How do I refresh my Apple login in my React Native app without user prompt, and use the result to refresh login to my Azure App Service?

I have a React Native app that communicates with a backend API on Azure. This is the setup: A React Native app, developed with and built on Expo. An API (FastAPI, but that's irrelevant) deployed in a ...
user14002075's user avatar
4 votes
0 answers
51 views

Sign in with Apple - account delete with Swift

I am currently working on a Swift application whose data storage and authentication part is managed by Firebase. I would like to offer my users the possibility of using their Apple account for account ...
Jeremy_69250's user avatar
0 votes
0 answers
16 views

How can I create a custom SignInWithAppleButton that uses only the Apple logo and implements the onRequest and onCompletion logic? [duplicate]

Is there a way to modify the SignInWithAppleButton so that only the Apple logo appears? According to Apple's guidelines, it's permissible to use only the icon. https://developer.apple.com/design/human-...
Zied Mcharek's user avatar
0 votes
0 answers
38 views

SignInWithAppleButton throws onCompletion failure(Error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1001 "(null)")

I'm new to swiftUi and I'm trying to implement "continue with apple" functionality but I'm getting this error and I have already added "Sign in with Apple" capability, please let ...
Manish kumar's user avatar
0 votes
1 answer
30 views

Facing issue in getting name in signin with apple in flutter

I have used this function to register user using apple signin but it does not get user name from apple signin neither in initial registration nor in again signin. Any help would be appreciated.I am ...
Ahsan's user avatar
  • 1
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
72 views

Configuring Sign in with Apple for both a web app and a mobile app with a shared backend

Summary: Need help with Certificates, Identifiers and Profiles settings to allow two apps to use Sign in with Apple. Background: We have a web application (React, static JavaScript) that allows users ...
Paul Schreiber's user avatar
1 vote
0 answers
77 views

Integrating Cognito User Pool Google Identity Provider into React Native iOS App

I have set up a user pool in AWS Cognito and added Google as an identity provider. Currently, I'm able to sign in with Google using the hosted UI provided by Cognito. Now, I'm trying to integrate this ...
Ayush Vishwakarma's user avatar
0 votes
0 answers
106 views

Apple Sign-In Not Returning Email or Name in Expo React Native App After Custom URL Update on Supabase

I'm using Expo's Apple Authentication for sign-in in my React Native app, following the guide here: https://docs.expo.dev/versions/latest/sdk/apple-authentication/ We've recently updated to a custom ...
user19793518'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
64 views

Verifying idToken and authorizationCode in Nodejs with Apple

After a series of operations, the client side sends me the identityToken and authorizationCode for Apple. I verify idToken according to kid as in the code snippet below. async appleLogin(appleLoginDto:...
Mevo's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
27