C2DM implementation PHP code

后端 未结 5 1087
庸人自扰
庸人自扰 2020-11-28 05:21

I am creating the Android application where C2DM push notification is used. But i have a problem in creating the php code to use c2dm for sending messages. please guide me h

5条回答
  •  伪装坚强ぢ
    2020-11-28 05:46

    I've created an example in my blog in working with Android C2DM. I use Zend Framework and a custom component that I wrote out. It should give you the basic information that you will need in order to handle your Android C2DM implementation in PHP.

    Android C2DM PHP w/ Zend Framework: http://blog.digitalstruct.com/2010/11/21/android-c2dm-with-php-and-zend-framework/

    Regards,

    Mike

提交回复
热议问题