react-native-firebase-analytics icon indicating copy to clipboard operation
react-native-firebase-analytics copied to clipboard

Identifying devices

Open afilp opened this issue 8 years ago • 2 comments

I am not sure how we can use this package to identify a unique installation of the App (i.e. get the Ad Id).

See here: https://support.google.com/firebase/answer/6318039

How can we do this?

It says:

On iOS, the SDK collects the Advertising Identifier if it is available. For IDFA to be available, a developer has to link in the following libraries:

libAdIdAccess.a
AdSupport.framework

Is this added by you? If we add it it will work somehow?

afilp avatar Sep 19 '17 12:09 afilp

just instal this package and enable analytics

mkozhukharenko avatar Sep 26 '17 18:09 mkozhukharenko

@mkozhukharenko Hi! Do you have any idea how we can get the IDFA as value (in react-native-firebase I assume?). We need to get this and submit it to our database. Thanks!

afilp avatar Sep 27 '18 15:09 afilp