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

RJS-2810: Add privacy manifest for Apple App Store #6642

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kneth
Copy link
Member

@kneth kneth commented May 1, 2024

What, How & Why?

This closes #6638

The manifest

The actual privacy manifest is based on our current understanding of what is needed.

Testing

  1. npm pack is used to create a tgz file
  2. In a simple app, the "release" is added: npm install realm-x.y.z.tgz
  3. The xcode project is generated: cd ios && pod install
  4. The code project is opened with XCode: build and archive the app
  5. The archived app is validated in XCode, and no errors (e.g. 'invalid bundle structure' or 'the “.../RealmJS” binary file is not permitted') are reported

Unknowns

I am a bit uncertain if the proposed privacy manifest (in particular the location of it) is compatible with Catalyst.

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • 📝 Update COMPATIBILITY.md
  • 🚦 Tests
  • 📦 Updated internal package version in consuming package.jsons (if updating internal packages)
  • 📱 Check the React Native/other sample apps work if necessary
  • 💥 Breaking label has been applied or is not necessary

Copy link
Member

@elle-j elle-j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's give it a go 🙂

CHANGELOG.md Outdated Show resolved Hide resolved
packages/realm/RealmJS.podspec Show resolved Hide resolved
kneth and others added 4 commits May 3, 2024 19:47
* [12.8.1-alpha.0] Bump version

* [12.8.1-alpha.0] Bump version

---------

Co-authored-by: kneth <[email protected]>
Co-authored-by: Kenneth Geisshirt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants