ITMS-91061: Missing privacy manifest

Hi, developers
I recently uploaded my app to the App Store, to start testing through TF, but when it comes to attaching some testers, :pensive: I get this email:

Please correct the following issues and upload a new binary to App Store Connect.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBAEMKit.framework/FBAEMKit”, which includes FBAEMKit, 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: Third-party SDK requirements - Support - Apple Developer.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit”, which includes FBSDKCoreKit, 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: Third-party SDK requirements - Support - Apple Developer.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics”, which includes FBSDKCoreKit_Basics, 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: Third-party SDK requirements - Support - Apple Developer.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit”, which includes FBSDKLoginKit, 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: Third-party SDK requirements - Support - Apple Developer.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FBSDKShareKit.framework/FBSDKShareKit”, which includes FBSDKShareKit, 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: Third-party SDK requirements - Support - Apple Developer.

Does anyone know if this has to do with the Facebook v4a plugin?

I think that the simplest way to fix this is make empty project for iOS make ‘pod init’ in project, add to Podfile all your frameworks (FBSDKShareKit, FBSDKLoginKit… and so on) eval in command line ‘pod install’ and copy all PrivacyInfo.xcprivacy files from Pods/FBSDK… to data.tgz in /Users/${USER_NAME}/Solar2DPlugins/Caches/Solar2Directory/coronalabs/com.coronalabs/plugin.facebook.v4a/iphone/ folder