silverstripe-australia / silverstripe-push
2.0.1
2017-06-29 06:26 UTC
Requires
- silverstripe/framework: 3.*
- zendframework/zend-feed: ~2.2.0
- zendframework/zend-http: ~2.2.0
Replaces
This package is not auto-updated.
Last update: 2022-02-01 12:45:55 UTC
README
重要
此模块不再活跃维护,但如果您有兴趣采用它,请告知我们!
SilverStripe 推送通知模块
维护者联系方式
- Andrew Short (andrew@symbiote.com.au)
- Marcus Nyeholt (marcus@symbiote.com.au)
本模块在 BERZERK* interactive 的支持下开发
要求
- SilverStripe 3.1+
安装
- 将模块放置在项目根目录/push
- 运行 dev/build
- 将 Urban Airship 配置添加到您的项目 config.php
UrbanAirshipBroadcastPushProvider::add_application('your_app_name', 'key', 'secret');
发送通知
- 登录 CMS
- 导航到左侧菜单中的“推送”部分
- 创建一个新的推送通知
- 选择投递渠道
- 填写您要发送的详细信息
- 选择发送对象(确保发送后保存!)
- 点击“发送”按钮