Releases: Backendless/ios-SDK
Releases · Backendless/ios-SDK
Beta 10 release 4.0 iOS SDK
- Pub/Sub problems fixed
Beta 9 release 4.0 iOS SDK
- sid parameter changed to objectId in the PersistenceService class methods
- SDK cleanup
Beta 8 release 4.0 iOS SDK
- Restored removeById method in IDataStore
- IDataStore, MapDrivenDataStore, DataStoreFactory and PersistenceService cleanup
Beta 7 release 4.0 iOS SDK
- RegisterDevice now returns deviceId instead of registrationId
- Geolocation API cleanup - removed methods with the IResponder (async) and Fault (sync) arguments
- Removed AppDelegate methods from LocationTracker
- Caching API cleanup - removed methods with the IResponder (async) and Fault (sync) arguments
- Atomic Counters API cleanup - removed methods with the IResponder (async) and Fault (sync) arguments
- Fixed warnings in the library build
Beta 6 release 4.0 ios sdk
Merge pull request #99 from olgadanylova/40b3To40b5 Rebuild for beta 6
Beta 5 release 4.0 ios sdk
- Bug fixes
Backendless 3.0.46 build
- The 'registerDevice' methods return device id instead of registration id.
Beta 4 release 4.0 ios sdk
- Fixed and cleaned up register device methods in Messaging
- Removed unregister device methods with IResponder
- Cleaned up Subscribe methods in Messaging
- Removed cancel subscription method with the IResponder argument
- Removed send email methods with the IResponder argument
- Removed file upload methods from FileService class (the methods are replaced by the "saveFile" methods)
- Removed save file methods with the IResponder argument
- Removed rename file methods with the IResponder argument
- Removed copy file methods with the IResponder argument
- Removed move file methods with the IResponder argument
- Removed listing methods with the IResponder argument
- Removed get file count methods with the IResponder argument
- Removed exists method with the IResponder argument
- Removed remove file by URL method with the IResponder argument
- Removed remove directory by URL method with the IResponder argument
- Removed all methods with the IResponder argument from FilePermission class
- Fixed getEntityName method to get it to work correctly with BackendlessUser
Beta3 release 4.0 ios sdk
- Removed easy login for Facebook and Google
- Removed signatures with IResponder for all methods in User Service
- Removed the assignRole/unassignRole methods - they must be invoked only from the server-code
Beta2 release 4.0 ios sdk
Merge pull request #71 from olgadanylova/4.0 Build 4.0b2