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`.