- Fix cancelAndUpdate and cancelAndDiscard actions on the MSTableOperationError class
- Fix issues with sync operations not firing their completion blocks on the correct queue
- GA of offline sync changes from previous betas
- [Breaking] Changed MSReadQueryBlock to return MSQueryResult instead of items and totalCount. See this blog post for more information.
- Added support for incremental sync
- Added support for query parameters in pull operations
- Added support for following link headers returned from the .NET backend
- Fixed issue with login controller completing before animation completes
- Added a method for force purge of local data
- Added a helper method to return an NSDictionary from an NSManagedObject
- Fixed issue with the __includeDeleted flag sending the wrong value
- Added support for incremental sync
- Added support for query parameters in pull operations
- Fixed issue with login controller completing before animation completes
- Added a method for force purge of local data
- Added a helper method to return an NSDictionary from an NSManagedObject
- Fixed issue with the __includeDeleted flag sending the wrong value
- Added support for offline and sync
- Address bug where version property was returned to the caller even when not asked for
- Fixes Swift QS for syntax changes up to Xcode Beta 7
- Fix issue with const when using both Azure Messaging and Mobile Services frameworks
- Fix issue #306 with how arrays passed as query string params to table and custom APIs are converted
- Fix issue where system properties (__version, __updatedAt, etc) were returned to the caller when they were not requested
- Added support for APNS Azure Notification Hub integration
- Support for optimistic concurrency on delete
-
- Fix issue #218 in which some dates coming from the mobile services with the .NET runtime weren't parsed correctly
- Added a mapping in the authentication provider from WindowsAzureActiveDirectory to the value used in the REST API (
/login/aad
)
- Supports the arm64 architecture
- Now requires iOS 6 or newer to use
- Support for optimistic concurrency (version / ETag) validation
- Support for
__createdAt
/__updatedAt
table columns - Fix bug with using arrays in invokeAPI
- Support for tables with string ids