阿里雲移動推送iOS

2021-08-05 20:58:53 字數 1298 閱讀 4643

阿里雲移動推送的整合這裡不做重複描述,可以自己檢視文件。

/**

* 註冊推送訊息到來監聽

*/- (void)registermessagereceive

/** * 處理到來推送訊息

* */

- (void)onmessagereceived:(nsnotification *)notification ;

[[nsnotificationcenter defaultcenter] postnotificationname:@"message_notification"

object:nil userinfo:info];

}

// launchoptions為通知的內容

}

/*

*/ nslog(@"receive one notification.");

// 取得apns通知內容

nsdictionary *aps = [userinfo valueforkey:@"aps"];

// 內容

nsstring *content = [aps valueforkey:@"alert"];

// badge數量

nsinteger badge = [[aps valueforkey:@"badge"] integervalue];

nsstring *sound = [aps valueforkey:@"sound"];

// 取得extras欄位內容

nsstring *extras = [userinfo valueforkey:@"extras"]; //服務端中extras欄位,key是自己定義的

nslog(@"content = [%@], badge = [%ld], sound = [%@], extras = [%@]", content, (long)badge, sound, extras);

// ios badge 清0

// 通知開啟回執上報

// [cloudpushsdk handlereceiveremotenotification:userinfo];(deprecated from v1.8.1)

[cloudpushsdk sendnotificationack:userinfo];

[[nsnotificationcenter defaultcenter] postnotificationname:@"remote_notification" object:nil userinfo:userinfo];

}

阿里雲移動推送接入華為推送 管理移動雲套接字連線

存檔日期 2019年5月14日 首次發布 2013年1月25日 雲和移動應用程式是企業的熱門話題。為了有效地一起使用這些技術,企業必須知道如何連線和管理移動應用程式與雲之間的連線。本文討論託管基礎結構的雲提供商需要了解哪些內容以啟用移動套接字連線,可用的套接字型別 tcp,http等 套接字連線丟失...

阿里雲移動推送服務使用教程

產品概述 產品特性 高效穩定 與手機 使用相同架構,基於阿里集團高可用通道。該通道日均訊息傳送量可達30億,目前活躍使用的使用者達1.8億。精準靈活 支援全量推送 裝置號推送,賬戶號推送 同時支援通知 notification 和應用內訊息的推送 api多語言,介面靈活。實時多樣 多租戶隔離 推送通...

阿里雲移動推送服務使用教程

產品概述 產品特性 高效穩定 與手機 使用相同架構,基於阿里集團高可用通道。該通道日均訊息傳送量可達30億,目前活躍使用的使用者達1.8億。精準靈活 支援全量推送 裝置號推送,賬戶號推送 同時支援通知 notification 和應用內訊息的推送 api多語言,介面靈活。實時多樣 多租戶隔離 推送通...