个推 php如何配置

 

问题描述:

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并没有接收到任何提示


 

第 1 个答案:

自行测试后发现需要打开 //pushMessageToApp();


最近在搭建一个页面重构库,目标很简单,就是加快写页面的速度。现在正在完善mixin这一块,就是写一些常用的css组合。这一块的所有代码如下:/** * @module 通用-mixin * @ ...