Tag: ios

Background data sync with Couchbase Mobile on iOS: Tutorial
Background data sync with Couchbase Mobile on iOS: Tutorial

This simple tutorial discusses how you can use iOS Background App Refresh capability to sync data using Couchbase Mobile when your app is in the background.

Using Couchbase Lite for Data Storage With Cordova Plugin
Using Couchbase Lite for Data Storage With Cordova Plugin

This tutorial will walk you through how you can build a Cordova plugin that allows you to use Couchbase Lite as embedded data store.

Tutorial on Using Couchbase Lite for data storage in React Native Apps
Tutorial on Using Couchbase Lite for data storage in React Native Apps

Couchbase Lite is an embedded NoSQL database for iOS, Android and .Net platforms. Tutorials will walk you through the steps on how you can use React Native Modules to interface with Couchbase Lite 2.x  from within your React Native app.

Tutorial: Using the Query API With Couchbase Lite, iOS
Tutorial: Using the Query API With Couchbase Lite, iOS

This tutorial demonstrates the use of SQL-like Query API in Couchbase Lite 2.0 using a prebuilt Database bundled with your iOS Swift App.

Xcode Playground for Exploring Query API in Couchbase Lite 2.0
Xcode Playground for Exploring Query API in Couchbase Lite 2.0

This post is a step-by-step guide to using Xcode Playground to test and explore the Query API in Couchbase Mobile 2.0. Given the unified nature of the QueryBuilder API you should be able to easily translate the swift queries to any of the other platform languages supported in Couchbase Lite

How to Query Array Collections in Couchbase Lite
How to Query Array Collections in Couchbase Lite

In this Couchbase blog post, we will discuss array query collections conducted using Couchbase Lite, the new API query interface based on N1QL.

Sharing and Syncing Data between iOS Apps and App Extensions across devices
Sharing and Syncing Data between iOS Apps and App Extensions across devices

Use Couchbase Mobile Database in a shared container to share data between an iOS App and corresponding App Extension and to sync data across devices

Access to Shared Couchbase Database Bucket From Mobile and Web Clients
Access to Shared Couchbase Database Bucket From Mobile and Web Clients

We have developed a Travel Sample Application that demonstrates the power of shared bucket access from web and mobile clients.

Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available
Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available

Learn how to develop mobile applications with NativeScript, Angular, and NoSQL with the project from the recent Couchbase Meetup in Mountain View.

Certificate Pinning in your Couchbase Mobile iOS App
Certificate Pinning in your Couchbase Mobile iOS App

The SSL/TLS protocol relies on a PKI mechanism that has certain drawbacks.Certificate pinning is a technique that is used by applications to alleviate this.