我正在尝试使用Google GCM向IOS发送推送通知,我已按照所有说明将Google-Service-Info.plist文件添加到我的目标但是当我初始化应用程序时崩溃因为显示可选的展开错误
GGLContext.sharedInstance().configuration.gcmSenderID
我已经使用PODS安装了库,并且包含值为
的新娘标题#import <Google/CloudMessaging.h>
我能够使用打印所有键的自定义代码读取Plist文件
let path = NSBundle.mainBundle().pathForResource("GoogleService-Info", ofType: "plist")
let dict = NSDictionary(contentsOfFile: path!)