Skip to content

Releases: particle-iot/particle-cloud-sdk-ios

1.0.7

23 Apr 22:35
Compare
Choose a tag to compare

Fix Cocoapods issue

1.0.6

23 Feb 22:52
Compare
Choose a tag to compare
  • Added support for developer plans

1.0.5

27 Apr 13:06
bee2b05
Compare
Choose a tag to compare
  • Update AFNetworking to 4.0 to fix AppStore error about usage of deprecated UIWebView

1.0.4

23 Mar 13:12
Compare
Choose a tag to compare
  • Add custom header to easier identify traffic coming from mobile SDK

1.0.3: Merge pull request #20 from particle-iot/feature/bsom-cat1-support

06 Feb 15:49
063d823
Compare
Choose a tag to compare
  • Added support for platform id 25 (B5 SoM / BSoM CAT 1)
  • Switched to using AFNetworking subspecs to silence appstore warning shown when submitting an app update

1.0.2

13 Jan 15:55
01a5886
Compare
Choose a tag to compare

Added TravisCI integration and few unit tests

1.0.1

08 Nov 12:24
Compare
Choose a tag to compare
  • Changed name of the repository, podspec & readme file.

1.0.0

04 Nov 13:31
Compare
Choose a tag to compare
  • Changed access token logging behavior to always log just last 4 digits

  • Fixed a bug causing app to crash when attempting to resume session from the app running in the background

  • Removed requestPasswordResetForCustomer as it is no longer supported by Particle Cloud API

0.9.7

30 Jul 19:14
Compare
Choose a tag to compare

Removed unused networkState property from ParticleDevice. Added support for networkId, networkRole, networkRoleState (device roles need to be approved) properties

0.9.6

27 Jun 10:33
Compare
Choose a tag to compare

Added support for editing device notes & pinging the device. Also introduced support for custom ParticleCloud API base URL. Particle device will now broadcast ParticleDeviceSystemEventFlashFailed event.

❗❗❗ Potentially breaking change ❗❗❗
Preciusly unused version property has been renamed to systemFirmwareVersion and now it contains DeviceOS version string.