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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] iOS Privacy Manifest Support for 1.4.1 version #49

Open
HithakshiK opened this issue Apr 30, 2024 · 1 comment
Open

[Feature] iOS Privacy Manifest Support for 1.4.1 version #49

HithakshiK opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@HithakshiK
Copy link

Updating to 1.5.0 would result in SDK generating new fingerprint which doesn't fit our use case. Please help us by providing privacy manifest file for 1.4.1 version. 馃檹

@mgutski
Copy link
Collaborator

mgutski commented May 1, 2024

Hi @HithakshiK,

Our FingerprintJS OSS library does not include a privacy manifest file and there are no plans to change that. Please note that the OSS library, as opposed to its Pro counterpart, is not distributed as a binary framework. You are free to use SwiftPM and statically link the OSS library to your project.

With that said, you may still use v1.4.1 by adding one of the available reasons for use of disk space APIs to your app鈥檚 privacy manifest file. Though, if you decide to do so, please be aware that we cannot guarantee that your app submission won't be rejected during App Review. It all depends on your use case and your app's specifics.

For more information on creating a privacy manifest file, see Create a privacy manifest instructions provided by Apple. For reference, you can also take a look at the privacy manifest file that we use for our Fingerprint Pro Demo app.

Hope that this information will help you to resolve your issue.

@mgutski mgutski self-assigned this May 1, 2024
@mgutski mgutski added the wontfix This will not be worked on label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants