Which of the following has Baidu cloud push been used? my system is like this. php is used on the server and Android is used on the client,
Implementation: Online Q & A applications. User A posted A question on his mobile phone. the answer to the question is not real-time. Assume that User B posted the first answer on the next day, and then the answer needs to be pushed to user A separately.
Baidu cloud push is required.
The solution should be that when the php interface receives A response from B, it pushes A message to the uid of.
The problem is:
1. Should I use Baidu's php sdk on the server ?, The client must use the Android sdk,
2. how can I integrate the code? how can I enable Baidu Cloud to identify who I want to send it to? it is said that the Channelid + uid of Alibaba Cloud push is fuzzy.
Reply to discussion (solution)
I am also struggling here. my client is bound to the Baidu message push interface of a third-party website. how can I implement this ??????
Please !!!