Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/particle-iot/particle-cloud-sdk-ios
Official Particle Cloud SDK for iOS
https://github.com/particle-iot/particle-cloud-sdk-ios
core electron ios iot objective-c particle photon sdk swift
Last synced: 4 months ago
JSON representation
Official Particle Cloud SDK for iOS
- Host: GitHub
- URL: https://github.com/particle-iot/particle-cloud-sdk-ios
- Owner: particle-iot
- License: apache-2.0
- Created: 2017-04-04T20:36:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T01:20:23.000Z (12 months ago)
- Last Synced: 2024-04-30T05:01:38.957Z (9 months ago)
- Topics: core, electron, ios, iot, objective-c, particle, photon, sdk, swift
- Language: Objective-C
- Size: 4.38 MB
- Stars: 19
- Watchers: 45
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Particle iOS Cloud SDK
[![Build Status](https://travis-ci.org/particle-iot/particle-cloud-sdk-ios.svg?branch=master)](https://travis-ci.org/particle-iot/particle-cloud-sdk-ios)
[![Coverage Status](https://coveralls.io/repos/github/particle-iot/particle-cloud-sdk-ios/badge.svg?branch=master)](https://coveralls.io/github/particle-iot/particle-cloud-sdk-ios?branch=master)### Introduction
Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud. It’s an easy-to-use wrapper for Particle REST API. The Cloud SDK will allow you to:
- Manage & inject user sessions for the Particle Cloud (access tokens, encrypted session management)
- Claim/Unclaim devices for a user account
- Get a list of Particle devices claimed by user
- Read variables from devices
- Invoke functions on devices
- Publish events from the mobile app and subscribe to events coming from devices
- Get data usage information for Electron devices### Getting Started
- Download [Particle iOS Cloud SDK](https://github.com/particle/particle-cloud-sdk-ios/archive/master.zip) and try out the included iPhone example app
- Refer to our [documentation](https://docs.particle.io/reference/ios/) for getting started guide, API reference, support & feedback links.### Communication
- If you **need help**, use [Our community website](http://community.particle.io)
- If you **found a bug**, _and can provide steps to reliably reproduce it_, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.### Release Policy & Cadence
We try to make sure tip of master branch always compiles. We will tag commits used for AppStore releases with git tag. Any time something is merged to master, we will ship a release which includes that change within 90 days.
(Note: while it is our intent to release on this schedule, it is not meant as a guarantee. Circumstances may require us to expand the window between a change and when that change ships in a release.)
### Contributors
- Raimundas Sakalauskas [Github](https://www.github.com/raimundassakalauskas)
### License
Particle iOS Cloud SDK is available under the Apache License 2.0. See the [LICENSE file](https://github.com/particle-iot/particle-cloud-sdk-ios/blob/master/LICENSE) for more info.