作者 朱振飞

getui

... ... @@ -19,8 +19,8 @@ android {
// 还可以添加 'x86', 'x86_64', 'mips', 'mips64'
}
manifestPlaceholders = [
JPUSH_PKGNAME: "com.ios.yunnanfuxiao",
JPUSH_APPKEY : "37cb0b45143afb9bc796d41e", //JPush 上注册的包名对应的 Appkey.
JPUSH_PKGNAME: applicationId,
JPUSH_APPKEY : "c3814d72c473f30e4f3c9d43", //JPush 上注册的包名对应的 Appkey.
JPUSH_CHANNEL: "developer-default", //暂时填写默认值即可.
]
}
... ...
... ... @@ -275,7 +275,7 @@
android:exported="false">
<intent-filter>
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
<category android:name="com.ios.yunnanfuxiao" />
<category android:name="com.yinhebairong.clasmanage" />
</intent-filter>
</receiver>
<receiver
... ...