浏览代码

Merge branch 'dev' of http://10.1.235.20:3000/ipu/ios-share into dev

liufl5 3 年之前
父节点
当前提交
4174b71827

+ 2 - 0
IPUCommon/IPUPush.framework/Headers/IPUJPushPlugin.h

@ -61,6 +61,8 @@
61 61
- (void)setPushWithTags:(NSArray *)tags;
62 62
- (void)setPushWithAlias:(NSArray *)alias;
63 63
64
- (void)deleteAlias:(NSArray *)alias;
65
64 66
///* 在 Backgound 下,收到推送的处理方法,若无实现,使用默认方式实现 */
65 67
//- (void)backgroundMessageHandle:(NSNotification *)notification;
66 68

二进制
IPUCommon/IPUPush.framework/IPUPush


二进制
IPUCommon/IPUPush.framework/Info.plist


+ 1 - 0
display-center/Res/config/mobile-action.xml

@ -144,6 +144,7 @@
144 144
    <action name="unregisterForPushWithJpush" class="IPUJPushPlugin" method="unregisterForPush"/>
145 145
    <action name="setJpushTags"               class="IPUJPushPlugin" method="setPushWithTags"/>
146 146
    <action name="setJpushAlias"              class="IPUJPushPlugin" method="setPushWithAlias"/>
147
    <action name="deleteAlias"                class="IPUJPushPlugin" method="deleteAlias"/>
147 148
    <action name="getJpushInfo"               class="IPUJPushPlugin" method="getJpushInfo"/>
148 149
    <action name="isNotificationBlocked"      class="IPUJPushPlugin" method="isNotificationBlocked"/>
149 150
    

二进制
display-center/display-center.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate