evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Identifying devices #65

Open afilp opened 6 years ago

afilp commented 6 years ago

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?

mkozhukharenko commented 6 years ago

just instal this package and enable analytics

afilp commented 5 years ago

@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!