AppDelegateNotification:IOS7,8 支持通知类

时间:2024-06-23 14:26:55
【文件属性】:

文件名称:AppDelegateNotification:IOS7,8 支持通知类

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-23 14:26:55

Objective-C

应用委托通知 プッシュ通知クラス。 IOS7,8対応 安装 添加pod文件 pod 'AppDelegateNotification' 添加通知类 通知.h @interface Notification : NSObject { } 通知.m @implementation Notification -(void) didRegistDeviceToken : (UIApplication *)application deviceToken:(NSString *)token{ NSLog(@"Success : Regist to APNS.(%@)", token); } -(void) didFailRegistDeviceToken : (UIApplication *)application error:(NSError *


【文件预览】:
AppDelegateNotification-master
----AppDelegateNotification.podspec(1KB)
----AppDelegateNotification.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(2KB)
----Classes()
--------AppDelegateNotification.m(9KB)
--------AppDelegateNotification.h(2KB)
----README.md(2KB)

网友评论