SDK开发中如何去捕获系统的didReceiveLocalNotification以及didReceiveRemoteNotification通知
1.开发应用程序时,如果要在接受到本地通知或者远程通知里进行事件处理,则可以直接在didReceiveLocalNotification和didReceivedRemoteNotification方法中直接进行调用。应用程序启动时的main.m文件,直接指定appDelegateintmain(intargc,char*argv[]){ @autoreleasepool{ returnUI