-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.更新 iOS SDK 2.2.4 2.添加 免打扰相关功能、API - 获取全部未读数 3.调整文件、代码结构
- Loading branch information
Showing
27 changed files
with
1,332 additions
and
580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>APP_KEY</key> | ||
<string></string> | ||
<key>CHANNEL</key> | ||
<string>Subscription</string> | ||
</dict> | ||
<dict> | ||
<key>Appkey</key> | ||
<string></string> | ||
<key>Channel</key> | ||
<string>Subscription</string> | ||
<key>IsProduction</key> | ||
<false/> | ||
<key>Delay</key> | ||
<false/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// AppDelegate+JPush.h | ||
// delegateExtention | ||
// | ||
// Created by 张庆贺 on 15/8/3. | ||
// Copyright (c) 2015年 JPush. All rights reserved. | ||
// | ||
|
||
#import "AppDelegate.h" | ||
#import <UserNotifications/UserNotifications.h> | ||
#import <JMessage/JMessage.h> | ||
|
||
@interface AppDelegate (JMessage) <JPUSHRegisterDelegate> | ||
-(void)registerForRemoteNotification; | ||
-(void)startJPushSDK; | ||
-(void)startJMessageSDK; | ||
@end |
Oops, something went wrong.