0

The backed of the app allows sign in through the simple login (email/phone, password) and also third-party login using Google, Facebook, Apple

For Google and Facebook it's easy to do for Android apps (native support, they have the libraries):

How can we do it for Android app with AppleID? I didn't find any full example for Android

https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api Here Apple says

To sign in from a web app or other platform, like Android, use Sign in with Apple JS

https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js

Should I create WebView or create an intent to open AppleId login page and it should redirect to the app with deep link after sign in? I'm not sure how it should work

A real working example would be great

https://firebase.google.com/docs/auth/android/apple Here I found documentation for Apple login for Android app if you use Firebase as the backend for the app and use Firebase Auth to sign in. But in my case I don't use Firebase backend

user924
  • 8,146
  • 7
  • 57
  • 139

0 Answers0