Blog
Introducing FlowRunner: Backendless’ New Automation Platform (Beta)
This holiday season, we’ve prepared a special stocking stuffer for our users! Introducing FlowRunner—a new tool that will revolutionize how you automate tasks and save time. We’re excited to share FlowRunner, a new system designed to help businesses automate tasks and save time. After almost two years of hard work, FlowRunner is now ready to...

Using Backendless CocoaPod with XCode

CocoaPods manages library dependencies for your Xcode projects. The dependencies for your projects are specified in a single text file called “Podfile”. CocoaPods resolves dependencies between libraries, fetches necessary code and links it together in an Xcode workspace to build your project. Make sure you have the Cocoapods ruby gem installed your system. If you don’t,…

How to Load Relational Data from mBaaS

This article reviews the APIs for working with relational persistent data in Backendless. By the end of the article, you will have a working application which demonstrates various mechanisms for loading related data objects from the backend-as-a-service data store. To avoid any terminology confusion or overlap, let’s define related data as multiple objects referencing one…