Closed exzos28 closed 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.
com.google.android.gms.permission.AD_ID
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.
thanks @exzos28, tested this ok, preparing for upcoming release
Hi, I updated my project to RN73 and PlayStore threw the error that the project requires
com.google.android.gms.permission.AD_ID
permission.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.