Skip to content

Missing privacy manifest #3792

Open
Open
@naissa12

Description

@naissa12

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions