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 https //www back4app com/docs/get started/new parse app to learn how to create a parse app at back4app 1 get the template download the template at https //github com/templates back4app/ios template todo list/archive/refs/heads/main zip , and unzip files in your project folder you can do that using the following command line $ curl lok https //github com/templates back4app/ios template todo list/archive/refs/heads/main zip && unzip swiftprojectbranch zip 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 https //www back4app com/docs/get started/new parse app#creating new app find your appid 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 https //www back4app com/ 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 https //www back4app com/docs/ios/ios app template or check https //docs parseplatform org/ios/guide/