CN107465601B - Push information processing method and device - Google Patents

Push information processing method and device Download PDF

Info

Publication number
CN107465601B
CN107465601B CN201710712789.7A CN201710712789A CN107465601B CN 107465601 B CN107465601 B CN 107465601B CN 201710712789 A CN201710712789 A CN 201710712789A CN 107465601 B CN107465601 B CN 107465601B
Authority
CN
China
Prior art keywords
push information
push
information
preset format
transparent transmission
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201710712789.7A
Other languages
Chinese (zh)
Other versions
CN107465601A (en
Inventor
尹成
张文明
陈少杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network Technology Co Ltd
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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710712789.7A priority Critical patent/CN107465601B/en
Publication of CN107465601A publication Critical patent/CN107465601A/en
Application granted granted Critical
Publication of CN107465601B publication Critical patent/CN107465601B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/06Message adaptation to terminal or network requirements
    • H04L51/066Format adaptation, e.g. format conversion or compression
    • 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/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding
    • 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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Abstract

The embodiment of the invention provides a method and a device for processing push information, and relates to the technical field of push. The push information processing method and device are applied to the intelligent terminal in communication connection with the plurality of push servers. Wherein the method comprises the following steps: receiving push information sent by the push server; converting the format of the push information into a preset format; and storing the push information in the preset format so that a UI process of the intelligent terminal can acquire the push information in the preset format. The delivery efficiency of the push information is improved, and the push information is standardized. The format of the push information is unified, the information format is prevented from being inundated, and the user experience is improved. And separating the conversion step and the storage step of the push information, and solving the ARN abnormity caused by excessive information.

Description

Push information processing method and device
Technical Field
The invention relates to the technical field of pushing, in particular to a method and a device for processing pushed information.
Background
The Android intelligent terminal is an intelligent terminal adopting an Android operating system. Due to the openness of the Android operating system, the Android operating system is widely applied to the intelligent terminal. The market holding amount of domestic android intelligent terminals is very high. However, Android is the biggest mobile operating system under the Google flag, and as Google exits china, services provided by Google for the Android operating system are also closed. By taking the Google mobile platform push service as an example, android intelligent terminals on the market in China cannot use the Google mobile platform push service. Therefore, domestic android mobile phone users cannot use the Google unified push service. Furthermore, many third party Push platforms (e.g., alliance, aurora, Push, Tencent cloud, etc.) and Push service platforms developed by mobile phone brand manufacturers independently, such as millet Push, Huan Push, charm Push, etc., are promoted in China.
In recent years, as the traffic of the application program itself is increased explosively, the efficiency of sending information by the application program selecting a single push platform is low, and the huge message push requirement cannot be met. For example, if the push process of the designated push platform selected by the application program in the intelligent terminal is ended by accident, the information requirement pushed by the application program later is difficult to meet. If the same application program adopts a plurality of pushing platforms to push information, the push information of each large pushing platform is realized in different modes and lacks of a uniform pushing standard, so that the push information is abnormally disordered, and the user experience is reduced.
Disclosure of Invention
The invention aims to provide a push information processing method and a push information processing device, which are used for solving the problems.
In order to achieve the above purpose, the embodiment of the present invention adopts the following technical solutions:
the embodiment of the invention provides a push information processing method. The method is applied to the intelligent terminal which is in communication connection with a plurality of push servers, and comprises the following steps: receiving push information sent by the push server; converting the format of the push information into a preset format; and storing the push information in the preset format so that a UI process of the intelligent terminal can acquire the push information in the preset format.
The embodiment of the invention also provides a push information processing device, which is applied to an intelligent terminal in communication connection with a plurality of push servers, and comprises: the device comprises a receiving module, a conversion module and a storage module. The receiving module is used for receiving the push information sent by the push server; the conversion module is used for converting the format of the push information into a preset format; and the storage module is used for storing the push information in the preset format so that a UI process of the intelligent terminal can acquire the push information in the preset format.
Compared with the prior art, the embodiment of the invention provides a push information processing method and device. The method is applied to the intelligent terminal which is in communication connection with a plurality of push servers, and comprises the following steps: receiving push information sent by the push server; converting the format of the push information into a preset format; and storing the push information in the preset format so that a UI process of the intelligent terminal can acquire the push information in the preset format. The delivery efficiency of the push information is improved, and the push information is standardized. The user experience is improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
FIG. 1 is a schematic diagram illustrating an application environment according to a preferred embodiment of the present invention.
Fig. 2 is a schematic structural diagram of the intelligent terminal shown in fig. 1.
Fig. 3 is a flowchart illustrating steps of a push information processing method according to a preferred embodiment of the present invention.
Fig. 4 is a flowchart of sub-steps of step S104 shown in fig. 3.
Fig. 5 is a schematic diagram illustrating functional modules of a push information processing apparatus according to a preferred embodiment of the invention.
Fig. 6 is a functional sub-block schematic diagram of the conversion module shown in fig. 5.
Icon: 100-an intelligent terminal; 101-a memory; 102-a memory controller; 103-a processor; 104-peripheral interfaces; 105-a communication unit; 106-a display unit; 200-a push information processing apparatus; 201-a receiving module; 202-a judging module; 203-a sending module; 204-a conversion module; 2041-a judge submodule; 2042-conversion submodule; 205-a storage module; 206-a generation module; 207-push module; 300-push server.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present invention, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
The following embodiments of the present invention can be applied to the environment shown in fig. 1 without specific description, and as shown in fig. 1, the intelligent terminal 100 is communicatively connected to a plurality of push servers 300 through a wired or wireless network.
The push information processing method and device provided by the embodiment of the invention can be applied to the intelligent terminal 100 in the application environment shown in fig. 1. As shown in fig. 1, the intelligent terminal 100 and the plurality of push servers 300 are located in a network, where the network includes a wireless network or a wired network, and the intelligent terminal 100 and the plurality of push servers 300 perform data interaction through the network.
In the embodiment of the present invention, the smart terminal 100 is preferably a mobile terminal device, and may include a smart phone, a tablet computer, an e-book reader, a laptop portable computer, a car-mounted computer, a wearable mobile terminal, and so on. An application (e.g., a fish fighting client) is installed in the intelligent terminal 100, and corresponds to an application server, and specifically, the application is in communication connection with the application server to provide a service for a user. The application server is in communication connection with the plurality of push servers 300, and sends push information to be pushed to the intelligent terminal 100 to which the application is installed to the intelligent terminal 100 through the plurality of push servers 300.
Fig. 2 is a block diagram of the intelligent terminal 100 according to the preferred embodiment of the present invention. The smart terminal 100 is preferably a mobile terminal device, and may include, for example, a smart phone, a tablet computer, a laptop portable computer, a car-mounted computer, a Personal Digital Assistant (PDA), a wearable mobile terminal, and the like. The intelligent terminal 100 includes a push information processing device 200, a memory 101, a storage controller 102, a processor 103, a peripheral interface 104, a communication unit 105, and a display unit 106.
The memory 101, the memory controller 102, the processor 103, the peripheral interface 104, the communication unit 105 and the display unit 106 are electrically connected to each other directly or indirectly to realize data transmission or interaction. For example, the components may be electrically connected to each other via one or more communication buses or signal lines. The push information processing apparatus 200 includes at least one software function module that may be stored in the memory 101 in the form of software or firmware (firmware) or solidified in an Operating System (OS) of the smart terminal 100. The processor 103 is configured to execute an executable module stored in the memory 101, such as a software functional module or a computer program included in the push information processing apparatus 200.
The Memory 101 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like. The memory 101 is configured to store a program, and the processor 103 executes the program after receiving an execution instruction, and the method executed by the server defined by the process disclosed in any embodiment of the present invention may be applied to the processor 103, or implemented by the processor 103.
The processor 103 may be an integrated circuit chip having signal processing capabilities. The processor 103 may be a general-purpose processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), a voice processor, a video processor, and the like; but may also be a digital signal processor, an application specific integrated circuit, a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor 103 may be any conventional processor or the like.
The peripheral interface 104 is used to couple various input/output devices to the processor 103 as well as to the memory 101. In some embodiments, the peripheral interface 104, the processor 103, and the memory controller 102 may be implemented in a single chip. In other examples, they may be implemented separately from the individual chips.
The communication unit 105 is used for implementing data interaction with the push server 300. In the present embodiment, the communication unit 105 may be, but is not limited to, a communication chip.
The display unit 106 provides an interactive interface (e.g., a user operation interface) between the intelligent terminal 100 and a user or is used for displaying push information. In this embodiment, the display unit 106 may be a liquid crystal display or a touch display. In the case of a touch display, the display can be a capacitive touch screen or a resistive touch screen, which supports single-point and multi-point touch operations. Supporting single-point and multi-point touch operations means that the touch display can sense touch operations generated from one or more positions on the touch display, and the sensed touch operations are sent to the processor 103 for calculation and processing.
First embodiment
Referring to fig. 3, fig. 3 is a flowchart illustrating a method for processing push information according to a preferred embodiment of the invention. The method comprises the following steps:
step S101, receiving the push information sent by the push server 300.
In this embodiment, a relay station process is built in the intelligent terminal 100. The transfer station is a program for implementing uninterrupted reception of the push information sent by the push server 300. The relay station process is a system resource occupied during the operation of the program for receiving the push information sent by the push server 300 without interruption, and has an address space.
The transit station process may also receive the push information sent by multiple push servers 300 without interruption. The plurality of push servers 300 may correspond to different push platforms, respectively. It should be noted that, the push information formats of the push platforms and the transmission modes of the push information between the processes are different. The transmission mode of the push information between the cross processes mainly comprises a service transparent transmission mode and a broadcast transparent transmission mode. It should be noted that the service transparent transmission mode may be implemented by using (Android interface Definition Language, AIDL) Android interface Definition Language to implement information transmission between different processes. The broadcast transparent transmission mode is to realize information transmission between different processes in a broadcast mode, and specifically, a registered broadcast receiver of a process registered to send information can receive information sent by a process sending information.
Therefore, in this embodiment, the transit Station processes include a (Service Channel transfer state, SCTTS) Service Channel transit Station process and a (Broadcast Channel transfer state, BCTTS) Broadcast Channel transit Station process.
And the SCTS process is used for receiving the push information of which the transmission mode is a service transparent transmission mode. And the SCTS process transfers the received push information to other processes by using AIDL. The SCTTS may be a background Service (Service). The background service is one of four major components of an android system, the service is a system component which does not directly interact with a user, the background service runs in the background for a long time, and even if a main process of an application program is terminated, an SCTS process can still survive. In this embodiment, RemoteService (remote service) may be a service type of SCTTS, which effectively prevents a host process of a corresponding application program from being terminated to affect a life cycle of an SCTTS process. Therefore, the push information corresponding to the application program can be smoothly sent no matter what state the application program is in, and the push efficiency of the push information is further improved.
The BCTTS may be a Broadcast Receiver (Broadcast Receiver), similar to the SCTTS, and will not be described herein, except that the receiving and transmitting manner is a Broadcast transparent transmission manner. And the BCTTS process transmits the received push information to other processes in a broadcasting mode.
In this embodiment, when the transmission mode of the push information is a service transparent transmission mode, the push information is received through the service channel transfer station process. And when the transmission mode of the push information is a broadcast transparent transmission mode, activating the broadcast channel transfer station process, and receiving the push information through the broadcast channel transfer station process. Optionally, when the broadcast channel relay station process is activated, the broadcast channel relay station process reads the push message carried by the broadcast.
Step S102, the transfer station process judges whether the push information has the push authority.
In this embodiment, after receiving the push information sent by the push server 300, the transit station process determines whether the received push information has the push authority according to the information tag (schedule) of the push information. For example, it is checked whether the push information is the push information of the application corresponding to the transfer station process. The schedule usually adds special information to the application package name, including information such as processing priority and delivery method of the push information. When the transfer station process judges that the push information has the pushed right, the flow enters the step S103; and if not, abandoning the push information.
Step S103, the push information is sent to the transparent transmission receiving process.
In this embodiment, when the push message is received by the SCTTS process, the SCTTS process uses the aid to transfer the push message to a transparent Transmission receiving process of a (Uniform Transmission Receiver, UTR) Uniform message transparent Receiver. And when the push message is received by the BCTTS process, the BCTTS process transmits the push message to a transparent transmission receiving process of the UTR in a broadcasting mode. The UTR may also be a Background Service (Background Service) and a RemoteService (remote Service), and the UTR corresponds to an independent process during running.
And step S104, converting the format of the push information into a preset format.
In this embodiment, the transparent transmission receiving process converts the push information into push information in a preset format. The transparent transmission receiving process comprises a plurality of sub-threads, and each piece of received push information is independently placed into one sub-thread by the transparent transmission receiving process to be converted into a preset format. The push information received at the same time is not interfered with each other in the conversion process, and the conversion efficiency is improved. Alternatively, the preset format may be JSON-format information or XML-format information. In this embodiment, the preset format is the JSON format information, and since the currently used push information in the JSON format has a large market share and is in transmission and analysis efficiency, the received push information is selected to be converted into the JSON format only. Meanwhile, in order to reduce the subsequent definition of the formats of the push messages corresponding to the plurality of push servers 300 and the corresponding writing of a plurality of sets of message parsing templates, in this embodiment, a multi-field name annotation manner is adopted to implement the uniform format parsing of the push messages corresponding to the plurality of push servers 300. Specifically, by pre-storing a preset annotation set. The preset annotation set may include a multi-field name annotation of the push message corresponding to each of the plurality of push servers 300, where the annotation is a special modifier applied to classes, methods, parameters, variables, constructors, and package declarations. It is a tool chosen by the JSR-175 standard to describe metadata. Taking the ID field annotation of the push information as an example, the ID field annotation of the push information corresponding to the push server 300 of the alliance push platform is @ (mid), the ID field annotation of the push information corresponding to the push server 300 of the millet push platform is @ (msgId), the ID field annotation of the push information corresponding to the push server 300 of the hua push platform is @ (ID), and the ID field annotation of the push information corresponding to the push server 300 of each push platform is @ (messId). When information is pushed for the same application program by using an alliance pushing platform, a millet pushing platform and a pushing server 300 corresponding to the former pushing platform and the former pushing platform, a preset annotation set of an ID field is established according to @ (mid), @ (msgId), @ (ID) and @ (messId). In the present embodiment, as shown in fig. 4, step S104 includes the following sub-steps:
substep S1041, determining whether the annotation of the pushed information is the same as at least one of the preset annotation sets.
In this embodiment, a preset set of annotations for the ID field is constructed as such. And comparing the obtained ID field annotation of the push information with the ID field annotation in the preset annotation set by the transparent transmission receiving process to judge whether at least one of the obtained ID field annotation is the same. If yes, the process goes to substep S1042; if there is no flow, the process is ended. It should be noted that, the preset annotation combination may also be a preset annotation set of at least one other field, and the principle is the same, and is not described herein again.
And a substep S1042 of converting the push information into the push information in the preset format.
In this embodiment, the transparent transmission receiving process performs format conversion and analysis on the received push information, and names the fields of the analyzed push information in a unified manner. In the example of the ID field name, the name format of the ID field of the analyzed push information may be changed to msg _ ID. The other fields work the same.
Step S105, storing the push information in the preset format, so that the UI process of the intelligent terminal 100 can obtain the push information in the preset format.
In this embodiment, a (Uniform transport, UTT) unified message transparent relay process is also constructed in the intelligent terminal 100. And the UTT process is used for storing the received push information. Optionally, the unvarnished transmission receiving process transmits the push information converted into the preset format to the UTT process through the aid dl. It should be noted that the UTT is also a background service, and the UTT runs in a work thread of a main process (main process) of a corresponding application program. And storing the push information in a database of the intelligent terminal 100.
And step S106, generating query handle information corresponding to the stored push information in the preset format.
In this embodiment, after the push information in the preset format is stored, query handle information is generated according to the push information in the preset format, so as to search and acquire the corresponding push information. For example, the ID field of the push information in the preset format is used as a query handle.
And step S107, pushing the query handle information to the UI process so that the UI process can acquire the pushed information corresponding to the preset format for display.
In this embodiment, the UTT process may push the query handle information to the UI process by putting the query handle information in a waiting queue. And when the UI process actively asks for information from the waiting queue, acquiring the query handle information. Or the UTT process may actively create a Notifaction, put the query handle information into the Notifaction, and then the UI thread reads the query handle information from the Notifaction. And the UI process acquires the corresponding push information converted into the preset format according to the query handle information and displays the push information.
Second embodiment
Referring to fig. 5, fig. 5 is a diagram illustrating a push information processing apparatus 200 according to a preferred embodiment of the invention. The push information processing apparatus 200 includes a receiving module 201, a determining module 202, a sending module 203, a converting module 204, a storing module 205, a generating module 206, and a pushing module 207.
A receiving module 201, configured to receive the push information sent by the push server 300.
In the embodiment of the present invention, step S101 may be performed by the receiving module 201. A relay station process is built in the intelligent terminal 100. The transfer station process comprises an SCTTS process and a BCTTS process. And when the transmission mode of the push information is a service transparent transmission mode, receiving the push information through the service channel transfer station process. And when the transmission mode of the push information is a broadcast transparent transmission mode, activating the broadcast channel transfer station process, and receiving the push information through the broadcast channel transfer station process. Optionally, when the broadcast channel relay station process is activated, the broadcast channel relay station process reads the push message carried by the broadcast.
The determining module 202 is configured to determine whether the push information has the pushed permission.
In the embodiment of the present invention, step S102 may be executed by the determining module 202.
A sending module 203, configured to send the push information to the transparent transmission receiving process.
In the embodiment of the present invention, step S103 may be performed by the sending module 203. The intelligent terminal 100 further includes a transparent transmission receiving process. The transparent receive process may be a UTR process. The UTR may also be a background Service (background Service) and a Remote Service (Remote Service), and the UTR corresponds to an independent process during running.
A converting module 204, configured to convert the format of the push information into a preset format.
In an embodiment of the present invention, step S104 may be performed by the conversion module 204. Optionally, the transparent transmission receiving process converts the push information into push information in a preset format. As shown in fig. 6, the conversion module 204 may include the following functional sub-modules:
the judging submodule 2041 is configured to judge whether the annotation of the pushed information is the same as at least one of the preset annotation sets.
In the embodiment of the present invention, the sub-step S1041 may be performed by the determining sub-module 2041.
The converting submodule 2042 is configured to convert the push information into the push information in the preset format.
In an embodiment of the present invention, the sub-step S1042 may be performed by the conversion sub-module 2042.
The storage module 205 is configured to store the push information in the preset format.
In the embodiment of the present invention, step S105 may be performed by the storage module 205. So that the UI process of the intelligent terminal 100 obtains the push information in the preset format.
A generating module 206, configured to generate query handle information corresponding to the stored push information in the preset format.
In an embodiment of the present invention, step S106 may be performed by the generating module 206.
A pushing module 207, configured to push the query handle information to the UI process, so that the UI process obtains and displays the pushed information corresponding to the preset format.
In this embodiment of the present invention, step S107 may be executed by the pushing module 207.
In summary, the present invention provides a method and an apparatus for processing push information. The method is applied to the intelligent terminal in communication connection with the plurality of push servers. Wherein the method comprises the following steps: receiving push information sent by the push server; converting the format of the push information into a preset format; and storing the push information in the preset format so that a UI process of the intelligent terminal can acquire the push information in the preset format. The delivery efficiency of the push information is improved, and the push information is standardized. The format of the push information is unified, the information format is prevented from being inundated, and the user experience is improved. And separating the conversion step and the storage step of the push information, and solving the ARN abnormity caused by excessive information.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A push information processing method is characterized in that the method is applied to an intelligent terminal which is in communication connection with a plurality of push servers, the intelligent terminal comprises a transfer station process, a transparent transmission receiving process and a uniform message transparent transmission transfer process, and the uniform message transparent transmission transfer process is a background service in a working thread of a main process running in a corresponding application program; the transfer station process is a background service for interfacing with multiple types of push servers to receive push information sent by the push servers, and the method comprises the following steps:
the transfer station process receives the push information sent by the push server;
the transfer station process judges whether the push information has the push authority;
if yes, sending the push information to the transparent transmission receiving process;
the transparent transmission receiving process converts the format of the push information into a preset format;
the method comprises the steps of storing push information in a preset format so that a UI process of the intelligent terminal can obtain the push information in the preset format; and the unified message transparent transmission transfer device process receives the push information converted into a preset format from the transparent transmission receiving process so as to store the push information in the intelligent terminal.
2. The method of claim 1, wherein the relay station processes comprise a service channel relay station process and a broadcast channel relay station process, and the step of receiving the push information sent by the push server comprises:
when the transmission mode of the push information is a service transparent transmission mode, receiving the push information through the service channel transfer station process;
and when the transmission mode of the push information is a broadcast transparent transmission mode, activating the broadcast channel transfer station process, and receiving the push information through the broadcast channel transfer station process.
3. The method of claim 2, wherein sending the push information to the transparent transmission receiving process comprises:
when the service channel transfer station process receives the push information, the service channel transfer station process sends the push information to the transparent transmission receiving process in a service transparent transmission mode;
and when the broadcast channel transfer station process receives the push information, the broadcast channel transfer station process sends the push information to the transparent transmission receiving process in a broadcast transparent transmission mode.
4. The method of claim 1, wherein the step of converting the format of the push information into a preset format comprises:
judging whether the annotation of the pushed information is the same as at least one of preset annotation sets;
and when the push information is the same, converting the push information into the push information in the preset format.
5. The method of claim 1, wherein after storing the push information in the preset format, the method further comprises:
generating query handle information corresponding to the stored push information in the preset format;
and pushing the query handle information to the UI process so that the UI process can acquire the pushed information corresponding to the preset format for display.
6. The push information processing device is applied to an intelligent terminal in communication connection with a plurality of push servers, the intelligent terminal comprises a uniform message transparent transmission repeater process, and the uniform message transparent transmission repeater process is a background service in a working thread of a main process running corresponding to an application program; the device comprises:
the receiving module is used for receiving the push information sent by the push server;
the judging module is used for judging whether the push information has the push authority;
the conversion module is used for converting the format of the push information into a preset format; the push information processing device is specifically used for converting the push information into the push information in the preset format when the push information has the pushed right;
the storage module is used for storing the push information in a preset format so that a UI process of the intelligent terminal can acquire the push information in the preset format, wherein the unified message transparent transmission repeater process receives the push information converted into the preset format so as to store the push information in the intelligent terminal.
7. The apparatus of claim 6, wherein the conversion module comprises:
the judging submodule is used for judging whether the annotation of the push information is the same as at least one of the preset annotation sets;
and the conversion submodule is used for converting the push information into the push information in the preset format.
8. The apparatus of claim 6, wherein the apparatus further comprises:
the generating module is used for generating query handle information corresponding to the stored push information in the preset format;
and the pushing module is used for pushing the query handle information to the UI process so that the UI process can acquire and display the pushed information corresponding to the preset format.
CN201710712789.7A 2017-08-18 2017-08-18 Push information processing method and device Active CN107465601B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710712789.7A CN107465601B (en) 2017-08-18 2017-08-18 Push information processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710712789.7A CN107465601B (en) 2017-08-18 2017-08-18 Push information processing method and device

Publications (2)

Publication Number Publication Date
CN107465601A CN107465601A (en) 2017-12-12
CN107465601B true CN107465601B (en) 2020-09-04

Family

ID=60550138

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710712789.7A Active CN107465601B (en) 2017-08-18 2017-08-18 Push information processing method and device

Country Status (1)

Country Link
CN (1) CN107465601B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108650290A (en) * 2018-03-26 2018-10-12 安徽笛申科技有限公司 A kind of message informing and send service implementing method
CN110928703B (en) * 2018-09-20 2023-02-21 北京君正集成电路股份有限公司 Multi-process communication registration method and device
CN111866109B (en) * 2020-07-10 2022-07-26 北京字节跳动网络技术有限公司 Message processing method, device, equipment and storage medium
CN113055277B (en) * 2021-03-10 2023-04-25 维沃移动通信有限公司 Message notification method, device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141698A (en) * 2007-10-15 2008-03-12 中兴通讯股份有限公司 Customized information pushing system and method based on mobile terminal management service
CN101409939A (en) * 2008-12-03 2009-04-15 中国电信股份有限公司 End-to-end system for implementing enterprise application data real time propelling movement and method thereof
CN106487886A (en) * 2016-09-30 2017-03-08 广州特道信息科技有限公司 Big data information issuing system and method
CN106528831A (en) * 2016-11-22 2017-03-22 泰康保险集团股份有限公司 Data pushing method and system
CN106651490A (en) * 2016-07-13 2017-05-10 甘肃徽商商城电子商务有限公司 Mobile e-commerce platform and method thereof
CN106897151A (en) * 2015-12-17 2017-06-27 阿里巴巴集团控股有限公司 User's usage record synchronous method, apparatus and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598315A (en) * 2014-12-12 2015-05-06 广州三星通信技术研究有限公司 Memory managing method, device and terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141698A (en) * 2007-10-15 2008-03-12 中兴通讯股份有限公司 Customized information pushing system and method based on mobile terminal management service
CN101409939A (en) * 2008-12-03 2009-04-15 中国电信股份有限公司 End-to-end system for implementing enterprise application data real time propelling movement and method thereof
CN106897151A (en) * 2015-12-17 2017-06-27 阿里巴巴集团控股有限公司 User's usage record synchronous method, apparatus and system
CN106651490A (en) * 2016-07-13 2017-05-10 甘肃徽商商城电子商务有限公司 Mobile e-commerce platform and method thereof
CN106487886A (en) * 2016-09-30 2017-03-08 广州特道信息科技有限公司 Big data information issuing system and method
CN106528831A (en) * 2016-11-22 2017-03-22 泰康保险集团股份有限公司 Data pushing method and system

Also Published As

Publication number Publication date
CN107465601A (en) 2017-12-12

Similar Documents

Publication Publication Date Title
CN107465601B (en) Push information processing method and device
CN109145238B (en) Card display method and device and mobile device
US9876744B2 (en) Information sending method and information sending apparatus
WO2017121278A1 (en) Information-pushing device, method, client and machine-readable storage medium
WO2013150466A3 (en) Systems and methods for event notification framework in a machine-to-machine (m2m) context
CN106302103B (en) Information processing method and system and application server
CN108027725B (en) Method, device and equipment for guiding terminal equipment operation
EP2759892B1 (en) Synchronization of alarms between devices
CN104253741A (en) Information sending method and device and system thereof
US20110016190A1 (en) Method and apparatus for realizing message service
US10652185B2 (en) Information sending method and information sending apparatus
CN109743246B (en) Message emergency reminding method and device and electronic equipment
CN105376719A (en) Information pushing method and device
CN103345696A (en) Display method, device and mobile terminal of pushing information
CN103023730A (en) Systems and methods for performing quick link communications
CN108984417B (en) Software testing method, device, terminal and storage medium
CN114500421B (en) Message processing method and system
CN104639973B (en) Information pushing method and device
CN112187622B (en) Instant message display method and device and server
CN106599045B (en) Request sending method and device
EP3594823B1 (en) Information display method, terminal and server
CN104581660A (en) Method of handling SMS messages and related communication system
CN114374737A (en) Message pushing method and device, computer equipment and storage medium
CN110601963B (en) Message processing method and electronic device supporting same
CN115022266A (en) Group member adding method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant