国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

.net平臺推送ios消息

2019-11-17 01:26:10
字體:
來源:轉載
供稿:網友

.net平臺推送ios消息

1,ios應用程序中允許向客戶推送消息

2,需要有蘋果的證書以及密碼(怎么獲取,網上搜一下,需要交費的)

3,iphone手機一部,安裝了該ios應用程序

4,.net 項目中引用PushSharp.Apple.dll,PushSharp.Core.dll(這兩個文件在網上搜一下,有源碼的)

5,開始寫代碼,定義全局的對象PushBroker pusher = new PushBroker();

6,注冊方法

PRotected void startApp()        {                pusher.RegisterAppleService(new ApplePushChannelSettings(File.ReadAllBytes(CertificatePath), CertificatePassWord));                pusher.OnDeviceSubscriptionChanged += pusher_OnDeviceSubscriptionChanged;                pusher.OnDeviceSubscriptionExpired += pusher_OnDeviceSubscriptionExpired;                pusher.OnNotificationSent += pusher_OnNotificationSent;                pusher.OnNotificationFailed += pusher_OnNotificationFailed;        }static void pusher_OnNotificationFailed(object sender, INotification notification, Exception error)        {            var n = (AppleNotification)notification;            //error.Message ...獲取推送出錯的信息            Log.Error("推送出錯的信息", error);        }        static void pusher_OnNotificationSent(object sender, INotification notification)        {            //消息推送成功后            var n = (AppleNotification)notification;            //n.Payload.Alert.Body  獲取推送的消息內容...            Log.Error("推送內容"+n.Payload.Alert.Body);        }        static void pusher_OnDeviceSubscriptionExpired(object sender, string expiredSubscriptionId, DateTime expirationDateUtc, INotification notification)        {            // 從數據庫刪除過期的expiredSubscriptionId        }        static void pusher_OnDeviceSubscriptionChanged(object sender, string oldSubscriptionId, string newSubscriptionId, INotification notification)        {            // 把數據庫中的oldSubscriptionId更新為newSubscriptionId        }

startApp()方法中有兩個參數,

CertificatePath:證書的路徑
CertificatePassword:密碼7,推送代碼

pusher.QueueNotification(new AppleNotification().ForDeviceToken(TokenID) .WithAlert("推送的內容").WithBadge(1).WithSound("default"));// 從數據庫或者其他等地方獲取設備的TokenID,每個iphone一個TokenID

8,準備好這些以后就可以測試,本人親自測試通過,如果有什么不明白的地方留言溝通,希望對大家有幫助!

9,如果想在Android設備上推送,項目要引進PushSharp.Android.dll,代碼的話后期為大家更新,敬請關注你!

10,源碼地址:http://pan.baidu.com/s/1pJoD8IR


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 双牌县| 涟源市| 温宿县| 贵定县| 天水市| 独山县| 通榆县| 大关县| 蓬莱市| 双峰县| 鸡东县| 江北区| 城固县| 镇沅| 德昌县| 工布江达县| 丰原市| 会宁县| 霍邱县| 富锦市| 岳普湖县| 德格县| 凌海市| 桃园市| 张北县| 永泰县| 惠州市| 淳化县| 无棣县| 星子县| 株洲市| 民勤县| 红安县| 江西省| 满洲里市| 科技| 长兴县| 广水市| 麻阳| 新营市| 乌兰察布市|