Update ios.md

This commit is contained in:
Elliot Hesp
2019-09-17 15:23:04 +01:00
committed by GitHub
parent 401423dcf4
commit 052d8dbcc3

View File

@@ -9,7 +9,7 @@ The following steps are only required if you are using React Native <= 0.59 or n
Installation can be done via CocoaPods (recommended) or via Frameworks:
## 1. CocoaPods Installation
## CocoaPods Installation
### Add the RNFBAnalytics Pod
@@ -37,13 +37,6 @@ Once the Pods have installed locally, rebuild your iOS project:
react-native run-ios
```
## 2. Manual Framework Installation
If your environment does not have access to Cocopods, it is still possible to install the project
via Frameworks.
TODO
## Device Identification
If you would like to enable Firebase Analytics to generate automatic audience metrics for iOS (as it does by default in Android), you must link additional iOS libraries, [as documented by the Google Firebase team](https://support.google.com/firebase/answer/6318039). Specifically you need `libAdIdAccess.a` and `AdSupport.framework`.