Pushwoosh / pushwoosh-react-native-plugin

Other
57 stars 43 forks source link

ITMS-90809: Deprecated API Usage #105

Closed LiamGregory closed 4 years ago

LiamGregory commented 4 years ago

when doing a pod install on pushwoosh 5.20.8 it pulls in these old version of the pushwoosh sdk

Installing Pushwoosh (5.19.1) Installing PushwooshInboxUI (5.16.0)

according to this issue on the ios SDK repo 5.19.1 still contains UIWebView https://github.com/Pushwoosh/pushwoosh-ios-sdk/issues/83

wfhm commented 4 years ago

@LiamGregory,

Did you try running pod update and rebuilding the app already?

mickamy commented 3 years ago

I think it is nice to specify original Pushwoosh SDK version in podspec file.

mickamy commented 3 years ago

@LiamGregory I think not providing dependent SDK version is a bit confusing. What do you think about this PR? https://github.com/Pushwoosh/pushwoosh-react-native-plugin/pull/118