From 052d8dbcc38044d11db683590322f8207c6dd03c Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Tue, 17 Sep 2019 15:23:04 +0100 Subject: [PATCH] Update ios.md --- docs/analytics/ios.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/analytics/ios.md b/docs/analytics/ios.md index dd722df3..c0d977b9 100644 --- a/docs/analytics/ios.md +++ b/docs/analytics/ios.md @@ -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`.