star-micronics / StarPRNT-SDK-iOS-Swift

StarPRNT SDK for iOS including libraries for supporting application development for Star printers.
https://www.star-m.jp/products/s_print/sdk/starprnt_sdk/manual/ios_swift/en/index.html
Other
41 stars 7 forks source link

Missing privacy manifest? #25

Closed amcalgates closed 6 months ago

amcalgates commented 7 months ago

Description

According Apple docs:

From Fall 2023 you’ll receive an email from Apple if you upload an app to App Store Connect that uses required reason API without describing the reason in its privacy manifest file. From Spring 2024, apps that don’t describe their use of required reason API in their privacy manifest file won’t be accepted by App Store Connect.

Does StarPRNT-SDK use any APIs mentioned here? If so, are there plans to include a privacy manifest? I'm not 100% sure what that'd even look like, but this thread maybe has a little insight.

Your device where the bug occurs

Your printer

Your development environment

N/A

To Reproduce

N/A

Expected behavior

N/A

Screenshots

N/A

Additional context

N/A

Tatsuki-Yamamoto2731 commented 7 months ago

@amcalgates Thank you for your report. StarPRNT SDK uses User Defaults APIs that are mentioned in Apple's guideline. Therefore, we have updated StarPRNT SDK to V5.17.1, which includes the privacy manifest file.