ios - Include GCM sdk to cocoapod project -
i have podsfile importing several other projects frameworks, works pretty nicely. unfortunately not possible install gcm ios library framework. way go here? drag , drog gcm pod project?
there's setup guide both objective-c , swift on developers site of gcm, can found here - https://developers.google.com/cloud-messaging/ios/client?ver=swift
pod init
open podfile created application , add following:
pod 'google/cloudmessaging'
save file , run:
pod install
this creates .xcworkspace file application. use file future development on application.
Comments
Post a Comment