Giter VIP home page Giter VIP logo

signinwithapplesample's People

Contributors

rdelrosario avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

signinwithapplesample's Issues

NSPersonNameComponentsFormatter.GetLocalizedString(creds.FullName, NSPersonNameComponentsFormatterStyle.Default,NSPersonNameComponentsFormatterOptions.Phonetic) returns blank as string

In my case, i see a value in creds.FullName
{<NSPersonNameComponents: 0x28027f9c0> {givenName = Sudhir, familyName = Thanki, middleName = (null), namePrefix = (null), nameSuffix = (null), nickname = (null) phoneticRepresentation = (null) }}

but after applying
appleAccount.Name = NSPersonNameComponentsFormatter.GetLocalizedString(creds.FullName, NSPersonNameComponentsFormatterStyle.Default,NSPersonNameComponentsFormatterOptions.Phonetic);

it returns "". Please see below screenshots:

Screenshot 2020-04-05 at 1 24 40 AM

Screenshot 2020-04-05 at 1 24 08 AM

account is always NULL in LoginViewModel

When I run your code and set a breakpoint in the LoginViewModel where the signing credentials are checked, it is always null.
Screen Shot 2020-04-02 at 1 19 44 PM

It looks like in the AppleSignInService.cs file, the var creds = await tcsCredential.Task; fires before the Signin is complete every time. If you debug and wait for the correct moment that the SignIn on the device is done and step forward this will work.

Can you help with this, please?

Apple Credentials Getting Null

Hi,
For some reason when Apple is testing our apple, the credentials are always null. On the “SignInWithAppleSample/SignInWithAppleSample.iOS/Services/AppleSignInService.cs “Line 53. This line “var creds = await tcsCredential.Task” is always null when the apple testers are trying our app. However, in our test, it always works.

--Edit 11/18
We just found out that when we try the app on debug it works normally, but when the app is tested on release mode is not working. Any ideas?

Thanks for all the help in advance,
Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.