sparkfabrik / sparkfabrik-react-native-idfa-aaid

React Native module for getting IDFA (iOS) or AAID (Android)
MIT License
84 stars 22 forks source link

RN73 upgrade; local module path; add AD_ID permission #84

Closed exzos28 closed 4 months ago

exzos28 commented 4 months ago

Hi, I updated my project to RN73 and PlayStore threw the error that the project requires com.google.android.gms.permission.AD_ID permission.
image

I wanted to complete RN73 upgrade in that library and bump targetSdkVersion to 34 because RN73 template uses it.

But I faced the error https://github.com/sparkfabrik/sparkfabrik-react-native-idfa-aaid/issues/83

In this PR I've fixed it, bumped targetSdkVersion, and added the permission.

edodusi commented 4 months ago

thanks @exzos28, tested this ok, preparing for upcoming release