iPhone上關於Push Notify的實現

2021-06-06 09:00:54 字數 844 閱讀 1782

push是乙個非常有用的功能。

要完成push 的功能主要分三步:

1.準備好

具有push功能的證書。這一步浪費了一些時間,我用sarfir居然沒有反應後來用firefox通過的。注意這裡的證書不能是萬用字元的。

2.建立乙個工程實現push的相關功能。

a.註冊ationtypes:(uiremotenotificationtype

badge  |

uiremotenotificationtype

sound |uiremotenotificationtype

alert)];

b.取devicetoken

//註冊push服務

ficationswithdevicetoken

:(nsdata *)devicetoken

//註冊push服務失敗

tenotificationswitherror

:(nserror *)error

c.實現捕獲到訊息後的一些操作

//接收到push訊息

tion:(nsdictionary *)userinfo

d.註消操作

ications];

3.實現服務端和apns server的通訊

在GameDev上關於OO的鏈結

都是01年的文章了,比較老,但還是很不錯的 kent beck and ward cunningham a laboratory for teaching object oriented thinking ise building bug free o o software an introduct...

Linux上關於防火牆和埠

1 firewalld的基本使用 啟動 systemctl start firewalld 檢視狀態 systemctl status firewalld 停止 systemctl disable firewalld 禁用 systemctl stop firewalld 2.systemctl是c...

iphone開發 關於手勢

一般把 uigesturerecognizer 和 touchesbegan聯絡起來用比較好 關於 uigesturerecognizer uitapgesturerecognizer 單擊手勢 void handletap uitapgesturerecognizer sender uipinch...