react-native-firebase-analytics
react-native-firebase-analytics copied to clipboard
Identifying devices
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?
just instal this package and enable analytics
@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!