We live in a diverse world, filled with a myriad of languages and cultures. Communicating with users in their native tongue not only adds a personal touch but also enhances user engagement. With this in mind, we are excited to read more…
Hi,
Meet new release of ConnectyCube iOS SDK v1.3.1! You can download it on our GitHub page.
New
- Enum with possible error codes :
typedef NS_ENUM(NSInteger, CYBErrorCode) { CYBErrorCodeCancelled = NSURLErrorCancelled, CYBErrorCodeUnknown = -1, CYBErrorCodeAccepted = 202, CYBErrorCodeCreated = 201, CYBErrorCodeForbidden = 403, CYBErrorCodeNotFound = 404, CYBErrorCodeOK = 200, CYBErrorCodeBadRequest = 400, CYBErrorCodeServerError = 500, CYBErrorCodeUnAuthorized = 401, CYBErrorCodeValidationFailed = 422 } NS_SWIFT_NAME(ErrorCode);
Fixed
dialog.adminsIDs
serialization in “Create dialog” request
ConnectyCube iOS SDK documentation is available on our website.
Your feedback is always appreciated!