CleverTap / clevertap-ios-sdk

CleverTap iOS SDK
https://clevertap.com
MIT License
54 stars 51 forks source link

SDWebImage for PrivacyInfo #323

Open Jignesh1303 opened 1 month ago

Jignesh1303 commented 1 month ago

CleverTap iOS SDK 6.2.0 is using version of SDWebImage (5.11) which has not PrivacyInfo. Please release new version with SDWebImage latest version 5.19.1.

nishant-clevertap commented 1 month ago

Hi @Jignesh1303 How are you integrating our CleverTap SDK, via cocoapods, spm or manual integration?

Jignesh1303 commented 1 month ago

Through Cocoapods

akashvercetti commented 1 month ago

@Jignesh1303 the sdk supports "up to next major version" of SDWebImage as mentioned in the podspec:

s.ios.dependency 'SDWebImage', '~> 5.11'

https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CleverTap-iOS-SDK.podspec#L12

Please update pods by pod install --repo-update or delete Pods folder and Podfile.lock and install pods again to update the SDWebImage version.

Here is a sreenshot of a sample app with CleverTap SDK 6.2.0.

Screenshot 2024-04-08 at 5 19 27 PM
Jignesh1303 commented 1 month ago

We are using react native dependency. "clevertap-react-native": "2.2.0"

Still It is Installing SDWebImage (5.11.1)

I tried:

  1. pod install --repo-update
  2. pod update
Jignesh1303 commented 1 month ago

@akashvercetti , Did you find any solution?

akashvercetti commented 1 month ago

@Jignesh1303 Here is a screenshot for a react native sample app with CT SDK 6.2.0 and SDWebImage 5.19.1 being installed.

Screenshot 2024-04-10 at 11 42 48 AM

If pod install --repo-update doesn't work you can try the following options: