CN109684114A - Message distributing method, device, terminal and medium based on iOS system - Google Patents

Message distributing method, device, terminal and medium based on iOS system Download PDF

Info

Publication number
CN109684114A
CN109684114A CN201910002744.XA CN201910002744A CN109684114A CN 109684114 A CN109684114 A CN 109684114A CN 201910002744 A CN201910002744 A CN 201910002744A CN 109684114 A CN109684114 A CN 109684114A
Authority
CN
China
Prior art keywords
message
distribution center
protocol interface
registration
news release
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.)
Pending
Application number
CN201910002744.XA
Other languages
Chinese (zh)
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.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software 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 Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN201910002744.XA priority Critical patent/CN109684114A/en
Publication of CN109684114A publication Critical patent/CN109684114A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a kind of message distributing method based on iOS system, device, terminal and media, wherein, this method comprises: invocation protocol interface, which carries out message to message distribution center, monitors registration, wherein, the behavior that message monitors that registration gives out information to message publisher for message receiver is monitored;If receiving the monitoring success prompting message of message distribution center transmission, message sink function, and invocation protocol interface are then utilized, the target message of message distribution center transmission issued by news release side is received, wherein, target message is transmitted with the parametric form in message sink function.The embodiment of the present invention, which solves existing iOS system message distribution, must be encapsulated as dictionary format transmission, and recipient has to pass through parsing and can just obtain message and lead to the very inconvenient problem of the realization of message distribution, the convenience that message distribution is realized in iOS system is improved, message receiver is allowed intuitively to obtain message.

Description

Message distributing method, device, terminal and medium based on iOS system
Technical field
The present embodiments relate to field of computer technology more particularly to a kind of message distributing method based on iOS system, Device, terminal and medium.
Background technique
In project development process, it is frequently encountered the business scenario for needing to communicate between the page and the page.
Currently, general is that the message informing center carried using iOS system is interacted between the page for iOS system Message transmission.Specifically, the shape that message sender will need the message issued to be packaged into dictionary (NSDictionary) first Formula is sent to message informing center (NSNotificationCenter), is then forwarded to the message by message informing center and disappears Recipient is ceased, finally, message receiver use message field (key) corresponding with dictionary parses encapsulation dictionary, is obtained Message field value is to get the message issued to news release side.
The defect of the above method is that message must be packaged into dictionary form during transmitting is transmitted, message Recipient can just obtain specific message after parsing, and cause message receiver very inconvenient when obtaining message.
Summary of the invention
The embodiment of the present invention provides a kind of message distributing method based on iOS system, device, terminal and medium, to realize Improve the convenience of message distribution in iOS system.
In a first aspect, being connect the embodiment of the invention provides a kind of message distributing method based on iOS system applied to message Debit, this method comprises:
Invocation protocol interface carries out message to message distribution center and monitors registration, wherein message monitors registration and is used for message The behavior that recipient gives out information to message publisher is monitored;
If receiving the monitoring success prompting message of the message distribution center transmission, message sink function is utilized, and adjust With the protocol interface, the target message of the message distribution center transmission issued by the news release side is received, wherein Target message is transmitted with the parametric form in the message sink function.
Second aspect, the embodiment of the invention also provides a kind of message distribution device based on iOS system, the device packet It includes:
Registration module is monitored, message is carried out to message distribution center for invocation protocol interface and monitors registration, wherein message The behavior that registration gives out information to message publisher for message receiver is monitored to monitor;
Message reception module, if the monitoring success prompting message for receiving the message distribution center transmission, utilizes Message sink function, and the protocol interface is called, receive being sent out by the news release side for the message distribution center transmission The target message of cloth, wherein target message is transmitted with the parametric form in the message sink function.
The third aspect, the embodiment of the invention also provides a kind of terminals, comprising:
One or more processors;
Storage device, for storing one or more programs,
When one or more of programs are executed by one or more of processors, so that one or more of processing Device realizes the message distributing method based on iOS system applied to message receiver as described in any embodiment of the present invention.
Fourth aspect, the embodiment of the invention also provides a kind of computer readable storage mediums, are stored thereon with computer Program, realized when which is executed by processor as described in any embodiment of the present invention applied to message receiver based on The message distributing method of iOS system.
The embodiment of the present invention carries out message to message distribution center by message receiver invocation protocol interface and monitors registration; After target message is transmitted to message distribution center by news release side, message receiver then utilizes message sink function, and adjusts With protocol interface, the target message of message distribution center transmission issued by news release side is received, wherein target message is to disappear Parametric form in breath receiver function is transmitted, and dictionary format must be encapsulated as by solving existing iOS system message distribution Transmission, and recipient has to pass through parsing and can just obtain message and lead to the very inconvenient problem of the realization of message distribution, improves The convenience that message distribution is realized in iOS system, allows the message receiver intuitively to obtain message, while improving each The flexibility of the dispatch messages transmission of seed type.
Detailed description of the invention
Fig. 1 is the flow chart for the message distributing method based on iOS system that the embodiment of the present invention one provides;
Fig. 2 is the flow chart for another message distributing method based on iOS system that the embodiment of the present invention one provides;
Fig. 3 is the flow chart of the message distributing method provided by Embodiment 2 of the present invention based on iOS system;
Fig. 4 is the structural schematic diagram for the message distribution device based on iOS system that the embodiment of the present invention three provides;
Fig. 5 is a kind of structural schematic diagram for terminal that the embodiment of the present invention four provides.
Specific embodiment
The present invention is described in further detail with reference to the accompanying drawings and examples.It is understood that this place is retouched The specific embodiment stated is used only for explaining the present invention rather than limiting the invention.It also should be noted that in order to just Only the parts related to the present invention are shown in description, attached drawing rather than entire infrastructure.
Embodiment one
Fig. 1 is the flow chart for the message distributing method based on iOS system that the embodiment of the present invention one provides, and the present embodiment can The case where message distribution suitable for iOS system, is applied to message receiver.This method can be by disappearing based on iOS system Diostribution device is ceased to execute, which can be realized by the way of software and/or hardware, and can be integrated in the terminal, such as Mobile phone, computer and ipad etc..
As shown in Figure 1, the message distributing method provided in this embodiment based on iOS system may include:
S110, invocation protocol interface carry out message to message distribution center and monitor registration, wherein message is monitored registration and is used for The behavior that message receiver gives out information to message publisher is monitored.
In the present embodiment, news release side and message receiver be can be in iOS system arbitrarily with information exchange need At least two relating modules, such as two primary pages for needing to carry out synchronizing information for asking etc..In the realization of message distribution Cheng Zhong, message receiver need invocation protocol interface first to indicate that message connects to message distribution center progress message monitoring registration Debit will subscribe to the message of news release side's publication.Message distribution center is realized based on the protocol mode of setting, for offseting The behavior that breath publisher gives out information directly is monitored.Message distribution center is asked in response to the monitoring registration of message receiver It asks, remains registered with the mapping relations of protocol interface and message receiver, and lead to snoop results in real time by the protocol interface Message receiver is known, to guarantee that message receiver can receive the message of news release side's publication in time.Wherein, the present embodiment institute The agreement said refers to method set relevant to message distribution is realized, is indicated with the form of program language, and and message The specific applicable scene of distribution is related.
Optionally, message receiver invocation protocol interface carries out message to message distribution center and monitors registration, comprising: utilizes Specific function, and invocation protocol interface carry out message to message distribution center and monitor registration, wherein specific function is for increasing Subscribe to the recipient of the message of news release side's publication.For example, message receiver utilizes ADD_FQLOBSERVER function, and adjust With protocol interface, monitoring registration is carried out to message distribution center, wherein FQLObserver class represents message receiver.
If S120, the monitoring success prompting message for receiving message distribution center transmission, utilize message sink function, and adjust With protocol interface, the target message of message distribution center transmission issued by news release side is received, wherein target message is to disappear Parametric form in breath receiver function is transmitted.
After news release side generates the behavior of publication target message, while target message being transmitted in message distribution The heart, message distribution center then monitors success at this time, and by snoop results notification message recipient;Message receiver is in response to message The monitoring success prompting message of Distribution Center's transmission, receives target message from message distribution center.Message receiver receives target During message, target message is directly transmitted with the parametric form in message sink function, therefore, compared to being encapsulated as The message transmission mode of dictionary format, message receiver can intuitively obtain target message very much, and due to not being related to pair The parsing operation of dictionary is encapsulated, the realization of message sink process is also simplified.Wherein, target message may include any type Needs synchronous message is interacted between message receiver and news release side, the present embodiment does not make specifically its content It limits.
Optionally, target message is the protocol interface called based on news release side, with the parameter in news release function Form is transmitted to message distribution center.When the message that i.e. news release side is issued is transmitted to message distribution center, equally it is It is transmitted based on function parameter form.Also, the agreement that the protocol interface and message receiver that news release side is called call Interface belongs to the protocol interface of same type.
Fig. 2 is the flow chart of another message distributing method based on iOS system provided in this embodiment.As shown in Fig. 2, According to specific message distribution scene, at least one message receiver invocation protocol interface first is directed to specific news release side Message is carried out to message distribution center and monitors registration, i.e. progress message subscribing;Message distribution center is responsible for sending out message publisher The behavior of cloth message is monitored, and the message that news release side is issued is based respectively on message sink function transfer to each The message receiver of subscription.The process that entire message distribution is realized is all based on protocol realization, is not related to encapsulating message completely For dictionary and to the operation that is parsed of encapsulation dictionary, and realize message receiver and news release side passes through message point Hair center it is full decoupled.
The technical solution of the present embodiment carries out message prison to message distribution center by message receiver invocation protocol interface Listen registration;After target message is transmitted to message distribution center by news release side, message receiver then utilizes message sink letter Number, and invocation protocol interface receive the target message of message distribution center forwarding, wherein target message is with message sink function In parametric form transmitted, solve existing iOS system message distribution must be encapsulated as dictionary format transmission, and receive Side has to pass through parsing and can just obtain message and lead to the very inconvenient problem of the realization of message distribution, improves in iOS system The convenience that message distribution is realized allows message receiver intuitively to obtain message, also, the message distributed is with parameter shape Formula is transmitted, and the flexibility of various types of dispatch messages transmission is improved.
Embodiment two
Fig. 3 is the flow chart of the message distributing method provided by Embodiment 2 of the present invention based on iOS system, and the present embodiment is Further progress optimizes on the basis of the above embodiments, to jump to user's letter by login page after user's login application program For the scene for ceasing homepage, the present embodiment method is illustrated.As shown in figure 3, this method may include:
S210, user information homepage invocation protocol interface carry out message to message distribution center and monitor registration, wherein disappear Breath is monitored the behavior that registration gives out information to user's login page for user information homepage and is monitored.
In the present embodiment, message receiver includes user information homepage in application program, and news release side includes application User's login page of program.User information homepage utilizes specific function, and invocation protocol interface, to message distribution center into Row message monitors registration, wherein specific function is used to increase the recipient of the message of booking reader's login page publication.
For example, user information homepage utilizes ADD_FQLOBSERVER (FQLLoginProtocol, self) function and association Interface is discussed, is disappeared for the behavior that user's login page gives out information to message distribution center (FQL ObserverCenter) Breath monitors registration, i.e., is monitored by the login success message that message distribution center generates login page.Wherein, FQLLoginProtocol indicates protocol interface corresponding with the scene of current login application program.Registration is monitored to complete Afterwards, message distribution center can retain FQLLoginProtocol agreement to user information homepage mapping relations, and with mapping The form of table is stored, and subsequently through FQLLoginProtocol agreement, snoop results and user's login page are issued Target message be transferred to user information homepage.
If S220, user information homepage receive the monitoring success prompting message of message distribution center transmission, using disappearing Receiver function, and invocation protocol interface are ceased, the target message of message distribution center transmission issued by user's login page is received, Wherein, target message is transmitted with the parametric form in message sink function.
User enables application program, is logged in login page input personal information, when userspersonal information is by testing Card, user's login page generates the message logined successfully, and is transmitted to using the message that news release function logins successfully this Message distribution center.The message logined successfully the i.e. target message of user's login page distribution, which includes need to be synchronized to The userspersonal information of user information homepage, for example, user's pet name, user password and cell-phone number etc., these personal information are equal Message distribution center is transmitted to the parametric form in news release function.
Illustratively, a kind of form of news release function is as follows: NOTIFY_FQLOBSERVER (FQL LoginProtocol ,@selector (onLoginSuccess:UserName :), onLoginSuccess:userPhone Num userName:userName), wherein onLoginSuccess expression logins successfully, and UserName indicates user's pet name, UserPhoneNum indicates user mobile phone number.
The result that logins successfully listened to is transmitted to user information homepage, user information homepage by message distribution center Just target message is received from message distribution center using message sink function, to realize individual subscriber in user information homepage The refreshing of information.For example, a kind of form of message sink function is as follows:
(void)onLoginSuccess:(NSString*)userPhoneNumu serName:(NSString*) username。
In the technical solution of the present embodiment, message receiver includes user information homepage in application program, news release Side includes user's login page of application program, by the agreement based on setting, is logged in the user of application program in iOS system Message distribution process between the page and user information homepage is illustrated, and solving existing iOS system message distribution must It must be encapsulated as dictionary format transmission, and recipient has to pass through parsing and can just obtain message and lead to the realization of message distribution very Inconvenient problem improves the convenience that message distribution is realized in iOS system, message receiver is intuitively disappeared Breath.
Embodiment three
Fig. 4 is the structural schematic diagram for the message distribution device based on iOS system that the embodiment of the present invention three provides, this implementation The case where example is applicable to the message distribution in iOS system.The device can realize by the way of software and/or hardware, and It can integrate in the terminal, such as mobile phone, computer and ipad etc..
As shown in figure 4, the message distribution device provided in this embodiment based on iOS system may include monitoring registration module 410 and message reception module 420, in which:
Registration module 410 is monitored, message is carried out to message distribution center for invocation protocol interface and monitors registration, wherein Message is monitored the behavior that registration gives out information to message publisher for message receiver and is monitored;
Message reception module 420, if the monitoring success prompting message for receiving message distribution center transmission, using disappearing Receiver function, and invocation protocol interface are ceased, the target message of message distribution center transmission issued by news release side is received, In, target message is transmitted with the parametric form in message sink function.
Optionally, registration module 410 is monitored to be specifically used for:
Using specific function, and invocation protocol interface, message is carried out to message distribution center and monitors registration, wherein specific Function is used to increase the recipient for subscribing to the message of news release side's publication.
Optionally, the target message in message reception module 420 is the protocol interface called based on news release side, to disappear Parametric form in breath publication function is transmitted to message distribution center.
Optionally, target message includes the personal information of user's login application program.
Optionally, message receiver includes user information homepage in application program;News release side includes application program User's login page.
Any embodiment of that present invention institute can be performed in message distribution device based on iOS system provided by the embodiment of the present invention The message distributing method based on iOS system provided, has the corresponding functional module of execution method and beneficial effect.The present embodiment In the content of not detailed description can be with reference to the description in embodiment of the present invention method.
Example IV
Fig. 5 is a kind of structural schematic diagram for terminal that the embodiment of the present invention four provides.Fig. 5, which is shown, to be suitable for being used to realizing this The block diagram of the exemplary terminal 512 of invention embodiment.The terminal 512 that Fig. 5 is shown is only an example, should not be to the present invention The function and use scope of embodiment bring any restrictions.
As shown in figure 5, terminal 512 is showed in the form of general purpose terminal.The component of terminal 512 can include but is not limited to: One or more processor 516, storage device 528 connect different system components (including storage device 528 and processor 516) bus 518.
Bus 518 indicates one of a few class bus structures or a variety of, including storage device bus or storage device control Device processed, peripheral bus, graphics acceleration port, processor or total using the local of any bus structures in a variety of bus structures Line.For example, these architectures include but is not limited to industry standard architecture (Industry Subversive Alliance, ISA) bus, microchannel architecture (Micro Channel Architecture, MAC) bus is enhanced Isa bus, Video Electronics Standards Association (Video Electronics Standards Association, VESA) local are total Line and peripheral component interconnection (Peripheral Component Interconnect, PCI) bus.
Terminal 512 typically comprises a variety of computer system readable media.These media can be it is any can be by terminal The usable medium of 512 access, including volatile and non-volatile media, moveable and immovable medium.
Storage device 528 may include the computer system readable media of form of volatile memory, such as arbitrary access Memory (Random Access Memory, RAM) 530 and/or cache memory 532.Terminal 512 can be wrapped further Include other removable/nonremovable, volatile/non-volatile computer system storage mediums.Only as an example, storage system 534 can be used for reading and writing immovable, non-volatile magnetic media (Fig. 5 do not show, commonly referred to as " hard disk drive ").Although It is not shown in Fig. 5, the disc driver for reading and writing to removable non-volatile magnetic disk (such as " floppy disk ") can be provided, and To removable anonvolatile optical disk, such as CD-ROM (Compact Disc Read-Only Memory, CD-ROM), number Optic disk (Digital Video Disc-Read Only Memory, DVD-ROM) or other optical mediums) read-write CD drive Dynamic device.In these cases, each driver can be connected by one or more data media interfaces with bus 518.It deposits Storage device 528 may include at least one program product, which has one group of (for example, at least one) program module, this A little program modules are configured to perform the function of various embodiments of the present invention.
Program/utility 540 with one group of (at least one) program module 542 can store in such as storage dress It sets in 528, such program module 542 includes but is not limited to operating system, one or more application program, other program moulds It may include the realization of network environment in block and program data, each of these examples or certain combination.Program module 542 usually execute function and/or method in embodiment described in the invention.
Terminal 512 can also be logical with one or more external equipments 514 (such as keyboard, direction terminal, display 524 etc.) Letter, can also be enabled a user to one or more terminal interact with the terminal 512 communicate, and/or with make the terminal 512 Any terminal (such as network interface card, modem etc.) communication that can be communicated with one or more of the other computing terminal.This Kind communication can be carried out by input/output (I/O) interface 522.Also, terminal 512 can also by network adapter 520 with One or more network (such as local area network (Local Area Network, LAN), wide area network (Wide Area Network, WAN) and/or public network, for example, internet) communication.As shown in figure 5, network adapter 520 passes through bus 518 and terminal 512 Other modules communication.It should be understood that although not shown in the drawings, other hardware and/or software mould can be used in conjunction with terminal 512 Block, including but not limited to: microcode, terminal driver, redundant processor, external disk drive array, disk array (Redundant Arrays of Independent Disks, RAID) system, tape drive and data backup storage system System etc..
The program that processor 516 is stored in storage device 528 by operation, thereby executing various function application and number According to processing, such as realize the message based on iOS system provided by any embodiment of the invention applied to message receiver point Forwarding method, this method may include:
Invocation protocol interface carries out message to message distribution center and monitors registration, wherein message monitors registration and is used for message The behavior that recipient gives out information to message publisher is monitored;
If receiving the monitoring success prompting message of the message distribution center transmission, message sink function is utilized, and adjust With the protocol interface, the target message of the message distribution center transmission issued by the news release side is received, wherein Target message is transmitted with the parametric form in the message sink function.
Embodiment five
The embodiment of the present invention five additionally provides a kind of computer readable storage medium, is stored thereon with computer program, should It is realized when program is executed by processor as provided by any embodiment of the invention applied to message receiver based on iOS system Message distributing method, this method may include:
Invocation protocol interface carries out message to message distribution center and monitors registration, wherein message monitors registration and is used for message The behavior that recipient gives out information to message publisher is monitored;
If receiving the monitoring success prompting message of the message distribution center transmission, message sink function is utilized, and adjust With the protocol interface, the target message of the message distribution center transmission issued by the news release side is received, wherein Target message is transmitted with the parametric form in the message sink function.
The computer storage medium of the embodiment of the present invention, can be using any of one or more computer-readable media Combination.Computer-readable medium can be computer-readable signal media or computer readable storage medium.It is computer-readable Storage medium for example may be-but not limited to-the system of electricity, magnetic, optical, electromagnetic, infrared ray or semiconductor, device or Device, or any above combination.The more specific example (non exhaustive list) of computer readable storage medium includes: tool There are electrical connection, the portable computer diskette, hard disk, random access memory (RAM), read-only memory of one or more conducting wires (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, portable compact disc read-only memory (CD- ROM), light storage device, magnetic memory device or above-mentioned any appropriate combination.In this document, computer-readable storage Medium can be any tangible medium for including or store program, which can be commanded execution system, device or device Using or it is in connection.
Computer-readable signal media may include in a base band or as carrier wave a part propagate data-signal, Wherein carry computer-readable program code.The data-signal of this propagation can take various forms, including but unlimited In electromagnetic signal, optical signal or above-mentioned any appropriate combination.Computer-readable signal media can also be that computer can Any computer-readable medium other than storage medium is read, which can send, propagates or transmit and be used for By the use of instruction execution system, device or device or program in connection.
The program code for including on computer-readable medium can transmit with any suitable medium, including --- but it is unlimited In wireless, electric wire, optical cable, RF etc. or above-mentioned any appropriate combination.
The computer for executing operation of the present invention can be write with one or more programming languages or combinations thereof Program code, described program design language include object oriented program language-such as Java, Smalltalk, C++, It further include conventional procedural programming language-such as " C " language or similar programming language.Program code can be with It fully executes, partly execute on the user computer on the user computer, being executed as an independent software package, portion Divide and partially executes or executed on remote computer or terminal completely on the remote computer on the user computer.It is relating to And in the situation of remote computer, remote computer can pass through the network of any kind --- including local area network (LAN) or extensively Domain net (WAN)-be connected to subscriber computer, or, it may be connected to outer computer (such as provided using Internet service Quotient is connected by internet).
Note that the above is only a better embodiment of the present invention and the applied technical principle.It will be appreciated by those skilled in the art that The invention is not limited to the specific embodiments described herein, be able to carry out for a person skilled in the art it is various it is apparent variation, It readjusts and substitutes without departing from protection scope of the present invention.Therefore, although being carried out by above embodiments to the present invention It is described in further detail, but the present invention is not limited to the above embodiments only, without departing from the inventive concept, also It may include more other equivalent embodiments, and the scope of the invention is determined by the scope of the appended claims.

Claims (10)

1. a kind of message distributing method based on iOS system is applied to message receiver characterized by comprising
Invocation protocol interface carries out message to message distribution center and monitors registration, wherein message monitors registration and is used for message sink The behavior that side gives out information to message publisher is monitored;
If receiving the monitoring success prompting message of the message distribution center transmission, message sink function is utilized, and call institute Protocol interface is stated, receives the target message of the message distribution center transmission issued by the news release side, wherein target Message is transmitted with the parametric form in the message sink function.
2. the method according to claim 1, wherein the invocation protocol interface disappears to message distribution center Breath monitors registration, comprising:
Using specific function, and the protocol interface is called, Xiang Suoshu message distribution center carries out message and monitors registration, wherein The specific function is used to increase the recipient for subscribing to the message of news release side's publication.
3. the method according to claim 1, wherein target message is the institute called based on the news release side Protocol interface is stated, the message distribution center is transmitted to the parametric form in news release function.
4. method according to claim 1 to 3, which is characterized in that target message includes user's login application program Personal information.
5. according to the method described in claim 4, it is characterized by:
The message receiver includes user information homepage in application program;
The news release side includes user's login page of application program.
6. a kind of message distribution device based on iOS system characterized by comprising
Registration module is monitored, message is carried out to message distribution center for invocation protocol interface and monitors registration, wherein message is monitored Behavior of the registration for message receiver to give out information to message publisher is monitored;
Message reception module, if the monitoring success prompting message for receiving the message distribution center transmission, utilizes message Receiver function, and call the protocol interface, receive the message distribution center transmission by news release side publication Target message, wherein target message is transmitted with the parametric form in the message sink function.
7. device according to claim 6, which is characterized in that the monitoring registration module is specifically used for:
Using specific function, and the protocol interface is called, Xiang Suoshu message distribution center carries out message and monitors registration, wherein The specific function is used to increase the recipient for subscribing to the message of news release side's publication.
8. device according to claim 6, which is characterized in that target message is the institute called based on the news release side Protocol interface is stated, the message distribution center is transmitted to the parametric form in news release function.
9. a kind of terminal characterized by comprising
One or more processors;
Storage device, for storing one or more programs,
When one or more of programs are executed by one or more of processors, so that one or more of processors are real Now such as the message distributing method as claimed in any one of claims 1 to 5 based on iOS system.
10. a kind of computer readable storage medium, is stored thereon with computer program, which is characterized in that the program is by processor Such as the message distributing method as claimed in any one of claims 1 to 5 based on iOS system is realized when execution.
CN201910002744.XA 2019-01-02 2019-01-02 Message distributing method, device, terminal and medium based on iOS system Pending CN109684114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910002744.XA CN109684114A (en) 2019-01-02 2019-01-02 Message distributing method, device, terminal and medium based on iOS system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910002744.XA CN109684114A (en) 2019-01-02 2019-01-02 Message distributing method, device, terminal and medium based on iOS system

Publications (1)

Publication Number Publication Date
CN109684114A true CN109684114A (en) 2019-04-26

Family

ID=66191805

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910002744.XA Pending CN109684114A (en) 2019-01-02 2019-01-02 Message distributing method, device, terminal and medium based on iOS system

Country Status (1)

Country Link
CN (1) CN109684114A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112689020A (en) * 2020-12-30 2021-04-20 北京锐安科技有限公司 Message transmission method, message middleware, electronic equipment and storage medium
CN113377621A (en) * 2021-07-01 2021-09-10 武汉斗鱼鱼乐网络科技有限公司 Data monitoring method and device, storage medium and electronic equipment
CN114466062A (en) * 2022-02-08 2022-05-10 展讯通信(天津)有限公司 Message distribution method and device
CN114979260A (en) * 2022-05-12 2022-08-30 深圳市绿联科技股份有限公司 Protocol-based communication method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015018243A1 (en) * 2013-08-06 2015-02-12 飞天诚信科技股份有限公司 Ios device based webpage blocking method and device
CN108023808A (en) * 2017-12-07 2018-05-11 深圳乐信软件技术有限公司 message distributing method and device in application program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015018243A1 (en) * 2013-08-06 2015-02-12 飞天诚信科技股份有限公司 Ios device based webpage blocking method and device
CN108023808A (en) * 2017-12-07 2018-05-11 深圳乐信软件技术有限公司 message distributing method and device in application program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SUMMER_LIU_LIU: "iOS中消息通知的另一种方式", 《HTTPS://JUEJIN.IM/POST/5ABDE8266FB9A028CF32937B》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112689020A (en) * 2020-12-30 2021-04-20 北京锐安科技有限公司 Message transmission method, message middleware, electronic equipment and storage medium
CN112689020B (en) * 2020-12-30 2023-08-04 北京锐安科技有限公司 Message transmission method, message middleware, electronic equipment and storage medium
CN113377621A (en) * 2021-07-01 2021-09-10 武汉斗鱼鱼乐网络科技有限公司 Data monitoring method and device, storage medium and electronic equipment
CN113377621B (en) * 2021-07-01 2022-08-02 武汉斗鱼鱼乐网络科技有限公司 Data monitoring method and device, storage medium and electronic equipment
CN114466062A (en) * 2022-02-08 2022-05-10 展讯通信(天津)有限公司 Message distribution method and device
CN114466062B (en) * 2022-02-08 2023-10-20 展讯通信(天津)有限公司 Message distribution method and device
CN114979260A (en) * 2022-05-12 2022-08-30 深圳市绿联科技股份有限公司 Protocol-based communication method and device, electronic equipment and storage medium
CN114979260B (en) * 2022-05-12 2023-09-15 深圳市绿联科技股份有限公司 Protocol-based communication method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109684114A (en) Message distributing method, device, terminal and medium based on iOS system
US20150146881A1 (en) Audio output device to dynamically generate audio ports for connecting to source devices
CN107809437B (en) Converged communication login method and device and computer readable storage medium
US11758087B2 (en) Multimedia conference data processing method and apparatus, and electronic device
CN102904959A (en) Network accelerating method and gateway
US20220245005A1 (en) Methods, devices and computer storage media for inter-mini program platform discovery
CN109933442A (en) The means of communication, equipment and computer storage medium between small routine platform
WO2019205555A1 (en) Method and apparatus for pushing message
CN109951400A (en) Instruction sending method, device, electronic equipment and the readable storage medium storing program for executing of terminal
CN108055415A (en) Call redialing method, device and computer equipment
CN105207886A (en) Instant messaging (IM) message sending and display methods, IM message sending and display devices, and IM message system
WO2019079971A1 (en) Method for group communication, and apparatus, computer storage medium, and computer device
CN105592019B (en) The method that two-way access is applied between dual execution environment
WO2021088671A1 (en) Method for calling terminal capability, device, and computer storage medium
WO2019136821A1 (en) Network selection method and apparatus of terminal, computer device, and storage medium
CN105554750B (en) A kind of transmission method and terminal of data frame
CN109889468A (en) Transmission method, system, device, equipment and the storage medium of network data
CN104424949A (en) Method for transmitting and receiving voice packet and electronic device implementing the same
CN109889922A (en) Method, device, equipment and storage medium for forwarding streaming media data
CN105391702A (en) Audio/video communication method, terminal, server and platform
CN110995577B (en) Multi-channel adaptation method and device for message and storage medium
WO2019056901A1 (en) Method of forwarding voice information during instant messaging process, and device and storage medium
CN106209583A (en) A kind of message input method, device and user terminal thereof
CN108289056A (en) Share the method, apparatus and computing device of dynamic chart
CN111147359B (en) Message conversion method, device and storage medium suitable for multiple channels

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190426