tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
635 stars 95 forks source link

Any support of Privacy Manifest? #120

Closed iharkatkavets closed 6 months ago

iharkatkavets commented 7 months ago

Privacy Updates for AppStore submission

Expected Behavior

Developers are responsible for all code included in their apps. At WWDC23, Apple introduced new privacy manifests and signatures for commonly used third-party SDKs and announced that developers will need to declare approved reasons for using a set of APIs in their app’s privacy manifest.

Current Behavior

The library doesn't provide Privacy Manifest file

Possible Solution

The library should provide Privacy Manifest if it collects information or access "Required Reasons API"

Additional Info

image
jigs4444 commented 7 months ago

I am also looking for same. Please add privacy manifest support

tikhop commented 7 months ago

@iharkatkavets @jigs4444 Thanks for bringing this up. I will add privacy manifest by the end of the week. If you want it faster, feel free to make a PR. Thank you!

tikhop commented 6 months ago

@iharkatkavets @jigs4444 Sorry for the delay. It has been released here.

Thank you!