From a8e89dcee0f62d92ccc1ff7e194990dfbd465a12 Mon Sep 17 00:00:00 2001 From: Craig Dunn Date: Thu, 26 Sep 2019 14:30:37 -0700 Subject: [PATCH] [ios] add sample link for apple sign-in --- docs/ios/platform/ios13/sign-in.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ios/platform/ios13/sign-in.md b/docs/ios/platform/ios13/sign-in.md index a181e34b1..589cb14bf 100644 --- a/docs/ios/platform/ios13/sign-in.md +++ b/docs/ios/platform/ios13/sign-in.md @@ -11,6 +11,8 @@ ms.date: 09/10/2019 # Sign In with Apple in Xamarin.iOS +[![Download Sample](~/media/shared/download.png) Download the sample](https://docs.microsoft.com/samples/xamarin/ios-samples/ios13-addingthesigninwithappleflowtoyourapp/) + Sign In with Apple is a new service that provides identity protection for users of third-party authentication services. Beginning with iOS 13, Apple requires that any new app using a third-party authentication services should also provide Sign In with Apple. Existing apps being updated do not need to add Sign In with Apple until April 2020. This document introduces how you can add Sign In with Apple to iOS 13 applications.