在Titanium SDK 2.0之前,要在Titanium實現「Apple Push Notification Service」是一件很麻煩的事(我還沒有成功@@),但是,前幾天Titanium sdk升級到2.0.1.GA2後,一切就可愛了很多。
首先可以更新一下KitchenSink,會發現多了不少的範例檔案。其中就包括push_notification.js。原來是多了Titanium.Network.registerForPushNotifications這個api可以用!
找一個喜歡的地方把程式碼貼上去後,可以在畫面上看到「Attempting to register with Apple for Push Notifications…」這一行字。所以,就來跟APNS註冊一下app吧!!
繼續閱讀