Google Cloud Messaging (GCM) on iOS without CocoaPods

Mostly,

I was instructed to install this without actually using CocoaPods. The problem is that everywhere in the Google documentation they insist on using it. I cannot find the github project with GCM for iOS and figure out which files I need to drag and drop into my xcode project.

+4
source share
1 answer

Now you can use it without cocoapods https://firebase.google.com/docs/ios/setup#frameworks Integration without CocoaPods

If you do not want to use Cocoapods, you can still use the Firebase SDK by directly importing the frameworks.

SDK zip ( 100 ). README, Frameworks . ObjC .

+2

Source: https://habr.com/ru/post/1623860/