Skip to content

nieljoubert/iOS-Samples

 
 

Repository files navigation

iOS-Samples

Contains sample projects demonstrating the usage of various Backendless API and functionality

Backendless iOS SDK (http://backendless.com)


============== USING WITH COCOAPODS:

To create a new project with CocoaPods, follow these simple steps:

  • Create a new project in Xcode as you would normally, then close this project.
  • Open a Terminal window, and $ cd into your project directory.
  • Create a Podfile. This can be done by running $ touch Podfile.
  • Open your Podfile using your favorite text editor (or Xcode), and add a text that looks like this:

pod 'Backendless-ios-SDK'

  • Save Podfile, return to Terminal window and run $ pod install. Once all of the pod data is downloaded, Xcode project workspace file will be created. This should be the file you use everyday to create your app.
  • Open .xcworkspace file to launch your project, and build it.

======= USING WIHOUT COCOAPODS

To create a new project, follow the guide: 'getting-started'

If you need to update your existing project to iOS 9.x, follow the guide: 'Update Project with Backendless SDK for iOS9'

About

Contains sample projects demonstrating the usage of various Backendless API and functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 60.5%
  • C 25.4%
  • C++ 14.1%