isar-community / isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter
https://isar-community.dev
Apache License 2.0
126 stars 14 forks source link

Add privacy manifest for Apple #63

Closed frederikstonge closed 4 months ago

frederikstonge commented 4 months ago

https://github.com/isar/isar/issues/1601

Related to this. I was wondering if this is something that can be added to the isar-community builds for 3.x and 4.x.

frederikstonge commented 4 months ago

This tool can be used to generate the manifest:

https://wemakeapps.net/manifest-maker

vicenterusso commented 4 months ago

This tool can be used to generate the manifest:

https://wemakeapps.net/manifest-maker

Tks for the link @frederikstonge .

Please check both PRs, tell me if you have anything to add to this issue

frederikstonge commented 4 months ago

Seems to be good, but I'm not sure why the build is failing.

frederikstonge commented 4 months ago

Wait, there should be keys for all three : [0] NSPrivacyAccessedAPICategoryFileTimestamp [1] NSPrivacyAccessedAPICategorySystemBootTime [2] NSPrivacyAccessedAPICategoryDiskSpace

All I see right now is a reason for NSPrivacyAccessedAPICategoryDiskSpace

vicenterusso commented 4 months ago

The build fails for another reason.

I don't think we should have reasons for all three items. Only what Isar actually uses (even that we are no sure if Isar or limbdbx uses disk space checks)

frederikstonge commented 4 months ago

The build fails for another reason.

I don't think we should have reasons for all three items. Only what Isar actually uses (even that we are no sure if Isar or limbdbx uses disk space checks)

Alright! :) It looks good then! Thank you for being so responsive!

micodev commented 4 months ago

https://stackoverflow.com/questions/78163859/itms-91053-missing-api-declaration-privacy

vicenterusso commented 4 months ago

In case you missed @micodev , we already have 2 PRs related to this issue

frederikstonge commented 4 months ago

Any idea when this will be merged?

vicenterusso commented 4 months ago

Any idea when this will be merged?

I will suggest that @mrclauss merge #64 and #65 with a new release (maybe 3.1.6+1 ?)

frederikstonge commented 4 months ago

Any idea when this will be merged?

I will suggest that @mrclauss merge #64 and #65 with a new release (maybe 3.1.6+1 ?)

And also for v4 since this is what I'm using. Also, on a side note, I have started a discussion here : https://github.com/isar-community/isar/discussions/67

If you could give me your input about my question, I would really appreciate. Thank you

draskosaric commented 3 months ago

Hi guys, any idea when a new release can be expected? Thanks in advance and thank you for keeping this project alive.

mrclauss commented 3 months ago

This is already contained in versions 3.1.7/4.0.3

draskosaric commented 3 months ago

Thanks for quick response. But, I can only see 3.1.0+1 version on pub.dev

mrclauss commented 3 months ago

You need to use the Isar-Community version as described in the quickstart on Isar-Community.dev

Am 9. Mai 2024 09:38:38 MESZ schrieb "Draško Sarić" @.***>:

Thanks for quick response. But, I can only see 3.1.0+1 version on pub.dev

-- Reply to this email directly or view it on GitHub: https://github.com/isar-community/isar/issues/63#issuecomment-2102124503 You are receiving this because you modified the open/close state.

Message ID: @.***>

-- Martin Clauss Meine Contactulater Card - All meine Kontaktinfo immer aktuell und vollständig: https://contactulater.app/me/mc

draskosaric commented 3 months ago

Thanks! Again. congrats for team's hard work.