有哪位用过百度云推送,指点下迷津吧,该怎么解决
有哪位用过百度云推送,指点下迷津吧
我的系统现在是这样的,服务器端用php,客户端是安卓,
要实现:在线问答应用。用户A用手机发表一个问题,问题的解答并不是实时的。假设在第二天用户B发表了第一个解答,这时需要将答案单独推送给A。
要求用百度云推送。
解决方案应该是,php接口接收了一条B的回答时,向A的uid推送一条信息。
现在的问题是:
1.服务器端要用百度的php sdk?,客户端要用andriod的sdk,
2.我该怎么整合代码,主要是,怎么让百度云推识别我要发给谁呢,说是用云推的Channelid+uid ,好模糊
------解决方案--------------------
我也是这个地方 纠结死了 我做的客户端 要和第三方网站的百度消息推送接口 绑定 问题是怎么实现 有大神能给个例子吗 ??????
------解决方案--------------------
同求啊!!!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.
