iOS
Start from ObjC Template
11 min
start your ios project from an app template objc 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 step 2 open the project template open xcode click on file >open navigate to the project folder and double click on quickstartobjcexampleapp xcworkspace 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 /quickstartobjcexampleapp/appdelegate m go to your app dashboard at back4app website navigate to app's settings click on features > core settingsblock > server return to your appdelegate swift file and paste your applicationid and clientkey see more at our new parse app guide 4 test your connection build your app in a device or simulator (command+r) wait until the hello world! screen appears login at back4app website find your app and click on dashboard click on core go to browser if everything works properly, you should find a class named 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