WO2019100921A1 - Procédé et dispositif d'envoi d'informations - Google Patents

Procédé et dispositif d'envoi d'informations Download PDF

Info

Publication number
WO2019100921A1
WO2019100921A1 PCT/CN2018/113394 CN2018113394W WO2019100921A1 WO 2019100921 A1 WO2019100921 A1 WO 2019100921A1 CN 2018113394 W CN2018113394 W CN 2018113394W WO 2019100921 A1 WO2019100921 A1 WO 2019100921A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
message
auxiliary
long connection
push
Prior art date
Application number
PCT/CN2018/113394
Other languages
English (en)
Chinese (zh)
Inventor
白浩泉
吴轶峰
徐佳
Original Assignee
口碑(上海)信息技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 口碑(上海)信息技术有限公司 filed Critical 口碑(上海)信息技术有限公司
Publication of WO2019100921A1 publication Critical patent/WO2019100921A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/043Real-time or near real-time messaging, e.g. instant messaging [IM] using or handling presence information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/54Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users

Definitions

  • the present disclosure relates to the field of information processing technologies, and in particular, to a message pushing method and apparatus.
  • the message push function is an important function of smart terminal devices such as mobile phones. Messages are generally pushed to specific applications. However, the low arrival rate of push messages on the mobile phone side is a common problem in the industry. The main reason is that the cloud push messaging service (GCM service) provided by Google can not be used in China. Therefore, to implement the push service, you can only establish a long connection channel between the application and the server, and push the message through the long connection. In order to optimize the power performance of the terminal equipment, the mainstream mobile phone manufacturers (Huawei, OPPO, vivo, Huawei, etc.) will stop the application running to improve performance when the screen is in the lock screen state or the terminal device memory is tight.
  • GCM service cloud push messaging service
  • the present disclosure has been made in order to provide a message pushing method and message pushing apparatus that overcome the above problems or at least partially solve the above problems.
  • a message pushing method including:
  • the push message is pushed to the secondary application for the secondary application to display the push message.
  • a message pushing apparatus including:
  • An obtaining module configured to obtain a push message to be pushed, and determine a target application to which the push message is pushed;
  • a detecting module configured to detect whether a long connection of the target application is in an online state
  • a lookup module adapted to find a secondary application on the same terminal device as the target application if the long connection of the target application is offline;
  • the push module is adapted to push the push message to the auxiliary application if the long connection with the at least one auxiliary application is online, for the auxiliary application to display the push message.
  • a computing device including: a processor, a memory, a communication interface, and a communication bus, wherein the processor, the memory, and the communication interface complete communication with each other through a communication bus;
  • the memory is configured to store at least one executable instruction, and the executable instruction causes the processor to execute the message pushing method.
  • a computer program comprising:
  • Computer readable code when the computer readable code is run on a computing device, causes the computing device to perform the message push method described above.
  • a non-transitory computer readable storage medium having stored therein at least one executable instruction that causes a processor to execute as described above Message push method.
  • the auxiliary application on the same terminal device as the target application may be searched if there is at least one auxiliary
  • the push message can be pushed to the auxiliary application, and the message arrival rate can be improved by pushing the message to the auxiliary application, and is improved for the user who needs to understand the transaction dynamic by pushing the message.
  • the user experience, and the push message sent by the auxiliary application is non-perceived to the user, and the user experience is good.
  • FIG. 1 is a schematic flowchart diagram of a message pushing method according to an embodiment of the present disclosure
  • FIG. 2 is a schematic flow chart of a message pushing method according to another embodiment of the present disclosure.
  • FIG. 3 is a schematic structural diagram of a message pushing apparatus according to an embodiment of the present disclosure.
  • FIG. 4 is a schematic structural diagram of a message pushing apparatus according to another embodiment of the present disclosure.
  • FIG. 5 shows a schematic structural diagram of a computing device in accordance with an embodiment of the present disclosure.
  • the server pushes a message to an application through a long connection channel established through an established connection with an application on the terminal device, wherein the long connection usually means that it can be long-term.
  • the data connection that remains online that is, the application and the server may not release the connection immediately after completing an interaction operation, and the subsequent interaction operation may continue to use the connection.
  • both parties may send the link.
  • the way the packet is detected remains online (ie, the usual heartbeat mechanism).
  • the long connection between the server and the application may be disconnected.
  • the terminal device generally runs by stopping the application. Ways to improve performance, at this time, the long connection between the server and the application will be disconnected, the server can no longer push messages to the application, thus reducing the message arrival rate, for the need to understand the transaction dynamics through push messages For the user, it affects the user experience.
  • the present disclosure proposes a scheme of increasing the message arrival rate by pushing a message to the auxiliary application.
  • the terminal device in the embodiment of the present disclosure may be a mobile phone, a Pad, etc., and is merely illustrative and not specifically limited. The following describes in detail how to perform message push through several specific embodiments:
  • FIG. 1 shows a flow chart of a message pushing method according to an embodiment of the present disclosure. As shown in Figure 1, the method includes the following steps:
  • Step S100 Acquire a push message to be pushed, and determine a target application to which the push message is pushed.
  • the target application refers to an application that the push message should actually be pushed and arrived.
  • the push message to be pushed is preferentially pushed to the target application. Therefore, after obtaining the push message to be pushed, it is also determined that the push message should be Push the target application that arrived.
  • step S101 it is detected whether the long connection of the target application is in an online state. If the long connection of the target application is offline, step S102 is performed; if the long connection of the target application is in the online state, step S104 is performed.
  • the target application pushed by the push message After determining the target application pushed by the push message, it is necessary to detect whether the long connection of the target application is online, here mainly to determine whether the push message can be pushed to the target application, if the long connection of the target application is offline, Then it is determined that the message cannot be delivered to the target application, and the auxiliary application is required to push the message; if the long connection of the target application is online, the message can be pushed to the target application, and then the target program can be pushed. Message.
  • Step S102 searching for a secondary application on the same terminal device as the target application.
  • the auxiliary application In the case that the long connection of the target application is detected to be offline, it is necessary to find the auxiliary application on the same terminal device as the target application, where the target application is opposite to the auxiliary application, for example, a terminal
  • the application A, B, C, and D are installed on the device. If the message needs to be pushed to the application A, the applications B, C, and D on the terminal device are auxiliary applications; if the message needs to be pushed to the application B Then, the applications A, C, and D on the terminal device are auxiliary applications.
  • Step S103 if there is a long connection of at least one auxiliary application being online, pushing the push message to the auxiliary application for the auxiliary application to display the push message.
  • the auxiliary application After finding the auxiliary application on the same terminal device as the target application, it is also necessary to determine whether the long connection of the auxiliary application is online, and the auxiliary application with the long connection online can be the object touched by the push message. If the long connection with at least one auxiliary application is online, the push message can be pushed to the auxiliary application, and the auxiliary application presents the push message to the user.
  • Step S104 pushing the push message to the target application for the target application to display the push message.
  • the push message can be pushed to the target application, and the target application presents the push message to the user.
  • the auxiliary application on the same terminal device as the target application may be searched for, if present.
  • the push message can be pushed to the auxiliary application, and the message arrival rate can be improved by pushing the message to the auxiliary application, for the user who needs to understand the transaction dynamic by pushing the message.
  • the user experience is improved, and the push message sent by the auxiliary application is non-perceived to the user, and the user experience is good.
  • FIG. 2 shows a schematic flow chart of a message pushing method according to another embodiment of the present disclosure. As shown in FIG. 2, the method includes the following steps:
  • Step S200 Acquire a push message to be pushed, and determine a target application to which the push message is pushed.
  • the server may obtain a large number of push messages at the same time, and the message needs to be pushed to different target applications.
  • different target applications may be different application names, or may be the same application name but different users.
  • Application account may be different application names, or may be the same application name but different users.
  • the target application refers to an application that the push message should actually be pushed and arrived.
  • the push message to be pushed is preferentially pushed to the target application. Therefore, after obtaining the push message to be pushed, it is also determined that the push message should be Pushing the target application to reach, for example, determining the application identifier of the target application, wherein the application identifier includes: an application name and a user application account.
  • the application identifier may be carried by the push message, or may be obtained together with the push message, and is merely an example and does not have any limiting function.
  • step S201 it is detected whether the long connection of the target application is in the online state. If the long connection of the target application is in the offline state, step S202 is performed; if the long connection of the target application is in the online state, step S207 is performed.
  • the target application pushed by the push message After determining the target application pushed by the push message, it is necessary to detect whether the long connection of the target application is online, here mainly to determine whether the push message can be pushed to the target application, if the long connection of the target application is offline, Then it is determined that the message cannot be delivered to the target application, and the auxiliary application is required to push the message; if the long connection of the target application is online, the message can be pushed to the target application, and then the target program can be pushed. Message.
  • step S200 determines the application identifier of the target application, and according to the application identifier, the database can be queried to determine whether the long connection of the target application is online. status.
  • Step S202 Query the database according to the terminal device identifier corresponding to the target application to determine the auxiliary application on the same terminal device as the target application.
  • the database may be queried according to the application identifier of the target application, and the target is determined.
  • the terminal device identifier corresponding to the application, and then the auxiliary application on the terminal device is determined according to the terminal device identifier query database, thereby determining the auxiliary application on the same terminal device as the target application.
  • the information stored in the database can be as shown in Table 1:
  • Terminal device identification 1 Application ID 1 Offline status Terminal device identification 2 Application ID 2 Offline status Terminal device identification 1 Application ID 3 online status Terminal device identification 1 Application ID 4 Offline status Terminal device identification 3 Application ID 5 online status Terminal device identification 4 Application ID 6 Offline status Terminal device identification 1 Application ID 7 online status
  • step S200 Determining, according to step S200, that the application identifier of the target application to be pushed by the to-be-polished message is the application identifier 1, and detecting that the long connection of the target application is in an offline state, determining the corresponding database according to the application identifier 1 of the target application.
  • the terminal device identifier is not the terminal device identifier 1, and the database is queried according to the terminal device identifier 1, and the auxiliary application program on the same terminal device as the target application is determined, and the auxiliary application identifier is the application identifier 3, the application identifier 4, and the application program respectively.
  • the auxiliary application is preferably a super application, such as WeChat, QQ, Alipay, etc., and these applications are already applications that cooperate with the manufacturer.
  • the operation does not stop, and therefore, the application can ensure the message arrival rate.
  • step S203 it is determined whether there is a long connection of a plurality of auxiliary applications in an online state, and if so, step S204 is performed; if not, step S206 is performed.
  • the query database can be determined. According to Table 1, the long connection of the auxiliary application corresponding to the application identifiers 3 and 7 is online.
  • connection information of the long connection of the auxiliary application may also be a case where the connection information of the long connection of the auxiliary application is not stored in the database.
  • the connection information of the long connection of the auxiliary application it may be determined that the push message cannot reach the connection information.
  • Auxiliary application it may also be a case where the connection information of the long connection of the auxiliary application is not queried.
  • Step S204 randomly select an auxiliary application from a plurality of auxiliary applications in which the long connection is online, and push the push message to the selected auxiliary application for the auxiliary application to display the push message.
  • step S203 it is determined that the long connection of the auxiliary application corresponding to the application identifiers 3, 7 is online, and one auxiliary application may be randomly selected from the two auxiliary applications, for example, the auxiliary application corresponding to the application identifier 3 is selected. Push the push message to the helper application corresponding to application ID 3.
  • the auxiliary application can display the push message to the user by means of the broadcast voice, that is, the content of the message is pushed to the user for listening to the voice broadcast.
  • the helper application can display the message details of the push message to the user in a windowed manner.
  • Step S205 updating the message status of the push message to reach.
  • the message state of the push message can be updated to reach, and the message state of the push message can be updated to facilitate the server. Subsequent push services. Of course, it is also possible to update the message status of the push message to reach after pushing the push message to the selected auxiliary application.
  • step S206 the status of the message for updating the push message is not reached.
  • the push message is considered to be unreachable, and the message state of the push message may be updated to be unreachable, thereby facilitating the server to continue to push the message.
  • Step S207 pushing the push message to the target application for the target application to display the push message.
  • the push message can be pushed to the target application, and the target application presents the push message to the user.
  • the message pushing method provided by the embodiment of the present disclosure can eliminate the need to cooperate with the manufacturer, and does not depend on the manual setting by the user, and does not violate the original intention of the manufacturer to protect the user experience.
  • the database may further store: an online rate of the long connection of the application, and the server may count and update the online rate of the long connection of the application;
  • pushing the push message to the auxiliary application further includes: sorting the multiple auxiliary applications according to the online rate of the long connection of the application, for example, descending according to the online rate Sorting or ascending sorting, selecting an auxiliary application according to the sorting result, specifically, selecting the auxiliary application with the highest online rate, pushing the push message to the auxiliary application with the highest online rate, thus further improving the arrival rate of the message.
  • the auxiliary database may be searched for the auxiliary application on the same terminal device as the target application.
  • a supplementary application may be randomly selected from at least one auxiliary application in an online state, and the push message is pushed to the selected auxiliary application, and
  • the manner in which the auxiliary application pushes the message can improve the arrival rate of the message, and overcomes the problem that the message of the terminal device in the prior art is in the lock screen state, or the memory of the terminal device is unstable, and the application stops running, and the message cannot be reached.
  • the defect is improved for the user who needs to understand the transaction dynamics by pushing the message, and the push message sent by the auxiliary application is not perceived by the user, and the user experience is good.
  • FIG. 3 shows a schematic structural diagram of a message pushing apparatus according to an embodiment of the present disclosure.
  • the device includes: an obtaining module 300, a detecting module 310, a searching module 320, and a pushing module 330.
  • the obtaining module 300 is adapted to obtain a push message to be pushed, and determine a target application to which the push message is pushed.
  • the target application refers to an application that the push message should actually be pushed and arrived.
  • the push message to be pushed is preferentially pushed to the target application. Therefore, after obtaining the push message to be pushed, it is also determined that the push message should be Push the target application that arrived.
  • the detecting module 310 is adapted to detect whether the long connection of the target application is in an online state.
  • the target application pushed by the push message After determining the target application pushed by the push message, it is necessary to detect whether the long connection of the target application is online, here mainly to determine whether the push message can be pushed to the target application, if the long connection of the target application is offline, Then it is determined that the message cannot be delivered to the target application, and the auxiliary application is required to push the message; if the long connection of the target application is online, the message can be pushed to the target application, and then the target program can be pushed. Message.
  • the lookup module 320 is adapted to find a secondary application on the same terminal device as the target application if the long connection of the target application is offline.
  • the auxiliary application In the case that the long connection of the target application is detected to be offline, it is necessary to find the auxiliary application on the same terminal device as the target application, where the target application is opposite to the auxiliary application, for example, a terminal
  • the application A, B, C, and D are installed on the device. If the message needs to be pushed to the application A, the applications B, C, and D on the terminal device are auxiliary applications; if the message needs to be pushed to the application B Then, the applications A, C, and D on the terminal device are auxiliary applications.
  • the pushing module 330 is adapted to push the push message to the auxiliary application if the long connection of the at least one auxiliary application is online, for the auxiliary application to display the push message.
  • the auxiliary application After finding the auxiliary application on the same terminal device as the target application, it is also necessary to determine whether the long connection of the auxiliary application is online, and the online auxiliary application can be used as the object to be touched by the push message. If a long connection with at least one secondary application is online, the push message can be pushed to the secondary application, which presents the push message to the user.
  • the auxiliary application on the same terminal device as the target application may be searched for, if present.
  • the push message can be pushed to the auxiliary application, and the message arrival rate can be improved by pushing the message to the auxiliary application, for the user who needs to understand the transaction dynamic by pushing the message.
  • the user experience is improved, and the push message sent by the auxiliary application is non-perceived to the user, and the user experience is good.
  • FIG. 4 shows a schematic structural diagram of a message pushing apparatus according to another embodiment of the present disclosure.
  • the device includes: an obtaining module 400, a detecting module 410, a searching module 420, a determining module 430, a pushing module 440, and an updating module 450.
  • the obtaining module 400 is adapted to obtain a push message to be pushed, and determine a target application to which the push message is pushed.
  • the detecting module 410 is adapted to detect whether the long connection of the target application is in an online state.
  • the searching module 420 is further adapted to: query the database according to the terminal device identifier corresponding to the target application to determine the auxiliary application on the same terminal device as the target application.
  • the database may be queried according to the application identifier of the target application, and the target is determined.
  • the terminal device identifier corresponding to the application, and then the auxiliary application on the terminal device is determined according to the terminal device identifier query database, thereby determining the auxiliary application on the same terminal device as the target application.
  • the database storage the terminal device identifier, the application identifier, and the online status of the long connection of the application.
  • the determining module 430 is adapted to determine whether there is a long connection of the plurality of auxiliary applications in an online state.
  • the pushing module 440 is adapted to randomly select an auxiliary application from a plurality of auxiliary applications in which the long connection is online, and push the push message to the selected auxiliary if the long connection in which the plurality of auxiliary applications are present is online.
  • the update module 450 is adapted to update the message status of the push message to reach if the long connection of the auxiliary application is online; and if the long connection of the auxiliary application on the same terminal device is offline, update the push message. The message status is not reachable.
  • the message state of the push message can be updated to reach, and the message status of the push message is updated; If the long connection of the auxiliary application is online, if the push message is not reachable, the status of the message of the push message may be updated to be unreachable, thereby facilitating the subsequent push service of the server.
  • the database further stores: an online rate of the long connection of the application;
  • the pushing module 440 is further adapted to: if there are multiple long connections of the auxiliary application in an online state, sort the plurality of auxiliary applications according to the online rate of the long connection of the application;
  • the auxiliary database may be searched for the auxiliary application on the same terminal device as the target application.
  • a supplementary application may be randomly selected from at least one auxiliary application in an online state, and the push message is pushed to the selected auxiliary application, and
  • the manner in which the auxiliary application pushes the message can improve the arrival rate of the message, and overcomes the problem that the message of the terminal device in the prior art is in the lock screen state, or the memory of the terminal device is unstable, and the application stops running, and the message cannot be reached.
  • the defect is improved for the user who needs to understand the transaction dynamics by pushing the message, and the push message sent by the auxiliary application is not perceived by the user, and the user experience is good.
  • the embodiment of the present disclosure further provides a non-volatile computer storage medium storing at least one executable instruction, the computer executable instruction being capable of executing the message pushing method in any of the foregoing method embodiments.
  • FIG. 5 is a schematic structural diagram of a computing device according to an embodiment of the present disclosure.
  • the specific embodiment of the present disclosure does not limit the specific implementation of the computing device.
  • the computing device can include a processor 502, a communications interface 504, a memory 506, and a communications bus 508.
  • Processor 502, communication interface 504, and memory 506 complete communication with one another via communication bus 508.
  • the communication interface 504 is configured to communicate with network elements of other devices, such as clients or other servers.
  • the processor 502 is configured to execute the program 510, and specifically, the related steps in the foregoing message pushing method embodiment.
  • program 510 can include program code, the program code including computer operating instructions.
  • the processor 502 may be a central processing unit CPU, or an Application Specific Integrated Circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present disclosure.
  • the computing device includes one or more processors, which may be the same type of processor, such as one or more CPUs; or different types of processors, such as one or more CPUs and one or more ASICs.
  • the memory 506 is configured to store the program 510.
  • Memory 506 may include high speed RAM memory and may also include non-volatile memory, such as at least one disk memory.
  • the program 510 can be specifically configured to cause the processor 502 to perform the message push method in any of the above method embodiments.
  • the steps in the program 510 reference may be made to the corresponding steps in the foregoing message pushing embodiment and the corresponding description in the unit, and details are not described herein.
  • a person skilled in the art can clearly understand that, for the convenience and brevity of the description, the specific working process of the device and the module described above may be referred to the corresponding process description in the foregoing method embodiment, and details are not described herein again.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • Various component embodiments of the present disclosure may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of a message push device in accordance with embodiments of the present disclosure.
  • the present disclosure may also be implemented as a device or device program (eg, a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the present disclosure may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention concerne un procédé et un dispositif d'envoi d'informations. Le procédé comprend les étapes consistant : à acquérir des informations d'envoi à envoyer, et à déterminer une application cible envoyant les informations d'envoi ; à détecter si une connexion persistante de l'application cible est ouverte ou non ; si la connexion persistante de l'application cible a été interrompue, alors à rechercher une application auxiliaire sur le même terminal que l'application cible ; et si une connexion persistante d'au moins une application auxiliaire est ouverte, à envoyer les informations d'envoi à l'application auxiliaire, de sorte que l'application auxiliaire affiche les informations d'envoi.
PCT/CN2018/113394 2017-11-21 2018-11-01 Procédé et dispositif d'envoi d'informations WO2019100921A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711163613.7A CN107872528B (zh) 2017-11-21 2017-11-21 消息推送方法及装置
CN201711163613.7 2017-11-21

Publications (1)

Publication Number Publication Date
WO2019100921A1 true WO2019100921A1 (fr) 2019-05-31

Family

ID=61754337

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/113394 WO2019100921A1 (fr) 2017-11-21 2018-11-01 Procédé et dispositif d'envoi d'informations

Country Status (2)

Country Link
CN (1) CN107872528B (fr)
WO (1) WO2019100921A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112395112A (zh) * 2020-11-30 2021-02-23 深圳市和讯华谷信息技术有限公司 应用消息处理方法、装置、计算机设备及存储介质
CN112866391A (zh) * 2021-01-21 2021-05-28 北京百度网讯科技有限公司 消息推送方法、装置、电子设备及存储介质

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107872528B (zh) * 2017-11-21 2020-11-06 口碑(上海)信息技术有限公司 消息推送方法及装置
CN108833261B (zh) * 2018-06-19 2020-09-25 北京顺丰同城科技有限公司 一种基于Android平台客户端消息推送优化方法和装置
CN108933825B (zh) * 2018-06-29 2019-06-11 掌阅科技股份有限公司 基于悬浮挂件实现的信息推送方法及电子设备
CN108833594B (zh) * 2018-07-31 2019-11-12 浙江每日互动网络科技股份有限公司 服务端向移动终端推送信息的方法
CN109525629A (zh) * 2018-09-11 2019-03-26 北京小米移动软件有限公司 信息推送方法、装置和存储介质
CN111901366B (zh) * 2019-05-06 2023-08-29 广州市百果园信息技术有限公司 一种数据推送方法、装置、设备和存储介质
CN112788092B (zh) * 2020-09-23 2023-08-22 招商证券股份有限公司 消息推送方法、装置及电子设备
CN112291364A (zh) * 2020-11-06 2021-01-29 腾讯科技(深圳)有限公司 一种消息推送处理方法和装置
CN113852667A (zh) * 2021-08-27 2021-12-28 青岛海尔科技有限公司 消息推送方法及装置、存储介质、电子装置
CN113890895A (zh) * 2021-08-27 2022-01-04 青岛海尔科技有限公司 消息推送方法和装置、存储介质及电子装置
CN114363406B (zh) * 2021-12-10 2024-03-26 北京达佳互联信息技术有限公司 推送消息处理方法、装置、设备及存储介质
CN114666404A (zh) * 2022-02-28 2022-06-24 中国银联股份有限公司 推送消息的发送方法、装置和服务器

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7925763B2 (en) * 2001-08-13 2011-04-12 International Business Machines Corporation Keeping persistence while switching between modalities when accessing an application service in a network
CN104349288A (zh) * 2013-07-25 2015-02-11 腾讯科技(深圳)有限公司 一种消息传输方法及装置
CN105635201A (zh) * 2014-10-29 2016-06-01 Tcl集团股份有限公司 一种基于推送消息的应用程序启动方法及系统
CN106899652A (zh) * 2016-07-20 2017-06-27 阿里巴巴集团控股有限公司 一种推送业务处理结果的方法及装置
CN107229528A (zh) * 2017-05-27 2017-10-03 北京奇虎科技有限公司 消息推送的多路复用方法及装置、电子设备
CN107872528A (zh) * 2017-11-21 2018-04-03 口碑(上海)信息技术有限公司 消息推送方法及装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120096983A (ko) * 2011-02-24 2012-09-03 삼성전자주식회사 악성 프로그램 검출 방법 및 이를 구현하는 휴대 단말기
CN103595547B (zh) * 2013-11-15 2016-07-13 北京奇虎科技有限公司 智能设备的广播拦截方法和装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7925763B2 (en) * 2001-08-13 2011-04-12 International Business Machines Corporation Keeping persistence while switching between modalities when accessing an application service in a network
CN104349288A (zh) * 2013-07-25 2015-02-11 腾讯科技(深圳)有限公司 一种消息传输方法及装置
CN105635201A (zh) * 2014-10-29 2016-06-01 Tcl集团股份有限公司 一种基于推送消息的应用程序启动方法及系统
CN106899652A (zh) * 2016-07-20 2017-06-27 阿里巴巴集团控股有限公司 一种推送业务处理结果的方法及装置
CN107229528A (zh) * 2017-05-27 2017-10-03 北京奇虎科技有限公司 消息推送的多路复用方法及装置、电子设备
CN107872528A (zh) * 2017-11-21 2018-04-03 口碑(上海)信息技术有限公司 消息推送方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112395112A (zh) * 2020-11-30 2021-02-23 深圳市和讯华谷信息技术有限公司 应用消息处理方法、装置、计算机设备及存储介质
CN112866391A (zh) * 2021-01-21 2021-05-28 北京百度网讯科技有限公司 消息推送方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN107872528A (zh) 2018-04-03
CN107872528B (zh) 2020-11-06

Similar Documents

Publication Publication Date Title
WO2019100921A1 (fr) Procédé et dispositif d'envoi d'informations
US10555253B2 (en) Method and system for selection of an access and mobility management function in an access network environment
WO2018076759A1 (fr) Procédé et système de gestion multi-chaînes fondés sur une chaîne de blocs, dispositif électronique et support d'informations
US10187855B2 (en) Message processing method and apparatus
WO2016000362A1 (fr) Procédé, dispositif, et système de configuration d'entrées de flux
US9038195B2 (en) Accessing a cloud-based service using a communication device linked to another communication device via a peer-to-peer ad hoc communication link
US10313452B2 (en) Migrating a chat message service provided by a chat server to a new chat server
WO2018103405A1 (fr) Procédé d'identification d'un point d'accès et d'un point d'accès sans fil, et produit associé
CN114253979B (zh) 一种报文处理方法、装置及电子设备
WO2020259551A1 (fr) Procédé et appareil de gestion de déffaillance de connexion réseau
US20150052575A1 (en) Steering Traffic Among Multiple Network Services Using a Centralized Dispatcher
WO2016192161A1 (fr) Procédé et dispositif de traitement de données
CN115039385A (zh) 可配置的物联网通信系统
US9459807B2 (en) Methods and systems for providing resources for cloud storage
WO2015184094A1 (fr) Régulation de l'unicité de données et mémorisation d'informations
WO2016066081A1 (fr) Procédé et dispositif d'écriture de données
US9270756B2 (en) Enhancing active link utilization in serial attached SCSI topologies
CN113541987A (zh) 一种更新配置数据的方法和装置
CN109617817B (zh) 一种mlag组网的转发表项的生成方法及装置
US9826371B2 (en) SMS message management
US10129147B2 (en) Network-on-chip flit transmission method and apparatus
CN106790323B (zh) 一种资源发现的方法及装置
WO2020238057A1 (fr) Procédé de surveillance de grappes mqtt basé sur redis, appareil, et support de stockage
CN113556370A (zh) 一种服务调用方法和装置
US20150163110A1 (en) Registration Reconciliation Influenced by Expired Registration Records

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18880679

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 01.09.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18880679

Country of ref document: EP

Kind code of ref document: A1