Sign in with Apple Button #18395
trydalch
started this conversation in
Show and tell
Replies: 1 comment 9 replies
-
Thank you for this! |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I figured out how to add a Sign in with Apple button. There may be more simple or elegant solutions, but because I haven't seen any documentation or examples anywhere, I wanted to share here for anyone else who might search for it in the future.
It's also likely this could be cleaned up and improved upon, but it's functional.
It's possible to achieve this with Maui embedding, but due to a current visual studio issue, if you add Maui embedding to your project you can no longer use Hot Restart and debug on your physical iOS device.
The snippets below are the essential bits to add to your page or user control. The button needs to be injected into the visual tree either in the code behind or view model. We did it in the code behind.
Beta Was this translation helpful? Give feedback.
All reactions