uniapp自定义消息语音

需求是后端推送的消息APP要响自定义语音,利用官方插件,总结下整体流程

uniapp后台配置

因为2.0只支持uniapp自己的后台发送消息,所以要自己的后台发送消息只能用1.0

插件地址和代码

插件地址: link

javascript 复制代码
let isIos = (plus.os.name == "iOS");
	if (isIos) {
		setCustomPushChannel({
			soundName: 'ceshi',
			channelId: 'ceshi',
			channelDesc: 'ceshi',
			enableLights: true,
			enableVibration: true,
			importance: 4,
			lockscreenVisibility: 1
		});
	} else {
		const plugin = uni.requireNativePlugin("DCloud-PushSound");
		setTimeout(() => {
			plugin.setCustomPushChannel({
				soundName: 'ceshi',
				channelId: 'ceshi',
				channelDesc: 'ceshi',
				enableLights: true,
				enableVibration: true,
				importance: 4,
				lockscreenVisibility: 1
			});
		}, 500)
	}
相关推荐
Martin -Tang18 小时前
uniapp+vue3+ts自定义表格
javascript·vue.js·uni-app
LinMin_Rik2 天前
解决win11专业版HbuilderX编译vue3的uniappX失败问题
uni-app
游戏开发爱好者82 天前
iOS应用性能监控:Pre-Main与Main函数耗时分析及Time Profiler使用教程
android·ios·小程序·https·uni-app·iphone·webview
西洼工作室2 天前
个人开发者接入阿里云号码认证服务AliCloud-NirvanaPns实现一键登录
python·阿里云·uni-app·全栈·认证授权
2501_916008893 天前
ChatGPT前端开发学习指南:Visual Studio Code与谷歌浏览器安装配置详解
ide·vscode·ios·小程序·uni-app·编辑器·iphone
2501_915909063 天前
完整指南:如何将iOS应用上架到App Store
android·ios·小程序·https·uni-app·iphone·webview
xiangxiongfly9154 天前
uni-app 组件总结
前端·javascript·uni-app
2501_915918414 天前
iOS性能数据监控:从概念到工具实践,让应用运行更流畅
android·macos·ios·小程序·uni-app·cocoa·iphone
2501_915909064 天前
全面解析前端开发中常用的浏览器调试工具及其使用场景
android·ios·小程序·https·uni-app·iphone·webview
wuxianda10304 天前
uniapp项目上架苹果商店4.3a被拒,3天极速解决方案2026.5.8
前端·人工智能·flutter·uni-app·ios上架·苹果上架·苹果4.3a