Start from ObjC Template
In this section you learn how to get started with an Xcode template and get ready to use Back4App in 3 easy steps.
To complete this quickstart, you need:
- Xcode.
- An app created at Back4App.
Download the template at Back4App’s GitHub repository, and unzip files in your project folder.
You can do that using the following command line:
- Open Xcode.
- Click on File->Open.
3. Navigate to the project folder and double click on QuickStartObjcExampleApp.xcworkspace.
4. Wait for Xcode to open the project.
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
2. Go to your App Dashboard at Back4App website.
3. Navigate to app's settings: Click on Features > Core Settingsblock > Server.
4. Return to your AppDelegate.swift file and paste your applicationId and clientKey.
See more at our New Parse App guide.
- Build your app in a device or simulator (Command+R).
2. Wait until the Hello World! screen appears.
3. Login at Back4App Website.
4. Find your app and click on Dashboard.
5. Click on Core.
6. Go to Browser.
If everything works properly, you should find a class named Installation as follows:
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.