pubnub / objective-c

PubNub Objective-C based APIs for iOS and OS X
Other
185 stars 189 forks source link

PubNub SDK 4.11.0 Release #416

Closed parfeon closed 5 years ago

parfeon commented 5 years ago

⭐️ Message Actions API

Add Message Actions API support which allow to:

⭐️ Message Actions API support for History API

Add new method to simple interface and argument to builder pattern interface which allow to fetch previously added actions and message metadata.

⭐️ New event handler for message actions

Modify PNObjectEventListener with new callback which can be used to track message actions addition / removal events.

⚙️: conditional publish sequence manager data save

Enhanced performance by making save only in case if any change to represented data has been made. Ensure save completion will be called even if publish sequence manager doesn't have reference on PubNub client instance for which it has been created.