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

Privacy Manifest #993

Open
EricJMoon opened this issue Dec 7, 2023 · 16 comments
Open

Privacy Manifest #993

EricJMoon opened this issue Dec 7, 2023 · 16 comments
Labels

Comments

@EricJMoon
Copy link

Question

Hi,
At WWDC23 Apple announced that apps and SDKs that make use of "required reason" APIs and "Data Collection", "Tracking" will need to provide a privacy manifest.
Does Starscream need to include this manifest?

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

Environment:

  • OS/Version: �iOS 17
  • Starscream Version : 4.0.4
  • Xcode version : 15.0.1
@GH-Ong
Copy link

GH-Ong commented Jan 8, 2024

Hi +1 to this we really need this in accordance to apple's new requirements. Is there any plans to implement this?

@fraserscottmorrison
Copy link

@daltoniam Starscream has been listed on Apple's website as a library that requires a privacy manifest - congratulations? :) https://developer.apple.com/support/third-party-SDK-requirements/.

Apps that include your library will be rejected if this isn't provided. Would you be able to include it in your next release?

@threema-matteo
Copy link

Hey @daltoniam, are there any updates on this issue? Do you plan to add the required files? Thx

@GH-Ong
Copy link

GH-Ong commented Feb 19, 2024

Hi @daltoniam any plans on this? The apple requirement for spring 2024 is nearing and we need the privacyManifest for this SDK

@timoninas
Copy link

Hi @daltoniam any plans on this? 👀

@wlxo0401
Copy link

wlxo0401 commented Feb 26, 2024

@acmacalister any plans on this? 👀 please

@KimMylerMedia
Copy link

Struggling with this as well, any updates coming soon?

@LunightLab
Copy link

thanks you :)

@duytohoang
Copy link

In this link https://developer.apple.com/support/third-party-SDK-requirements/. I also see that Apple have require the SDK should be have signature. So, in case, I using Starscream in .podspec file as:

s.dependency "Starscream", "~> 4.0.8"

then, have we need and check signature for Starscream?

@jonathanellis
Copy link
Contributor

@duytohoang Signatures are only required for binary dependencies. Since Starscream is an open-source dependency, it does not require a signature.

@vanijain3108
Copy link

@daltoniam

I am try to upload my build for external testing with the starscream sdk version 3.1.2
but I got the error binary invalid and also got the mail from Apple Store connect

ITMS-91065: Missing signature - Your app includes “framework”, which includes Starscream, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.

can anyone help which of this sdk version help me to solve this issue
or issue is still pending from your side

please let me know if anyone know any update on that

@wlxo0401
Copy link

@daltoniam

I am try to upload my build for external testing with the starscream sdk version 3.1.2 but I got the error binary invalid and also got the mail from Apple Store connect

ITMS-91065: Missing signature - Your app includes “framework”, which includes Starscream, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. If a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.

can anyone help which of this sdk version help me to solve this issue or issue is still pending from your side

please let me know if anyone know any update on that

Do you use SPM?

@vanijain3108
Copy link

yes , this sdk is added by adding in package dependencies for version 3.1.2

@vanijain3108
Copy link

if I am using the latest version sdk then also I receive this error while adding the build for external testing
binary invalid @wlxo0401

@Devh-cv
Copy link

Devh-cv commented May 14, 2024 via email

@vanijain3108
Copy link

hi buddy i fix the issue vanijain3108 @.> escreveu em seg., 13/05/2024 às 7:55 AM :

if I am using the latest version sdk then also I receive this error while adding the build for external testing binary invalid @wlxo0401 https://github.com/wlxo0401 — Reply to this email directly, view it on GitHub <#993 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4GLVJ3BXV7AHG5FZT26MGTZCB5ZJAVCNFSM6AAAAABAKPP7U2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGAYTMMRQHA . You are receiving this because you commented.Message ID: @.
>

Yes , now my code is working

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

No branches or pull requests