Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDWebImage for PrivacyInfo #323

Open
Jignesh1303 opened this issue Apr 8, 2024 · 6 comments
Open

SDWebImage for PrivacyInfo #323

Jignesh1303 opened this issue Apr 8, 2024 · 6 comments

Comments

@Jignesh1303
Copy link

Jignesh1303 commented Apr 8, 2024

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
Copy link
Contributor

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

@Jignesh1303
Copy link
Author

Through Cocoapods

@akashvercetti
Copy link
Collaborator

@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
Copy link
Author

Jignesh1303 commented Apr 10, 2024

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
Copy link
Author

@akashvercetti , Did you find any solution?

@akashvercetti
Copy link
Collaborator

@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:

  • Clean Install node modules again. Delete node_modules folder and install your packages again using yarn install. Then in iOS folder, delete Pods folder and Podfile.lock file. The install pods again.
  • Clear your pod cache for SDWebImage using pod cache clean 'SDWebImage' --all or pod cache clean 'SDWebImage' and then try to install.
  • Contact CleverTap Support from the CleverTap Dashboard and let a technical manager debug it with you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants