-
**Describe the bug**
Error: "SignInWithApple.authorize()" is not implemented on android
Although the readme document states that Android is not supported, I noticed that there is Android code in t…
-
Hi there,
In my case, isAvaiable() methos does not gets called at all.
I have kept a button click event and in that I am calling signinwithapple.isavailable().
But nothing happens on the click of t…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
## SignInWithApple not working on MacOS BigSur
* Tested with AIR SDK 33.1.1.259, AIR SDK 33.1.1.345 and AIR SDK 33.1.1.406 - all of them produce same result
* Tested on MacOS BigSur v11.2.2
Sig…
-
**Describe the bug**
I have this working on an iOS device fine but when attempting to use apple log in while developing on `http://localhost:8100` it just tells me that i have an "invalid_request - I…
-
**Describe the bug**
SignInWithApple.authorize({
clientId: [clientId],
redirectURI: [redirectURI],
scopes: 'email name',
state: '12345',
nonce: 'nonce',
})
Not returning email and …
-
Signin with Apple works nicely for ios. But to have fullsupport on web and android the backend need to handle a callback URL from apple. Today we have not implemented this functionality.
Example en…
-
Hi there,
I'm using cordova 7.1.0.
The login api works, but every call to `getCredentialState` always returns 2 (not found for apple)
```
SignInWithApple.getCredentialState({
userId: 'userId'…
-
here is the function in which I am trying to get apple credentials:
sign_in_with_apple: ^5.0.0
firebase_auth: ^4.12.1
Future signInWithApple() async {
_hasError = false;
notifyListeners…
-
Hello,
I have applied your package, however I am getting this error
⚡️ [error] - {"code":"UNIMPLEMENTED"}
my code is
`
let options:SignInWithAppleOptions = {
clientId: 'com.oplus…