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 #571

Open
wlxo0401 opened this issue Dec 26, 2023 · 9 comments
Open

Privacy Manifest #571

wlxo0401 opened this issue Dec 26, 2023 · 9 comments

Comments

@wlxo0401
Copy link

wlxo0401 commented Dec 26, 2023

I think CocoaMQTT needs privacy manifest.

The 'starsream' library requires PrivacyInfo to be applied, and so does the 'starsream' repackaged libraries.

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
https://developer.apple.com/support/third-party-SDK-requirements/

@cyrillelegrand
Copy link

This is going to become an absolute prerequisite by Spring 2024, so that apps built with CocoaMQTT will still pass validation by Apple. The deadline is explicitly stated on Apple's site.

@wlxo0401
Copy link
Author

wlxo0401 commented Feb 2, 2024

This is going to become an absolute prerequisite by Spring 2024, so that apps built with CocoaMQTT will still pass validation by Apple. The deadline is explicitly stated on Apple's site.

When will Apple's claimed spring start in April of March? If PrivacyManifest is not added to the library by that time, will I not be able to submit the app?

@cyrillelegrand
Copy link

Okay after further reading and gathering of information on Apple's side, it seems that:

  • only the SDKs listed by Apple on their big list will be REQUIRED to declare a privacy manifest (whether they use the information they collect, or not) before spring 2024
  • every SDK not on the list is not required to declare the manifest, ONLY those who actually use personal information
  • at some point in the future, every SDK will need a manifest, but it won't be enforced for now.

So in my interpretation, it's not mandatory for CocoaMQTT now; but it may be in the long run, and it could be a good thing to just declare an "empty" manifest right away, so that it's done once and for all. Take for example SnapKit, which obviously doesn't collect anything, but has already added the manifest: https://github.com/SnapKit/SnapKit/blob/4478b2234e85c36b9f2c855d909037dc4dc08eda/Sources/PrivacyInfo.xcprivacy#L5

@wlxo0401
Copy link
Author

Okay after further reading and gathering of information on Apple's side, it seems that:

  • only the SDKs listed by Apple on their big list will be REQUIRED to declare a privacy manifest (whether they use the information they collect, or not) before spring 2024
  • every SDK not on the list is not required to declare the manifest, ONLY those who actually use personal information
  • at some point in the future, every SDK will need a manifest, but it won't be enforced for now.

So in my interpretation, it's not mandatory for CocoaMQTT now; but it may be in the long run, and it could be a good thing to just declare an "empty" manifest right away, so that it's done once and for all. Take for example SnapKit, which obviously doesn't collect anything, but has already added the manifest: https://github.com/SnapKit/SnapKit/blob/4478b2234e85c36b9f2c855d909037dc4dc08eda/Sources/PrivacyInfo.xcprivacy#L5

That's right. CocoaMQTT also looks good to add 'PrivacyInfo'.

However, library developers are not responding.

And 'CocoaMQTT' seems to refer to 'Starscream'.

'Starscream' is also a must to add 'PrivacyInfo', but its developers are not responding either.

Even for libraries referencing 'Starscream', 'PrivacyInfo' is a must...

@wlxo0401
Copy link
Author

wlxo0401 commented Mar 2, 2024

Starscream Privacy Manifest Issue

We need to check the above issue as well.

@wlxo0401
Copy link
Author

wlxo0401 commented Mar 2, 2024

@HJianBo Please share your opinion.

@wlxo0401
Copy link
Author

wlxo0401 commented Mar 13, 2024

The 'Starscream' library has also been updated. I think we need to update the dependencies considering as well.

also check https://github.com/leeway1208/MqttCocoaAsyncSocket

@wlxo0401
Copy link
Author

@HJianBo, @leeway1208 Please check this issue.

@HuseyinVural
Copy link

@wlxo0401 It would be more advantageous if it could be included in the main repo.
I will proceed with the fork I developed. I haven't encountered any problems in my tests so far. I hope it will works.
The original developers are probably dead, at least mentally.

#586

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