1 下载并修改官网的demo.php 如下几项
define('APPKEY','xxxxxooooo ');
define('APPID','ssssaaaaa ');
define('MASTERSECRET',' aadfadfsafafafdfd');
define('HOST','http://sdk.open.api.igexin.co...');
define('CID',' adsafasdfasd');
2然后测试 访问demo.php 结果如下
array(2) { ["result"]=> string(2) "ok" ["data"]=> array(7) { ["appId"]=> string(22) " xxxxxxxx" ["date"]=> string(8) "20140807" ["sendCount"]=> int(0) ["sendOnlineCount"]=> int(0) ["receiveCount"]=> int(0) ["showCount"]=> int(0) ["clickCount"]=> int(0) } }
但是手机上的demo app并没有接收到任何提示
自行测试后发现需要打开 //pushMessageToApp();