Skip to content

4d/ios-QMobileDataSync

Repository files navigation

QMobileDataSync

This iOS framework synchronize the data from 4D database to the mobile database QMobileDataStore, by using 4D Rest API through QMobileAPI

Part of iOS SDK

How it work

DataSync instance have some methods to synchronize (or reload) the data.

1/ This methods loop on available tables on native mobile database, get latest data from 4D using the rest api and by specifying the stamp of modification, then store it in the native database

2/ Then at the end deleted records/entities are synchronized by getting data from table __DeletedRecords

Dependencies

Name License Usefulness
QMobileAPI 4D Network api
QMobileDataStore 4D Store data

Build

Using Xcode project

To download dependencies use carthage checkout

then open workspace with Xcode and compile

Using swift package manager

You can open Package.swift with Xcode and compile or launch standards command line for swift, see build.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages