As we announced earlier, we have discontinued the free plan in 3.x. We wrote about it on our blog as well as email newsletters. If your application was on the free plan in Backendless 3.x, you can either migrate it to Backendless 4 (which has a free plan and that is not going anywhere) or you…
Backendless Push Notifications are getting a much-needed facelift. Today, with the release of version 4.3.0 you will start noticing some improvements. Specifically, you will see the DeviceRegistration data table:
Backendless supports two approaches for saving data objects in the database: the class-based approach and the map/dictionary approach. With the class approach, you declare a class, instances of which represent individual objects stored in the database. With the introduction of Swift 4, it is important to add a new attribute to your Swift 4 classes….
Data retrieval in Backendless has gotten significantly more powerful with the release of version 4.2.0. We added support for subquery into the syntax of whereClause. The improvement allows your apps to run two queries in the context of one request. The first query identifies a set of objects which is fed into the second query. Consider the following…
We believe that Backendless is great. We know that many developers building with Backendless think so too. This is why we added support for referrals. It is built right into Backendless Console and every Backendless developer got his/her own invite code. There is a convenient way to access the “Invites” page by clicking the “Send…
Codeless Programming is a general approach for creating programs without writing any code. When combined with the power of the Backendess mBaaS, Codeless becomes a powerful and super-efficient tool. In this post, we will describe how to use Codeless to create a custom Amazon Alexa skill. In this first part, you will develop a basic Alexa…
Mark your calendars, we will be conducting a webinar to talk about Codeless. Get all the information about this exciting technology straight from the source. There will be a technical walkthrough and demos showing how to build with Codeless. When: Aug 22, 2017, 1:00pm US Central Time Host: Mark Piller, Backendless founder and CEO Registration is required.
In a surprise move, Facebook announced shutdown of Parse, a service they acquired in 2013. The company gave developers until January of 2017 to migrate their apps off of Parse. Many developers have been turning to Backendless as a feature-rich alternative that matches Parse’s features and offers new functionality such as Publish/Subscribe messaging, support for…
The core of the Codeless technology we released last week is the Codeless Logic Designer. It is a visual environment for composing logic of your API/IoT services, Event Handlers, and Timers. The system uses “blocks”, a jigsaw puzzle-like UI components placed into categories. When you create a codeless service, you snap blocks to create the logic. As…