当前位置:网站首页>Uni app message push
Uni app message push
2022-04-23 14:16:00 【Ruirui junior】
1. Sign in first :https://dev.dcloud.net.cn/app/index?type=0
2. The next step is important , Ah , For a long time , To the back cid It's useful to get . Remember to have these things .
3. Create a uni-app project , To configure manifest.json, Here we use the above things
4.CID Acquisition , Attention is to let cid Display in the client , Then save the obtained value , Behind the useful
Code display :
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
this.getcid()
},
methods: {
getcid(){
setInterval(function(){
uni.showToast({
icon:"success",
position:"center",
title:plus.push.getClientInfo().clientid
})
},2000)
}
}
}
</script>
5.
6.
7, Cloud packaging , Choose the first one , Native app Cloud packaging , The package name inside is consistent with that configured in the background , May choose dcloud Public certificate .
8, After successful packing , Pay attention to the console , You can download it later apk The address of , Install on your phone , Because the client code has been written cid Acquisition , So you can see on your mobile phone cid 了 , Pay attention , Is to get... On your mobile phone , Of course, the simulator can also , The browser won't work , Put this cid Write it down , When sending message preview, you will use
9 You can send messages , The mobile notification bar can see , ha-ha
版权声明
本文为[Ruirui junior]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231408339424.html
边栏推荐
- Introduction to loan market quotation interest rate (LPR) and loan benchmark interest rate
- MySQL数据库讲解(八)
- PySide2
- 云容灾是什么意思?云容灾和传统容灾的区别?
- Recyclerview advanced use (I) - simple implementation of sideslip deletion
- krpano全景之vtour文件夹和tour
- 微信小程序客服接入,实现发送和接收消息
- 预览CSV文件
- rsync+inotify远程同步
- MYSQL一种分表实现方案及InnoDB、MyISAM、MRG_MYISAM等各种引擎应用场景介绍
猜你喜欢
随机推荐
Installation and use of postman pit
RecyclerView细节研究-RecyclerView点击错位问题的探讨与修复
进入新公司,运维工程师从下面这几项了解系统的部署
Redis数据库讲解(一)
KVM学习资源
js 格式化时间
Operation instructions of star boundary automatic text translator (advanced version)
jsp学习3
Jira截取全图
Introduction to the use of countdownlatch and cyclicbarrier for inter thread control
关于云容灾,你需要知道这些
Storage path of mod subscribed by starbound Creative Workshop at Star boundary
线程组ThreadGroup使用介绍+自定义线程工厂类实现ThreadFactory接口
MySQL数据库讲解(九)
某政务云项目业务系统迁移调研实践
SSH 通过跳板机连接远程主机
Win10 comes with groove music, which can't play cue and ape files. It's a curvilinear way to save the country. It creates its own aimpack plug-in package, and aimp installs DSP plug-in
修改Firebase Emulators的默认侦听IP
logback-logger和root
字节面试编程题:最小的K个数