2.5.0 • Published 7 months ago
react-native-mjcore v2.5.0
React-Native-mJcore
iOS Version(noidfa): 4.8.0
Android Version: 4.8.2
注意
iOS升级覆盖需要重命名 libJCore.a
为 libJCoreM.a
,info.plist
中的两处也需要替换,否则无法编译
此项目基于https://github.com/jpush/jcore-react-native
安装
npm install react-native-mjcore --save
接口
// 隐私合规同意之后调用
setAuth(boolen);
// 设置国家码,仅Android
setCountryCode({
code: '86',
});
// 设置是否自动唤醒(默认是开的),仅Android
enableAutoWakeup(boolen)