Google Analytics SDK for iOS without CocoaPods - ios

I want to update Google Analytics SDK for iOS in my project but apparently it is not possible to download the SDK anymore without CocoaPods? I do not want to use CocoaPods, is there a way to download it as a standalone package?

Related

Is it possible to install the latests Firebase Crashlytics iOS SDK manually?

I am trying to migrate Crashlytics from Fabric to Firebase and in the documentation Upgrade to the Firebase Crashlytics SDK there is only a description for Cocoapods. I am not using Cocoapods in my project and don't want to, but I haven't found any alternative for installing the Firebase Crashlytics SDK. Does anyone has the same issue and found already a solution?
I have found this post from Saravana How to add Firebase Crashlytics to iOS app, but it is over one year old, so the SDK offered there is probably not the latest one.
This is my first question, please be kind :) And thanks a lot in advance!
Firebase is also distributed as a downloadable zip and via an experimental Carthage distribution.
So, after further research, there is a documentation for the installation without Cocoapods: Add Firebase to your iOS project.

iOS : Integrate Firebase InAppMessaging with Cordova project

I need to add Firebase InAppMessaging with iOS Cordova project. I have been following Firebase documentation from official website
How can I use this to add into Cordova based project? I have created pod files as describe in documentation, However application is still now loading in-App Messaging.
Use the firebasex project, that have Inapp Messaging and others firebase features already for cordova.

Does Google Analytics 3.17 for iOS using Cocoapods support Bitcode now?

I just noticed an update to Google Analytics for iOS (3.17), and I'm wondering if it is safe to switch over to using this Cocoapod (https://cocoapods.org/pods/GoogleAnalytics) and does it support Bitcode properly now? There have been issues with these Cocoapods before.
Specifically, I've been using Google Analytics 3.15 in my app for months now, but I haven't used the Cocoapod, because it wasn't compiling for me (Google wasn't supporting Bitcode for iOS for the Cocoapod version of the code, if I remember correctly). Somewhere I had read that by downloading the GoogleAnalyticsServices library directly (https://developers.google.com/analytics/devguides/collection/ios/v3/sdk-download) and drag that into my project in Xcode, it would work, and would support Bitcode. Which it has, and has worked well all this time.
But now I'd like to upgrade and change over to using it via Cocoapods if it supports Bitcode and is more officially supported by Google.
Anyone know?
Thanks.
PS. Which Version?
Google says to use the Cocoapod named:
pod 'Google/Analytics'
(https://developers.google.com/analytics/devguides/collection/ios/v3/?ver=swift)
While on Cocoapods.org, Google says to use this one:
pod 'GoogleAnalytics'
(https://cocoapods.org/pods/GoogleAnalytics)
Which is the correct version to use?
The Google/Analytics pod is the one that should be used when implementing Google Analytics in your iOS app. The GoogleAnalytics pod is not meant for direct use; we'll be updating the pod description.

Integrate Google Maps on ios9 and Swift 2 without Podfile

I am looking to integrate GoogleMaps on my app.
Am using Xcode 7.2, Swift 2 and I don't want to install it through podfile
I searched my best to find an alternative way like Google-Maps framework... Can someone please suggest me any idea...
From Google Map SDK
Versions 1.9.2 and earlier of the Google Maps SDK for iOS were available as a zip file containing a static framework. There was also the option to install recent versions from a CocoaPods pod. From version 1.10.0 onwards, the Google Maps SDK for iOS is available for installation only via CocoaPods.

Installing Google Maps SDK Without Cocapods

Any simple way to download the iOS SDK like before? Previously I could just go online and download it from Google and simply add it into my xCode project now it seems all complicated with the Cocoapod install stuff..
Is there any simple way around this just to simply download the SDK from Google like I used to be able to do before??
Thanks,
Curtis

Resources