iiunknown / cordova.xinge

腾讯信鸽Cordova插件
4 stars 5 forks source link

腾讯信鸽Cordova插件

基于腾讯信鸽。

腾讯信鸽

安装

$ cordova plugin add https://github.com/iiunknown/cordova.xinge.git

已知问题

<!-- 【必须】 通知service,此选项有助于提高抵达率 -->
            <service
                android:name="com.tencent.android.tpush.rpc.XGRemoteService"
                android:exported="true" >
                <intent-filter>
                    <action android:name="应用包名.PUSH_ACTION" />
                </intent-filter>
            </service>

使用