justdice / react-native-advertising-id

React Native bridge for fetching advertising info on iOS and Android
MIT License
37 stars 31 forks source link

iOS 14+ support added for changes related to application tracking permission. #26

Open ijunaid opened 3 years ago

ijunaid commented 3 years ago

For iOS 14+ apple changes regarding Application tracking, you need to ask the user for permission to track Application.

"isAdvertisingTrackingEnabled" is deprecated and always return NO/false for iOS 14+ https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614148-isadvertisingtrackingenabled

NikolayFrantsev commented 3 years ago

I can confirm what problem is solved with that pull request. @FlorianBergmann any chance that can be merged and released?

luatnd commented 3 years ago

Yep, this is very important for ios 14, data will be null without it

nericode commented 3 years ago

@FlorianBergmann any chance that can be merged and released

filipengberg commented 3 years ago

Would it be possible to merge this PR and make a new release?

mahmudsg commented 3 years ago

Hello! no one here to merge, please?? :(