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 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/back4app/ios objective c quickstart example/archive/master zip , and unzip files in your project folder you can do that using the following command line $ curl lok https //github com/back4app/ios objective c quickstart example/archive/master zip && unzip master zip 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 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 (command+r) wait until the hello world! screen appears login at https //www back4app com/ 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 https //www back4app com/docs/ios/ios app template or check https //docs parseplatform org/ios/guide/