2.13
Fixes
- Fixed issue with no callback if chat wasn’t connected and we are trying to disconnect
- Fixed crash when pass count = 1 in retrieve dialogs/messages request
- Fixed GitHub issue 736. Thanks @srgrah
- Fixed GitHub issue 869. Thanks @nitinsindhubt
- Fixed GitHub issue 892. Thanks @RamandeepGosal
New
-
Added class properties in
QBSettings
-
Added
+ [QBSettings settingsFromPlist]
and+ [QBSettings settingsFromPlistWithName:]
This method should be used only for Continuous Integration (CI) because of security reasons
Possible keys Type Required applicationID Number YES authorizationKey String YES authorizationSecret String YES accountKey String YES apiEndpoint String NO chatEndpoint String NO autoReconnectEnabled Bool NO carbonsEnabled Bool NO streamManagementSendMessageTimeout Integer NO reconnectTimerInterval Double NO keepAliveInterval Double NO chatEndpointPort Integer NO -
Added exception for missed credentials
-
Added
QBSettings.chatEndpoint
class property -
Added
QBSettings.apiEndpoint
class property
Deprecated
- Deprecated
+ [QBSettings setApiEndpoint:chatEndpoint:forServiceZone:]
- Deprecated
+ [QBSettings setServiceZone:]
- Deprecated
+ [QBSettings currentServiceZone]
Sample projects updates
- Swift 4 support
- Latest Pod’s (QMServices 0.5.3, QMChatViewController 0.5.1 )