Starter app for Kinvey iOS 3.x SDK
This is a iOS Sample app to illustrate how to use version 3.x of the Kinvey iOS library.
- Logging in a user
- Using the 3.x DataStore API to send and retrieve data
- Managing offline data in a "Sync" store and synchronizing it with the backend
- iOS 9 or later
- XCode 8.1 or above
- Kinvey iOS library v3.3 (bundled in as a developer preview).
- Kinvey app ID and secret. Before compiling, replace
appKey
andappSecret
in theAppDelegate
with values you obtain from the console.
Note: The master
branch of this starter app uses Swift 3. If you prefer to use Swift 2.3, refer to the Swift 2.3 branch on this repo. Each branch uses the corresponding Swift-compatible version of the Kinvey SDK.
Copyright (c) 2016 Kinvey, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.