Skip to content

Releases: ccm-innovation/react-native-twilio-ip-messaging

v0.3.0

08 Mar 14:29
Compare
Choose a tag to compare
added deprecated note and link to react-native-twilio-chat

Minor Patches

29 Sep 12:49
Compare
Choose a tag to compare

Android + iOS Updates

21 Jul 11:52
Compare
Choose a tag to compare

0.2.0

(Includes all features from 0.2.0-rc2)

Upgrading

Update your package.json to use the 0.2.0 version.

$ npm install --save [email protected]
iOS

Modify your Podfile:

pod 'RCTTwilioIPMessaging', :path => '../node_modules/react-native-twilio-ip-messaging/ios'

source 'https://github.com/twilio/cocoapod-specs'
pod 'TwilioIPMessagingClient', '~> 0.14.2'

Run

$ pod update RCTTwilioIPMessaging
$ pod update TwilioIPMessagingClient
Android

Indicate to Android Studio to refresh the gradle dependencies.

Or, remove the cache and it will be auto-generated on the next build.

$ rm -rf $HOME/.gradle/caches/

iOS

  • PR #19 Fixed issue with NSString token not being converted into NSData (thanks @plonkus!)
  • PR #18 Fixed negated isSuccessful resolves in setAttributes and setFriendlyName in client (thanks @Baisang!)
  • PR #16 Updated Podspec to match Twilios requirement of only iOS 8.1 (thanks @Baisang!)
  • Fixed misspelling of lastConsumptionTimestamp
  • Fixed lib Channel getMembers was still calling allObjects

Android

  • Fixed bug when lastConsumedMessageIndex is null

Support for iOS 8.1+

15 Jul 12:28
Compare
Choose a tag to compare
Support for iOS 8.1+ Pre-release
Pre-release

Updated Podspec to support iOS version 8.1+, matching the actual requirements of the Twilio SDK. Thanks to @Baisang for the contribution!

SDK Upgrade to iOS 0.14.2 and Android 0.8.1

14 Jul 16:11
Compare
Choose a tag to compare

Android Pre-Release

06 Jul 16:14
Compare
Choose a tag to compare
Android Pre-Release Pre-release
Pre-release

This release implements the Android SDK (v.0.7.0). Not production ready, please report any issues!

Follow the instructions from the 0.2.0-rc1 branch.

Android SDK Docs.

Bug Fixes

29 Jun 21:07
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Commits

  • c42b0e1 - Fixed #10. Error when getChannelBySid or getChannelByUniqueName do not find the channel. Added better Promise rejection messages.
  • 401e0cf Clarified installation instructions.
  • b082752 - Fixed #11. Attributes were not being defined on Channel.

Bug Fixes

24 Jun 21:01
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Fixed issues with creating a new channel and getting members from a channel.

Commits

Example app + bug fixes

22 Jun 15:04
Compare
Choose a tag to compare
Pre-release

Fixed bug when Channel referenced channelSid.

Added an example of the package.

Patch release

15 Jun 18:47
Compare
Choose a tag to compare
Patch release Pre-release
Pre-release

Added support to install via CocoaPods