iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
317 stars 21 forks source link

iOS privacy manifest - question #147

Closed wojcik92michal closed 3 months ago

wojcik92michal commented 3 months ago

Hello!

Do you need to provide the changes related to iOS Privacy Manifest? (https://developer.apple.com/support/third-party-SDK-requirements/)

After using the tools from https://github.com/Wooder/ios_17_required_reason_api_scanner, it turns out that it discovers the following:

Used symbols in binary ./Iaphub/libIaphub.a: NSUserDefaults

The version that I am using is 8.4.2.

iaphub commented 3 months ago

Hi @wojcik92michal,

We added the privacy manifest file in the latest version of our SDK. The issue should be fixed if you update react-native-iaphub to the latest version (8.6.2).