Open
Description
I'm getting the following error from Apple:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/SDWebImage.framework/SDWebImage”, which includes SDWebImage, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.
Here's my Podfile
target 'test' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'SwiftMessages'
pod 'GoogleSignIn'
pod 'ApphudSDK'
pod 'STPopup'
pod 'AmplitudeSwift', '~> 1.0.0'
pod 'SDWebImage'
pod 'PushNotifications'
end
Metadata
Metadata
Assignees
Labels
No labels