zendesk / react-native-sunshine-conversations

React Native wrapper for Smooch.io
MIT License
36 stars 26 forks source link

Update iOS to v5 SDK #29

Closed BigGillyStyle closed 6 years ago

BigGillyStyle commented 7 years ago

Right now the podspec file limits to v4 of the Smooch iOS SDK:

s.dependency 'Smooch', '~> 4.0'

...while the SDK is (as of this writing) on version 5.8.1. What would it take to update this to use the latest SDK? Just as a clarification, when using the latest version of this library I see the following log message upon simulator start-up:

Aug  7 14:37:50 MobileMessagingApp[46835]: There is a new Smooch version available. You have 4.3.1, version 5.8.1 is available. Visit https://github.com/smooch/smooch-ios to download it or do a 'pod update'

Executing pod update does not update the iOS SDK to v5, since (I assume) the corresponding .podspec pins the major version to 4.x.

BigGillyStyle commented 6 years ago

Fixed with https://github.com/smooch/react-native-smooch/pull/33