Skip to content

2.9.2

Compare
Choose a tag to compare
released this 15 Feb 12:51
· 372 commits to master since this release

v2.9.2 — Feb 14, 2017

  • Added support for VOIP push notifications (for now, only available for Enterprise plans)
    • Added sendVoipPush:toUsers: successBlock:errorBlock: and sendVoipPush:toUsersWithAnyOfTheseTags:successBlock:errorBlock: to QBRequest class. Use them in order to send VOIP push notifications.
    • Added QBMPushTypeAPNSVOIP push type to QBMPushType enum.
    • Added kQBMNotificationChannelsAPNSVOIP NSString constant as one of the notification channels.
    • AddedkQBMPushTypeAPNSVOIP NSString type as one of the push types.
  • Fixed possible leak in unregisterSubscriptionForUniqueDeviceIdentifier:successBlock:errorBlock method in QBRequest class.