iOS
Start from Swift Template
10 min
start your ios project from an app template swift introduction in this section you learn how to get started with an xcode template and get ready to use back4app in 3 easy steps prerequisites to complete this quickstart, you need xcode an app created at back4app follow the new parse app tutorial to learn how to create a parse app at back4app 1 get the template download the template at back4app’s github repository , and unzip files in your project folder you can do that using the following command line 2 open the project template open xcode click on file >open file >open 3\ navigate to the project folder and double click on todo list back4app xcworkspace todo list back4app xcworkspace 4\ 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 /todo list back4app/appdelegate swift /todo list back4app/appdelegate swift 2\ go to your app dashboard at back4app website 3\ navigate to app's settings click on features features > core settings core settings block > server server 4\ return to your appdelegate swift appdelegate swift file and paste your applicationid applicationid and clientkey clientkey see more at our new parse app guide 4 test your connection build your app in a device or simulator (+ r r ) 2\ wait until the hello world! hello world! screen appears 3\ login at back4app website 4\ find your app and click on dashboard dashboard 5\ click on core core 6\ go to browser browser if everything works properly, you should find a class named installation installation 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 or check parse open source documentation for ios sdk