Skip to content

2.13

Compare
Choose a tag to compare
released this 25 Oct 15:40
· 346 commits to master since this release

Fixes

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 )