Sign In with Apple
9 min
sign in with apple swift introduction in this section you learn how to get started with sign in with apple using our swift template and get ready to use back4app in a few easy steps prerequisites to complete this quickstart, you need xcode 11 set up sign in with apple in your apple developer account follow the sign in with apple tutorial https //www back4app com/docs/platform/sign in with apple to learn how to set up sign in with apple in your apple developer account 1 get the template clone or download the template at back4app’s github repository https //github com/back4app/signinwithapple , open the swift foder 2 open the project template open xcode click on \<font color="#2166ae">file\>open\</font> navigate to the project folder and double click on \<font color="#2166ae">app xcworkspace\</font> wait for xcode to open the project 3 setup app’s credentials update your app delegate’s parse client configuration values to set up the app’s credentials parse ios sdk uses these settings to connect to the back4app servers open your app delegate file \<font color="#2166ae">appdelegate swift\</font> go to your app dashboard at back4app website navigate to app’s settings click on \<font color="#2166ae">features\</font> > \<font color="#2166ae">core settings\</font> block> \<font color="#2166ae">server\</font> return to your \<font color="#2166ae">appdelegate swift\</font> file and paste your \<font color="#2166ae">applicationid\</font> and \<font color="#2166ae">clientkey\</font> see more at our new parse app guide https //www back4app com/docs/get started/new parse app#creating new app find your appid 4 replace the bundle identifier in your target, replace the bundle identifier by the one you created when setting up sign in with apple in your apple developer account also add the sign in with apple in the capabilities of your app 5 test your app build your app in a device or simulator ( \<font color="#2166ae">command\</font> + \<font color="#2166ae">r\</font> ) 2\ wait until the \<font color="#2166ae">sign in with apple \</font> screen appears 3\ click the button and do the login process 4\ find your app and click on \<font color="#2166ae">dashboard\</font> 5\ click on \<font color="#2166ae">core\</font> 6\ go to \<font color="#2166ae">browser\</font> if everything works properly, you should find a class named \<font color="#2166ae">user\</font> as follows next steps at this point, you have learned how to get started with ios apps learn more by walking around our ios tutorials https //www back4app com/docs/ios/ios app template or check parse open source documentation for ios sdk https //docs parseplatform org/ios/guide/