Skip to content

0.0.10

Compare
Choose a tag to compare
@danylovaolha danylovaolha released this 12 Jun 13:39
· 516 commits to master since this release
2cd490e
  • fixed password issue when updating the BackendlessUser object
  • fixed Date type issue when retrieving object or registering BackendlessUser with custom Date field
  • fixed the BackendlessUser properties methods
  • added support of custom smart-text substitutions for push templates:
func pushWithTemplate(templateName: String, templateValues: [String : Any], responseHandler: ((MessageStatus) -> Void)!, errorHandler: ((Fault) -> Void)!)
  • added Channel function:
func sendCommand(commandType: String, data: Any?, responseHandler: (() -> Void)!, errorHandler: ((Fault) -> Void)!)