CN109213394B - Application interaction method and device - Google Patents

Application interaction method and device Download PDF

Info

Publication number
CN109213394B
CN109213394B CN201710551720.0A CN201710551720A CN109213394B CN 109213394 B CN109213394 B CN 109213394B CN 201710551720 A CN201710551720 A CN 201710551720A CN 109213394 B CN109213394 B CN 109213394B
Authority
CN
China
Prior art keywords
target
audio
target application
application
sequence
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
CN201710551720.0A
Other languages
Chinese (zh)
Other versions
CN109213394A (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.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software 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 Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201710551720.0A priority Critical patent/CN109213394B/en
Priority to PCT/CN2017/114508 priority patent/WO2018227899A1/en
Priority to CN201780002125.XA priority patent/CN108139952B/en
Priority to EP17913542.1A priority patent/EP3627322A4/en
Publication of CN109213394A publication Critical patent/CN109213394A/en
Priority to US16/699,416 priority patent/US10990461B2/en
Application granted granted Critical
Publication of CN109213394B publication Critical patent/CN109213394B/en
Priority to US17/207,251 priority patent/US11360834B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • 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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The disclosure provides an application interaction method and device, wherein the method comprises the following steps: determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application; according to the trigger operation, outputting target audio generated by a server side, wherein the target audio is audio used for bearing a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application; extracting the target application parameters from the target audio; and opening the target application according to the target application parameters. According to the method and the device, the target application parameters are extracted from the output target audio, so that the jump between the applications is finally realized, the function of an operating system is enhanced, the interaction between the applications is not limited by whether the application of the two parties supports the deep link technology, and the user experience of the terminal is improved.

Description

Application interaction method and device
Technical Field
The present disclosure relates to the field of information interaction, and in particular, to an application interaction method and apparatus.
Background
With the development of computer communication technology, various application software brings excellent communication experience to people.
In the related art, the jump between applications can be realized by adopting the deep link technology. For example, in the case of application a adapting the Deeplink technology, the user triggers a link in application a for jumping to another application, and can jump to an inner page of another application, such as application B, through the Deeplink technology. However, if the Deeplink technology is not adapted in the application a, the page jump function between the applications is unavailable, which affects the user experience of the terminal.
Disclosure of Invention
In order to overcome the problems in the related art, the embodiments of the present disclosure provide an application interaction method and apparatus.
According to a first aspect of the embodiments of the present disclosure, there is provided an application interaction method, where the method is used for a terminal, and the method includes:
determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application;
according to the trigger operation, outputting target audio generated by a server side, wherein the target audio is audio used for bearing a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
extracting the target application parameters from the target audio;
and opening the target application according to the target application parameters.
Optionally, the determining that a trigger operation is detected includes:
determining that a trigger operation is detected on a preset virtual key for opening the target application; or
Determining that a trigger operation for opening a preset display element of the target application is detected.
Optionally, the outputting the target audio generated by the server according to the triggering operation includes:
generating a network request according to the triggering operation, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
sending the network request to a server side through network connection established with the server side in advance;
receiving the target audio pushed by the server, wherein the target audio is obtained by the server according to the associated information;
outputting the target audio through a sound output device.
Optionally, the sound output device includes: a bluetooth sound output device, a speaker, or a preset virtual sound output device.
Optionally, the extracting the target application parameter from the target audio includes:
extracting a plurality of target audio parameter values from the target audio by a preset processing module;
converting the target audio parameter values into target numbers one by one according to the corresponding relation between the preset audio parameter values and the numbers;
determining target application parameters according to a number sequence consisting of a plurality of the target numbers.
Optionally, the determining target application parameters according to a number sequence composed of a plurality of the target numbers includes:
searching a preamble code in a number sequence consisting of a plurality of the target numbers; the lead code is used for identifying the starting position of a target characteristic sequence corresponding to the target application parameter;
according to the lead code, the target characteristic sequence is found in the digital sequence;
and determining the target application parameters according to the target characteristic sequence.
Optionally, the searching for a preamble in a number sequence composed of a plurality of the target numbers includes:
searching whether a numerical value matched with the numerical value included in the target numerical sequence exists in the numerical sequence consisting of a plurality of target numerical values;
if a numerical value matching the numerical value included in the target number sequence exists in the numerical sequence, taking the numerical value matching the numerical value included in the target number sequence in the numerical sequence as the preamble;
the target number sequence is composed of a first preset number of preset values.
Optionally, the finding the target feature sequence in the digital sequence according to the preamble includes:
taking a first numerical value of the numerical sequence after the preamble as a starting position of the target characteristic sequence;
and intercepting a plurality of numerical values of a second preset number from the initial position in the numerical sequence to obtain the target characteristic sequence.
Optionally, the determining the target application parameter according to the target feature sequence includes:
and determining target application parameters corresponding to the target characteristic sequence according to the corresponding relation between the pre-stored characteristic sequence and the application parameters.
Optionally, the method further comprises:
intercepting a plurality of numerical values of a third preset number from the numerical sequence starting from a first numerical value behind the target characteristic sequence to obtain a check sequence;
verifying the target characteristic sequence through the verification sequence to obtain a verification result;
and if the verification result is that the verification is passed, executing the step of opening the target application according to the target application parameters.
Optionally, the verifying the target feature sequence by the verification sequence to obtain a verification result includes:
calculating all values included in the check sequence and the target characteristic sequence according to a preset calculation mode to obtain a target value;
if the target value is consistent with the preset value, determining that the verification result is verification passing; otherwise, determining that the verification result is verification failure.
Optionally, the determining that the trigger operation is detected includes:
determining that a trigger operation is detected while playing audio; the outputting the target audio generated by the server side according to the triggering operation comprises:
and outputting the target audio through a preset virtual sound output device according to the trigger operation.
Optionally, the opening the target application according to the target application parameter includes:
determining whether the target application is installed locally or not according to the identity of the target application;
and if the target application is not locally installed, after the target application is downloaded and installed in the terminal background, opening the target application according to the target application parameters.
According to a second aspect of the embodiments of the present disclosure, there is provided an application interaction method, where the method is used on a server side, and the method includes:
receiving a network request sent by a terminal, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
obtaining a target audio according to the associated information, wherein the target audio is an audio for carrying a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
and pushing the target audio to the terminal so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio.
Optionally, the obtaining the target audio according to the association information includes:
obtaining a target audio parameter value corresponding to the associated information carried in the network request according to the corresponding relation between the associated information and the audio parameter value;
generating a target audio in real time according to the target audio parameter value; or
And searching the target audio with the parameter value as the target audio parameter value in the pre-generated audio according to the target audio parameter value.
Optionally, the association information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
Optionally, the obtaining a target audio parameter value corresponding to the association information carried in the network request according to the correspondence between the association information and the audio parameter value includes:
and if the associated information carried in the network request comprises a URL address, acquiring a target audio parameter value corresponding to the character in the URL address according to the corresponding relation between the character and the audio parameter value.
Optionally, the obtaining a target audio parameter value corresponding to the association information carried in the network request according to the correspondence between the association information and the audio parameter value includes:
if the associated information carried in the network request comprises jump indication information, acquiring a target application parameter corresponding to the parameter acquisition indication information according to the corresponding relation between the parameter acquisition indication information and the application parameter;
and acquiring a target audio parameter value corresponding to the target application parameter according to the corresponding relation between the application parameter and the audio parameter value.
According to a third aspect of the embodiments of the present disclosure, there is provided an application interaction apparatus, where the apparatus is used for a terminal, and the apparatus includes:
a trigger operation determination module configured to determine that a trigger operation is detected, the trigger operation being used to trigger a jump to a target application;
an audio output module configured to output target audio generated by a server according to the trigger operation, where the target audio is audio for carrying a jump request, and the jump request includes target application parameters, where the target application parameters at least include: an identity of the target application;
an extraction module configured to extract the target application parameters from the target audio;
an execution module configured to open the target application according to the target application parameters.
Optionally, the triggering operation determining module includes:
a first determining sub-module configured to determine that a trigger operation is detected on a preset virtual key for opening the target application;
a second determination submodule configured to determine that a trigger operation for opening a preset display element of the target application is detected.
Optionally, the audio output module includes:
the network request generation submodule is configured to generate a network request according to the trigger operation, the network request is used for requesting to jump to a target application, and the network request carries associated information corresponding to the target application;
the sending submodule is configured to send the network request to the server side through network connection established with the server side in advance;
the receiving submodule is configured to receive the target audio pushed by the server side, and the target audio is obtained by the server side according to the associated information;
a first output sub-module configured to output the target audio through a sound output device.
Optionally, the sound output device includes: a bluetooth sound output device, a speaker, or a preset virtual sound output device.
Optionally, the extraction module comprises:
an extraction sub-module configured to extract a plurality of target audio parameter values from the target audio by a preset processing module;
the conversion submodule is configured to convert the plurality of target audio parameter values into target numbers one by one according to the corresponding relation between preset audio parameter values and numbers;
a third determining sub-module configured to determine a target application parameter from a number sequence consisting of a plurality of the target numbers.
Optionally, the third determining sub-module includes:
a first searching unit configured to search for a preamble in a number sequence composed of a plurality of the target numbers; the lead code is used for identifying the starting position of a target characteristic sequence corresponding to the target application parameter;
a second searching unit configured to search the target feature sequence in the digital sequence according to the preamble;
a determining unit configured to determine the target application parameter according to the target feature sequence.
Optionally, the first lookup unit includes:
a search subunit configured to search, in a number sequence composed of a plurality of the target numbers, whether or not there is a value that matches a value included in the target number sequence;
a first determining subunit configured to take, as the preamble, a value in the number sequence that matches a value included in the target number sequence if there is a value in the number sequence that matches a value included in the target number sequence;
the target number sequence is composed of a first preset number of preset values.
Optionally, the second lookup unit includes:
a second determining subunit, configured to use a first value of the digital sequence after the preamble as a starting position of the target feature sequence;
and the obtaining subunit is configured to intercept a plurality of numerical values of a second preset number from the starting position in the numerical sequence to obtain the target feature sequence.
Optionally, the determining unit includes:
and the third determining subunit is configured to determine the target application parameters corresponding to the target characteristic sequence according to the corresponding relationship between the pre-stored characteristic sequence and the application parameters.
Optionally, the apparatus further comprises:
the acquisition module is configured to intercept a plurality of numerical values of a third preset number from a first numerical value behind the target characteristic sequence to obtain a check sequence;
the verification module is configured to verify the target characteristic sequence through the verification sequence to obtain a verification result;
and the control module is configured to control the execution module to open the target application according to the target application parameter if the verification result is that the verification is passed.
Optionally, the verification module includes:
the calculation submodule is configured to calculate all values included in the check sequence and the target feature sequence according to a preset calculation mode to obtain a target value;
the fourth determination submodule is configured to determine that the verification result is verification passing if the target value is consistent with the preset value; otherwise, determining that the verification result is verification failure.
Optionally, the triggering operation determining module includes:
a fifth determination sub-module configured to determine that a trigger operation is detected while the audio is played;
the audio output module includes:
and the second output submodule is configured to output the target audio through a preset virtual sound output device according to the trigger operation.
Optionally, the execution module includes:
the judging submodule is configured to determine whether the target application is installed locally according to the identity of the target application;
and the execution sub-module is configured to open the target application according to the target application parameters after the target application is downloaded and installed in the terminal background if the target application is not installed locally.
According to a fourth aspect of the embodiments of the present disclosure, there is provided an application interaction apparatus, where the apparatus is used on a server side, and the apparatus includes:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is configured to receive a network request sent by a terminal, the network request is used for requesting to jump to a target application, and the network request carries associated information corresponding to the target application;
an audio obtaining module configured to obtain a target audio according to the association information, where the target audio is an audio for carrying a skip request, and the skip request includes target application parameters, where the target application parameters at least include: an identity of the target application;
the push module is configured to push the target audio to the terminal, so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio.
Optionally, the audio obtaining module includes:
the fourth obtaining submodule is configured to obtain a target audio parameter value corresponding to the association information carried in the network request according to the correspondence between the association information and the audio parameter value;
an audio generation module configured to generate a target audio in real time according to the target audio parameter value; or
And the audio searching submodule is configured to search target audio with the parameter value being the target audio parameter value in pre-generated audio according to the target audio parameter value.
Optionally, the association information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
Optionally, the fourth obtaining sub-module includes:
the first obtaining unit is configured to obtain a target audio parameter value corresponding to a character in the URL address according to a corresponding relation between the character and the audio parameter value if the associated information carried in the network request includes the URL address.
Optionally, the fourth obtaining sub-module includes:
a second obtaining unit, configured to, if the association information carried in the network request includes jump indication information, obtain, according to a correspondence between parameter obtaining indication information and application parameters, a target application parameter corresponding to the parameter obtaining indication information;
a third obtaining unit configured to obtain a target audio parameter value corresponding to the target application parameter according to a correspondence between an application parameter and an audio parameter value.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium storing a computer program for executing the application interaction method of the first aspect.
According to a sixth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium storing a computer program for executing the application interaction method of the second aspect.
According to a seventh aspect of the embodiments of the present disclosure, there is provided an application interaction apparatus, where the apparatus is used for a terminal, and the apparatus includes:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application;
according to the trigger operation, outputting target audio generated by a server side, wherein the target audio is audio used for bearing a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
extracting the target application parameters from the target audio;
and opening the target application according to the target application parameters.
According to an eighth aspect of the embodiments of the present disclosure, there is provided an application interaction apparatus, where the apparatus is used on a server side, and the apparatus includes:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
receiving a network request sent by a terminal, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
obtaining a target audio according to the associated information, wherein the target audio is an audio for carrying a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
and pushing the target audio to the terminal so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
in the embodiment of the disclosure, the terminal may determine that a trigger operation is detected, where the trigger operation is used to trigger a jump to a target application, and output a target audio generated by the server according to the trigger operation, where the target audio carries a jump request, and the jump request includes a target application parameter. Further, the terminal extracts the target application parameter from the target audio, and then opens the target application according to the target application parameter. Through the process, the target application parameters are extracted from the output target audio, so that the jump between the applications is finally realized, the function of an operating system is enhanced, the interaction between the applications is not limited by whether the applications of the two parties support the deep link technology, and the user experience of the terminal is improved.
In the embodiment of the present disclosure, optionally, the terminal may determine that the trigger operation is detected on a preset virtual key for opening the target application, or determine that the trigger operation on a preset display element for opening the target application is detected, so as to trigger generation of a network request for jumping to the target application, which is simple and convenient to implement and high in usability.
In the embodiment of the disclosure, the terminal may generate a network request according to the trigger operation, and then send the network request to the server, where the network request carries associated information corresponding to the target application. And obtaining the target audio by the server according to the associated information. The terminal can output the target audio through sound output equipment after receiving the target audio pushed by the server. Wherein the sound output apparatus may include: a bluetooth sound output device, a speaker, or a preset virtual sound output device. Through the process, the server side can obtain the target audio according to the associated information corresponding to the target application, and after the terminal outputs the target audio through the sound output device, the terminal can extract the target application parameters from the target audio so as to realize the subsequent jump between applications through the target application parameters.
In the embodiment of the disclosure, the terminal may extract a plurality of target audio parameter values in the target audio by a preset processing module, and then convert the plurality of target audio parameter values into target numbers one by one. And determining target application parameters according to a number sequence consisting of a plurality of target numbers, and ensuring that the jump between the applications can be realized according to the target application parameters subsequently.
In this embodiment of the present disclosure, the terminal may first search a preamble in the digital sequence, and search a target feature sequence corresponding to the target application parameter according to the preamble, so as to determine the target application parameter according to the target feature sequence. The purpose of extracting the target application parameters from the target audio is achieved.
In the embodiment of the present disclosure, optionally, the extracted target feature sequence may be verified through a verification sequence, and after the verification is passed, the target application is opened according to the target application parameter. The accuracy of the target application parameters extracted through the target audio is ensured.
In the embodiment of the present disclosure, if it is determined that the trigger operation is detected when the audio is played, the target audio generated by the server may be output through a preset sound output device, and the audio being played is still output through a bluetooth sound output device or a speaker in the related art. The preset processing module can extract target application parameters from the target audio, so as to open the target application according to the target application parameters. In the process, the target audio is output through the preset virtual sound output equipment, so that the target application parameters are extracted from the target audio, the inter-application skip is finally realized, the function of an operating system is enhanced, the interaction between the applications is not limited by whether the applications of the two parties support the deep link technology or not under the condition that the current audio playing is not influenced, and the user experience of the terminal is improved.
In the embodiment of the disclosure, in the process of jumping to the target application, after the operating system obtains the target application parameters, it may be determined whether the user terminal is currently installed with the target application according to the identity of the target application, if not, the data packet for installing the target application may be automatically downloaded in the terminal background, and the target application is opened according to the target application parameters, so as to implement automatic installation and accurate jumping of the target application, and the jumping process does not require information interaction between the user and the terminal, thereby improving the intelligent degree of application interaction, and further improving the user experience of the terminal.
In the embodiment of the present disclosure, a server may obtain a target audio according to associated information carried in a network request sent by a terminal, where the target audio is an audio used for bearing a skip request, the skip request includes a target application parameter, and the target application parameter at least includes: and the identity of the target application. Further, the server may push the target audio to the terminal, and the terminal opens the target application according to the target application parameter extracted from the target audio. Through the process, the server terminal can generate the target audio carrying the jump request, so that the terminal can extract the target application parameters from the target audio to jump between applications.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flow diagram illustrating a method of application interaction, according to an example embodiment.
Fig. 2A-2E are schematic diagrams illustrating an application interaction scenario, according to an example embodiment.
FIG. 3 is a flow diagram illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 4 is a diagram illustrating an application interaction scenario, according to an example embodiment.
FIG. 5 is a flow diagram illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 6 is a schematic diagram illustrating another application interaction scenario in accordance with an illustrative embodiment.
FIG. 7 is a flow diagram illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 8 is a flow chart illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 9 is a flow diagram illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 10 is a flow diagram illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 11 is a schematic diagram illustrating another application interaction scenario in accordance with an illustrative embodiment.
FIG. 12 is a flow diagram illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 13 is a schematic diagram illustrating another application interaction scenario in accordance with an illustrative embodiment.
FIG. 14 is a flow chart illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 15 is a flow chart illustrating another method of application interaction in accordance with an illustrative embodiment.
FIG. 16 is a block diagram illustrating an application interaction device, according to an example embodiment.
FIG. 17 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 18 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 19 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 20 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 21 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 22 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 23 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 24 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 25 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 26 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 27 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 28 is a block diagram illustrating another application interaction device, according to an example embodiment.
Fig. 29A to 29B are block diagrams illustrating another application interaction device according to an example embodiment.
FIG. 30 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 31 is a block diagram illustrating another application interaction device, according to an example embodiment.
FIG. 32 is a block diagram illustrating a structure for an application interaction device according to an exemplary embodiment of the present disclosure.
FIG. 33 is a block diagram illustrating another configuration for an application interaction device according to an exemplary embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terminology used in the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in this disclosure and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, such information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present disclosure. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
The application interaction mode is not limited by a Deeplink technology, and the jump from one application interface to the page of another target application can be realized.
Referring to fig. 1, a flowchart of an application interaction method, which may be used for a terminal, according to an exemplary embodiment is shown, including the steps of:
in step 101, determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application;
in step 102, according to the trigger operation, outputting a target audio generated by a server, where the target audio is an audio for a jump request, and the jump request includes target application parameters, where the target application parameters at least include: an identity of the target application;
in step 103, extracting the target application parameters from the target audio;
in step 104, the target application is opened according to the target application parameters.
In the above embodiment, the terminal may determine that a trigger operation is detected, where the trigger operation is used to trigger a jump to a target application, and output a target audio generated by the server according to the trigger operation, where the target audio carries a jump request, and the jump request includes a target application parameter. Further, the terminal extracts the target application parameter from the target audio, and then opens the target application according to the target application parameter. Through the process, the target application parameters are extracted from the output target audio, so that the jump between the applications is finally realized, the function of an operating system is enhanced, the interaction between the applications is not limited by whether the applications of the two parties support the deep link technology, and the user experience of the terminal is improved.
For step 101, optionally, the terminal may determine that the trigger operation is detected under any one of the following conditions:
in the first case, it may be determined by the application platform that a trigger operation is detected on a preset virtual key for opening the target application, for example, as shown in fig. 2A, if the preset virtual key is triggered by a user, the application platform determines that the trigger operation is detected, and the trigger operation is used for triggering generation of a network request for jumping to the target application.
The application platform described above may be a platform for opening the target application. Including but not limited to the following platforms:
optionally, the application platform may be a platform directly installed in an operating system, and the operating system may be an android, an IOS, or the like; or the application platform may be some application such as WeChat, Payment Bao, QQ, etc. For example, as shown in fig. 2B, a user may open a target application through the application platform. Or the application platform may also be a browser.
In a second case, it is determined that a trigger operation for opening a preset display element of the target application is detected.
Alternatively, the preset display element may be a URL address, such as shown in fig. 2C. Or the preset display element may be an audio link that is provided in a browser, such as in fig. 2D, or in an application, such as in fig. 2E.
After determining that the trigger operation is detected, the terminal further executes step 102, and outputs the target audio generated by the server according to the trigger operation. Alternatively, referring to fig. 3, fig. 3 is another application interaction method based on the embodiment shown in fig. 1, and step 102 may include:
in step 102-1, a network request is generated according to the trigger operation, the network request is used for requesting to jump to a target application, and the network request carries associated information corresponding to the target application;
in this step, a network request for requesting to jump to a target application may be generated according to the trigger operation and a related technique, where the network request may carry associated information corresponding to the target application. Optionally, the association information may be a URL (Uniform resource Locator) address corresponding to the target application, or jump instruction information. In step 102-2, the network request is sent to the server side through a network connection established with the server side in advance;
in this step, the terminal may establish a network connection with the server terminal in advance through a protocol such as three-way handshake, and then send the network request to the server terminal through the network connection.
After receiving the associated information, the server end can determine a target audio parameter value, so as to generate a target audio in real time according to the target audio parameter value. Or after the server side determines the target audio parameters, searching the target audio with the parameter values as the target audio parameter values in the pre-generated audio. The finally obtained target audio is audio for carrying a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: and the identity of the target application.
In step 102-3, the target audio pushed by the server side is received.
In this step, after the server side generates the target audio, the server side pushes the target audio to the terminal, and the terminal can receive the target audio directly.
In step 102-4, the target audio is output through a sound output device.
In the embodiment of the disclosure, the target audio may be output through an existing bluetooth sound output device or a speaker of the terminal.
A virtual sound output device may also be preset on the terminal, for example, as shown in fig. 4. And sending the target audio to a preset virtual sound output device by an audio glider service in a system service in the terminal, and outputting by the virtual sound output device.
With respect to the above step 103, referring to fig. 5, fig. 5 is another application interaction method shown on the basis of the embodiment shown in fig. 1, and the step 103 may include:
in step 103-1, extracting a target audio parameter value in the target audio by a preset processing module;
in this step, a processing module may be added to the audio service, and is configured to extract a target audio parameter value from the target audio. The terminal may perform, by using the processing module, conversion from an analog signal to a digital signal on a target audio output by a bluetooth sound output device, a speaker, or a preset virtual sound output device, for example, perform analog-to-digital conversion through fourier transform, so as to obtain a waveform diagram corresponding to the target audio, for example, as shown in fig. 6.
Further, the processing module may extract a plurality of target audio parameter values from fig. 6. Optionally, the target audio parameter value may comprise an amplitude value. For example, the processing module may extract all amplitude values in fig. 6 as target audio parameter values.
In step 103-2, converting the plurality of target audio parameter values into target numbers one by one according to the preset corresponding relation between the audio parameter values and the numbers;
in this step, the preset correspondence between the audio parameter value and the number may be as shown in table 1.
Amplitude value Number (binary system)
0 0
Greater than 0 and less than a predetermined threshold 1
TABLE 1
Alternatively, the range of amplitude values may be divided, with different values corresponding to amplitude values within different ranges, for example as shown in table 2.
Amplitude value Number of
0 to a first preset threshold 0
First preset threshold to second preset threshold 1
Second to third preset thresholds 2
…… ……
TABLE 2
The processing module may convert the plurality of target audio parameter values one-to-one into target numbers according to table 1 or table 2.
In step 103-3, target application parameters are determined from a number sequence consisting of a plurality of said target numbers.
In this step, the number sequence is composed of a plurality of target numbers determined previously, and further, the processing module may determine the target application parameters according to the number sequence.
Alternatively, referring to fig. 7, fig. 7 is another application interaction method based on the embodiment shown in fig. 5, and step 103-3 may include:
in steps 103-31, a preamble is searched for in a number sequence consisting of a plurality of said target numbers; the lead code is used for identifying the starting position of a target characteristic sequence corresponding to the target application parameter;
in this step, the processing module may search whether a value completely matching a value included in the target number sequence exists in the number sequence, and if a value matching a value included in the target number sequence exists in the number sequence, take the value matching the value included in the target number sequence in the number sequence as the preamble. Alternatively, the target number sequence may be composed of a first preset number of preset numerical values.
For example, if the target number is {1, 2, 3, 4}, the virtual sound output apparatus may look up whether there is a value in the above-mentioned number sequence that matches the value included in the target number sequence. If the current number sequence is {0, 1, 1, 2, 3, 4, 5, 0, … … }, then {1, 2, 3, 4} is taken as the preamble.
In step 103-32, the target feature sequence is found in the digital sequence according to the preamble;
in this step, the processing module may use a first numerical value after the preamble in the digital sequence as a start position of the target feature sequence, and further intercept a plurality of numerical values of a second preset number from the start position in the digital sequence to obtain the target feature sequence.
For example, if the number sequence is {0, 1, 1, 2, 3, 4, 0, 0, 2, 6, 5, 4 … … }, the preamble is determined to be {1, 2, 3, 4}, and the second predetermined number is 4, the target signature sequence can be truncated from the number sequence to be {0, 0, 2, 6 }.
In steps 103-33, the target application parameters are determined from the target signature sequence.
In this step, the processing module may directly determine the target application parameter corresponding to the target feature sequence according to a correspondence between a pre-stored feature sequence and the application parameter.
Optionally, the target application parameter may include at least an identity of the target application, which may be represented as an APP ID; other information may also be included, such as page name, i.e., detail page name; page parameters, namely detail page parameters; the target application can execute corresponding operations according to the instruction parameters, such as popping up a dialog box, opening a specified audio file, a specified video file and the like.
For example, the application parameter is an identity of the application, i.e. APP ID, and the correspondence between the feature sequence and the application parameter is shown in table 3.
Characteristic sequence Application parameters
1,2,3,4 APP ID1
2,3,4,5 APP ID2
5,6,7,1 APP ID3
0,0,2,6 APP ID4
…… ……
TABLE 3
Then if the target feature sequence is {0, 0, 2, 6}, the virtual sound output device may determine the target application parameter as APP ID4 according to table 3.
After extracting the target application parameters from the target audio, the terminal may continue to perform step 104, and open the target application according to the target application parameters.
In an embodiment, optionally, in order to ensure accuracy of the extracted target feature parameter, referring to fig. 8, fig. 8 is another application interaction method shown on the basis of the embodiment shown in fig. 7, where the application interaction method may further include:
in step 105, a plurality of values of a third preset number are intercepted from the number sequence starting from a first value after the target feature sequence, so as to obtain a check sequence;
in this step, a third preset number of values may be intercepted from the number sequence starting from the first value after the target feature sequence, so as to obtain a check sequence.
For example, the number sequence is {0, 1, 1, 2, 3, 4, 0, 0, 2, 6, 5, 4 … … }, the preamble has been determined to be {1, 2, 3, 4}, and the target signature sequence is {0, 0, 2, 6 }. If the third predetermined number is 2, the check sequence is {5, 4 }.
In step 106, the target characteristic sequence is verified through the verification sequence to obtain a verification result;
in this embodiment of the present disclosure, optionally, all values included in the check sequence and the target feature sequence may be calculated according to a preset calculation manner to obtain a target value. The preset calculation method may include, but is not limited to, calculating a sum, a difference, or other calculation methods.
For example, the processing module may calculate a sum of all values included in the check sequence and all values included in the target feature sequence to obtain the target value. It is assumed that the sum of all values of the target feature sequence {0, 0, 2, 6} and the check sequence {5, 4} is calculated, and the target value is 0+0+2+6+5+4 ═ 17.
And if the target number is consistent with the preset value, determining that the verification result is verification passing, otherwise, determining that the verification is not passing.
Assuming that the preset value is 17, which is consistent with the sum calculated above, the verification result is determined as verification pass. If the preset value is 18, the verification result is determined as verification failure.
In the embodiment of the present disclosure, the step 104 may be executed continuously only when the verification result is that the verification passes.
Through the process, the extracted target characteristic sequence can be further verified through the verification sequence, the problem that the target characteristic sequence is extracted by mistake due to the fact that lead codes are extracted from some audios which do not bear target application parameters is avoided, and the accuracy of the extracted target characteristic sequence is guaranteed.
For the above step 104, after extracting the target application parameter, the terminal may open the target application according to the target application parameter based on the jump request carried by the target application.
In the embodiment of the present disclosure, the target application may be an application that needs to be manually triggered by a user in the related art during an installation process, or may be a new application, where the new application is different from the application in the related art in that: the installation process runs in the background of the user terminal.
Namely, after acquiring the compressed packet of the new application from the server, the terminal can install or update itself at the background, the foreground of the installation process is invisible, and the update process can be presented to the user at the foreground.
If the target application belongs to an application in the related art, in the case that the target application is installed in the terminal, the implementation process of the step 104 may be:
and the operating system starts the target application according to the identity of the target application in the target application parameters, such as opening an application home page or opening a login or registration page of the target application.
Under the condition that the target application parameters also comprise other information, the started target application program can also execute corresponding operation according to the information, such as opening an inner page of the target application, for example, a detail page of a sales commodity in an e-commerce platform; or playing audio and video files and the like in a preset interface; or pop up a preset dialog box, etc.
If the target application is not installed in the user terminal, the user can be reminded to download and install the target application by opening an application store and the like; alternatively, the target message is discarded.
If the target application belongs to an application that is running in the background in the installation process, as shown in fig. 9, fig. 9 is another application interaction method shown on the basis of the embodiment shown in fig. 1, and step 104 may include:
in step 104-1, determining whether the target application is installed locally according to the identity of the target application;
in the embodiment of the present disclosure, the terminal may determine whether the new application is installed locally according to the identity of the target application through an application platform, that is, a platform or service software for running the target application. For example, the installed application list is traversed according to the identity of the target application, and whether the target application is installed locally on the user terminal is determined.
In step 104-2, if the target application is not installed locally, after the target application is downloaded and installed in the terminal background, the target application is opened according to the target application parameters.
If the target application is determined not to be installed locally, the application platform can trigger the terminal to automatically download and install the target application, and the process is invisible to the user, namely the downloading and installing process is executed without taking the receiving of confirmation information triggered by the user in the foreground as a necessary condition.
After the application platform acquires the new application installation package or the update data package, the application platform can directly run a new application program and open a target new application.
In the embodiment of the disclosure, the application platform is a service program preset in the user terminal, and can be set in the operating system as a system software; the terminal still takes a smart phone as an example, and the application platform may be set when the mobile phone leaves a factory. The preset application platform can also be used as upper application software to independently run in the user terminal, and the setting position of the preset application platform is not limited by the disclosure.
The application platform can open the corresponding target application according to the application parameters of any target application. The process of opening the application by the application platform may be directly running an installation or update package of the application, and opening an application interface specified by target application parameters, for example, a home interface of the application, or an inner page thereof. For example, the quick-view cartoon is directly opened according to the identity of the quick-view cartoon APP.
In the embodiment of the present disclosure, after the terminal detects a target network request for jumping to a target application, the terminal may obtain, or dynamically generate, by the server, an audio for carrying target application parameters corresponding to the target application, that is, a target audio. Furthermore, target application parameters are extracted from the target audio, so that target applications are opened, inter-application skip is finally realized, the function of an operating system is enhanced, interaction between the applications is not limited by whether the applications of the two parties support the deep link technology, and the user experience of the terminal is improved.
In an embodiment, the step 101 may specifically include:
it is determined that a trigger operation is detected while the audio is played.
In the embodiment of the present disclosure, if it is determined that a trigger operation is detected on a preset virtual key for opening the target application when the audio is played, or it is determined that a trigger operation on a preset display element for opening the target application is detected when the audio is played, at this time, the terminal may also generate the network request according to the trigger operation. The network request may carry associated information corresponding to the target application.
And the terminal sends the network request to the server through network connection established with the server in advance. And after the server side obtains the target audio according to the mode, pushing the target audio to the terminal. The terminal may preset a virtual sound output device, and output the target audio obtained by the trigger operation through the virtual sound output device, where the currently played audio may still be output through an existing bluetooth sound output device or a speaker, as shown in fig. 10.
The processing module added in the audio service may process only the target audio output by the virtual sound output device, from which the target application parameters are extracted. The target application may then be opened by the application platform based on the jump request carried by the target audio according to the target application parameters.
For example, as shown in fig. 11, when the cool dog application plays the audio, the user triggers a trigger operation for opening the browser application in the cool dog application, and if the user is supposed to view the character encyclopedia of the audio singer, the terminal may generate a network request according to the trigger operation and send the network request to the server. And after receiving the target audio pushed by the server, outputting the target audio through virtual sound output equipment, wherein the currently played audio is still output through the existing Bluetooth sound output equipment or a loudspeaker. Further, the processing module extracts the target application parameters from the target audio, thereby opening the browser, and what is opened is a detail page of the character encyclopedia of the singer in the browser. In an embodiment, after obtaining a target audio generated by a server, a terminal may mix, by a mixer thread in a system, the audio being played and the target audio pushed by the server according to a related technique, so as to obtain a mixed audio.
The terminal also outputs the mixed audio through a sound output device, for example, as shown in fig. 12. Wherein the sound output device may be a bluetooth sound output device, a speaker or a virtual sound output device.
Further, the processing module may first perform analog-to-digital conversion on the mixed audio according to the related art to obtain a waveform diagram of the mixed audio. The mixed audio is sampled according to a preset frequency, and the sampled time domain data is further converted into a frequency domain signal through a correlation technique, such as a fast fourier transform algorithm.
The processing module may select a frequency domain signal within a preset value range from the converted frequency domain signals, and after removing noise, convert the frequency domain signal within the preset value range into time domain data, thereby obtaining a target audio parameter value corresponding to a target audio.
At this time, the processing module may also convert the target audio parameter values into target numbers one by one according to table 1 or table 2. In a number sequence consisting of a plurality of target numbers, according to the method provided in the above embodiment, a preamble is searched first. And finding out the target characteristic sequence according to the position of the lead code, and determining the target application parameters corresponding to the target characteristic sequence according to the table 3.
Optionally, a check sequence may be extracted from the digital sequence, and the target feature sequence is checked by the check sequence, so that after the check is passed, the target application parameter corresponding to the target feature sequence is determined according to table 3.
After the target application parameters are extracted, the processing module may also execute step 104 to open the target application according to the target application parameters according to the method provided in the foregoing embodiment.
In the above embodiment, if it is determined that the trigger operation is detected when the audio is played, a network request may be generated according to the trigger operation, after the network request is sent to the server, the server may obtain a target audio according to the associated information carried in the network request, and after the terminal receives the target audio, the terminal mixes the target audio and the audio and outputs a mixed audio. And extracting target application parameters from the mixed audio, and opening the target application according to the target application parameters.
In the process, target application parameters are extracted from the output mixed audio, so that jump between applications is finally realized, the function of an operating system is enhanced, interaction between the applications is not limited by whether the applications of the two parties support the deep link technology or not under the condition that the current audio playing is not influenced, and the user experience of the terminal is improved.
It should be noted that in the embodiment of the present disclosure, the processing module may also extract the target application parameter for the target audio that needs to be played currently before the mixer thread mixes all audio data, as shown in fig. 13, however, it is necessary for the processing module to try to extract the target application parameter for all received audio, which has a high requirement on the processing efficiency of the processing module, and once the processing module does not process in time, normal playing of the audio signal may be affected, which may affect user experience.
Referring to fig. 14, a flow chart of another application interaction method, which may be used on a server side, according to an exemplary embodiment, includes the steps of:
in step 201, a network request sent by a terminal is received, where the network request is used to request to jump to a target application, and the network request carries associated information corresponding to the target application;
in step 202, a target audio is obtained according to the association information, where the target audio is an audio for carrying a skip request, and the skip request includes target application parameters, where the target application parameters at least include: an identity of the target application;
in step 203, the target audio is pushed to the terminal, so that the terminal opens the target application according to the target application parameter extracted from the target audio after outputting the target audio.
In the foregoing embodiment, the server may obtain a target audio according to associated information carried in a network request sent by the terminal, where the target audio is an audio used for bearing a skip request, the skip request includes a target application parameter, and the target application parameter at least includes: and the identity of the target application. Further, the server may push the target audio to the terminal, and the terminal opens the target application according to the target application parameter extracted from the target audio. Through the process, the server terminal can generate the target audio carrying the jump request, so that the terminal can extract the target application parameters from the target audio to jump between applications.
For step 201, after detecting a trigger operation for jumping to a target application, a terminal generates a network request, where the network request is used to request to jump to the target application and carries associated information corresponding to the target application. The terminal sends the network request to the server through network connection established with the server in advance, and the server can receive the network request directly.
For step 202, the server may first obtain a target audio parameter value corresponding to the association information carried in the network request according to a correspondence between the association information and the audio parameter value.
Wherein the association information may include: a uniform resource locator, URL, address of the target application, or jump instruction information.
The jump indication information may include at least: and the parameter acquisition indication information is used for acquiring the target application parameters.
If the associated information carried in the network request includes a URL address, the server may convert the characters included in the URL address into an audio coding sequence composed of a plurality of audio parameter values according to a correspondence between pre-stored characters and audio parameter values, and optionally, the audio parameter values may be amplitude values.
Wherein the characters may correspond to at least one audio parameter value, and the upper and lower case characters may correspond to a plurality of different application parameter values, for example, the lower case character a and the upper case character a correspond to a plurality of different amplitude values.
Assume that the URL address is: www.abc.com, the server converts each character in the URL address into an amplitude value according to the above correspondence, assuming that: 1, 1, 1, 0, 2, 3, 4, 0, 4, 8, 5, … … obtain a plurality of target audio parameter values.
If the associated information carried in the network request includes the skip indication information, the server may obtain the target application parameter corresponding to the parameter obtaining indication information according to a pre-stored corresponding relationship between the parameter obtaining indication information and the application parameter.
For example, the association information carried in the network request received by the server and sent by the terminal includes the skip indication information, and the skip indication information includes the parameter acquisition indication information a.
The server may obtain, according to table 4, the target application parameter APP ID1 corresponding to the parameter obtaining indication information.
Jump indication information Application parameters
A APP ID1
B APP ID2
C APP ID3
…… ……
TABLE 4
Further, the server may obtain a target audio parameter value corresponding to the target application parameter according to a pre-stored correspondence between the application parameter and the audio parameter value, for example, as shown in table 5.
Application parameters Audio parameter values
APP ID1 1,1,1,……
APP ID2 2,0,0……
APP ID3 5,6,7……
…… ……
TABLE 5
In the embodiment of the present disclosure, the server may obtain the target audio parameter value through any one of the above manners. Wherein the target audio parameter value may comprise an amplitude value.
After obtaining the target audio parameter value, the server may further perform conversion of the digital signal into an analog signal, convert the target audio parameter value into an audio signal according to the related art, and compress the audio signal according to an audio compression technique, for example, according to MP3 format, to obtain the target audio generated in real time.
Or the server may search, according to the target audio parameter value, a target audio frequency parameter value, a target audio,
For step 203, the server may push the generated target audio to the terminal, and extract a target application parameter in the target audio after the target audio is output by the terminal, so as to open the target application according to the target application parameter.
In an embodiment, the skip indication information may further include any one of:
feature loading indication information for indicating generation of target audio carrying the jump request;
transmission mode indication information for indicating a target audio transmission mode.
The server may send the feature loading indication information to the terminal before sending the target audio to the terminal, and after receiving the feature loading indication information, the terminal may determine that the target audio to be sent by the server carries a skip request, and may extract a target application parameter from the skip request, so as to open the target application according to the target application parameter. In addition, the server may push the generated target audio to the terminal according to the transmission mode indicated by the transmission mode indication information.
In the above embodiment, the server may generate a target audio carrying the jump request, so that the terminal extracts the target application parameter from the target audio to perform inter-application jump.
Referring to FIG. 15, a flowchart of an application interaction method is shown, according to an exemplary embodiment, including the steps of:
in step 301, the application platform in the terminal determines that a trigger operation for triggering a jump to a target application is detected.
In step 302, the terminal generates a network request according to the trigger operation, where the network request is used to request to jump to a target application, and the network request carries associated information corresponding to the target application.
Alternatively, the network request may be generated by a browser or any application that may generate a network request.
In step 303, the browser on the terminal sends the network request to the server through a network connection established with the server in advance.
In step 304, the server determines a target audio parameter value according to the association information.
In step 305, the server generates a target audio according to the target audio parameter value, where the target audio is an audio for carrying a skip request, and the skip request includes target application parameters, where the target application parameters at least include: and the identity of the target application.
In step 306, the server pushes the target audio to the terminal.
In step 307, a sound output device on the terminal outputs the target audio.
In step 308, the application platform on the terminal extracts the target application parameters from the target audio.
In step 309, the application platform on the terminal opens the target application according to the target application parameter.
In the embodiment, the server generates the target audio and pushes the target audio to the terminal, and the terminal extracts the target application parameters from the output target audio, so that inter-application skip is finally realized, the function of an operating system is enhanced, the interaction between applications is not limited by whether the applications of the two parties support the deep link technology, and the user experience of the terminal is improved.
While, for purposes of simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present disclosure is not limited by the order of acts, as some steps may, in accordance with the present disclosure, occur in other orders and concurrently.
Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that acts and modules referred to are not necessarily required by the disclosure.
Corresponding to the embodiment of the application function implementation method, the disclosure also provides an embodiment of an application function implementation device and a corresponding terminal.
Referring to fig. 16, a block diagram of an application interaction apparatus for a terminal according to an exemplary embodiment is shown, including:
a trigger operation determination module 310 configured to determine that a trigger operation is detected, the trigger operation being for triggering a jump to a target application;
an audio output module 320 configured to output, according to the trigger operation, target audio generated by the server, where the target audio is audio for carrying a jump request, and the jump request includes target application parameters, where the target application parameters at least include: an identity of the target application;
an extraction module 330 configured to extract the target application parameters from the target audio;
an execution module 340 configured to open the target application according to the target application parameter.
Referring to fig. 17, fig. 17 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 16, and the trigger operation determining module 310 includes:
a first determining sub-module 311 configured to determine that a trigger operation is detected on a preset virtual key for opening the target application;
a second determining sub-module 312 configured to determine that a trigger operation for opening a preset display element of the target application is detected.
Referring to fig. 18, fig. 18 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 16, wherein the audio output module 320 includes:
the network request generation submodule 321 is configured to generate a network request according to the trigger operation, where the network request is used to request to jump to a target application, and the network request carries associated information corresponding to the target application;
a sending submodule 322 configured to send the network request to the server side through a network connection established with the server side in advance;
the receiving submodule 323 is configured to receive the target audio pushed by the server side, where the target audio is obtained by the server side according to the association information;
a first output sub-module 324 configured to output the target audio through a sound output device.
Optionally, the sound output device includes: a bluetooth sound output device, a speaker, or a preset virtual sound output device.
Referring to fig. 19, fig. 19 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 16, and the extraction module 330 includes:
an extraction sub-module 331 configured to extract a plurality of target audio parameter values from the target audio by a preset processing module;
a conversion submodule 332 configured to convert the plurality of target audio parameter values into target numbers one by one according to a preset correspondence between the audio parameter values and the numbers;
a third determining sub-module 333 configured to determine a target application parameter from a number sequence consisting of a plurality of said target numbers.
Referring to fig. 20, fig. 20 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 19, and the third determining sub-module 333 includes:
a first look-up unit 3331 configured to look up a preamble in a number sequence consisting of a plurality of said target numbers; the lead code is used for identifying the starting position of a target characteristic sequence corresponding to the target application parameter;
a second searching unit 3332, configured to search the digital sequence for the target signature sequence according to the preamble;
a determining unit 3333 configured to determine the target application parameters according to the target feature sequence.
Referring to fig. 21, fig. 21 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 20, where the first lookup unit 3331 includes:
a finding subunit 01 configured to find whether there is a numerical value matching a numerical value included in a target number sequence in a number sequence composed of a plurality of the target numbers;
a first determining subunit 02 configured to take, as the preamble, a value in the number sequence that matches a value included in the target number sequence if there is a value in the number sequence that matches a value included in the target number sequence;
the target number sequence is composed of a first preset number of preset values.
Referring to fig. 22, fig. 22 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 20, where the second lookup unit 3332 includes:
a second determining subunit 03 configured to use a first value of the digital sequence after the preamble as a starting position of the target feature sequence;
an obtaining subunit 04 configured to intercept a second preset number of multiple numerical values in the number sequence from the starting position to obtain the target feature sequence.
Referring to fig. 23, fig. 23 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 20, where the determining unit 3333 includes:
a third determining subunit 05, configured to determine, according to a correspondence between a pre-stored feature sequence and an application parameter, a target application parameter corresponding to the target feature sequence.
Referring to fig. 24, fig. 24 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in any one of fig. 20 to fig. 23, the apparatus further includes:
an obtaining module 350, configured to, starting from a first numerical value after the target feature sequence, intercept a plurality of numerical values of a third preset number from the numerical sequence to obtain a check sequence;
the checking module 360 is configured to check the target feature sequence through the checking sequence to obtain a checking result;
a control module 370 configured to control the execution module 340 to open the target application according to the target application parameter if the verification result is that the verification passes.
Referring to fig. 25, fig. 25 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 24, and the verification module 360 includes:
the calculation submodule 361 is configured to calculate all values included in the check sequence and the target feature sequence according to a preset calculation mode to obtain a target value;
a fourth determining sub-module 362 configured to determine that the verification result is verification pass if the target value is consistent with the preset value; otherwise, determining that the verification result is verification failure.
Referring to fig. 26, fig. 26 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 16, and the trigger operation determining module 310 includes:
a fifth determination submodule 313 configured to determine that a trigger operation is detected while the audio is played;
the audio output module 320 includes:
and a second output submodule 325 configured to output the target audio through a preset virtual sound output device according to the trigger operation.
Referring to fig. 27, fig. 27 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 16, where the executing module 340 includes:
the judging submodule 341 is configured to determine whether the target application is installed locally according to the identity of the target application;
the execution sub-module 342 is configured to, if the target application is not locally installed, open the target application according to the target application parameter after the target application is downloaded and installed in the terminal background.
Referring to fig. 28, a block diagram of an application interaction apparatus for a server side according to an exemplary embodiment is shown, including:
a receiving module 410, configured to receive a network request sent by a terminal, where the network request is used to request to jump to a target application, and the network request carries associated information corresponding to the target application;
an audio obtaining module 420, configured to obtain a target audio according to the association information, where the target audio is an audio for carrying a skip request, and the skip request includes target application parameters, where the target application parameters at least include: an identity of the target application;
a pushing module 430 configured to push the target audio to the terminal, so that the terminal opens the target application according to the target application parameter extracted from the target audio after outputting the target audio.
Referring to fig. 29A, fig. 29A is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 28, where the audio obtaining module 420 includes:
the fourth obtaining submodule 421, configured to obtain, according to a correspondence between the association information and the audio parameter value, a target audio parameter value corresponding to the association information carried in the network request;
an audio generation module 422 configured to generate target audio in real-time according to the target audio parameter value.
Referring to fig. 29B, fig. 29B is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 28, where the audio obtaining module 420 includes:
the fourth obtaining submodule 421, configured to obtain, according to a correspondence between the association information and the audio parameter value, a target audio parameter value corresponding to the association information carried in the network request;
and the audio searching submodule 423 is configured to search, according to the target audio parameter value, a target audio with the parameter value being the target audio parameter value in the pre-generated audio.
Optionally, the association information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
Referring to fig. 30, fig. 30 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 29A or fig. 29B, and the fourth obtaining sub-module 421 includes:
a first obtaining unit 4211, configured to, if the association information carried in the network request includes a URL address, obtain a target audio parameter value corresponding to a character in the URL address according to a correspondence between the character and the audio parameter value.
Referring to fig. 31, fig. 31 is a block diagram of another application interaction apparatus shown on the basis of the embodiment shown in fig. 29A or fig. 29B, and the fourth obtaining sub-module 421 includes:
a second obtaining unit 4212, configured to, if the association information carried in the network request includes the skip indication information, obtain, according to a corresponding relationship between the parameter obtaining indication information and the application parameter, a target application parameter corresponding to the parameter obtaining indication information;
a third obtaining unit 4213 configured to obtain a target audio parameter value corresponding to the target application parameter according to a correspondence between the application parameter and the audio parameter value.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the disclosed solution. One of ordinary skill in the art can understand and implement it without inventive effort.
Correspondingly, an embodiment of the present disclosure further provides a computer-readable storage medium, where the storage medium stores a computer program, and the computer program is configured to execute any of the application interaction methods for a terminal.
Correspondingly, the embodiment of the present disclosure further provides a computer-readable storage medium, where the storage medium stores a computer program, and the computer program is used to execute any of the application interaction methods for the server side.
Correspondingly, the embodiment of the present disclosure further provides an application interaction apparatus, where the apparatus is used for a terminal, and the apparatus includes:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application;
according to the trigger operation, outputting target audio generated by a server side, wherein the target audio is audio used for bearing a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
extracting the target application parameters from the target audio;
and opening the target application according to the target application parameters.
Fig. 32 is a schematic structural diagram illustrating an application interaction apparatus according to an exemplary embodiment. As shown in fig. 32, an application interaction apparatus 3200 is shown according to an exemplary embodiment, and the apparatus 3200 may be a computer, a mobile phone, a digital broadcasting terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, or the like.
Referring to fig. 32, the device 3200 may include one or more of the following components: processing component 3201, memory 3202, power component 3203, multimedia component 3204, audio component 3205, input/output (I/O) interface 3206, sensor component 3207, and communication component 3208.
The processing component 3201 generally controls overall operation of the device 3200, such as operations associated with display, phone calls, data communications, camera operations, and recording operations. The processing components 3201 may include one or more processors 3209 to execute instructions to perform all or a portion of the steps of the methods described above. Further, processing component 3201 may include one or more modules that facilitate interaction between processing component 3201 and other components. For example, processing component 3201 may include a multimedia module to facilitate interaction between multimedia component 3204 and processing component 3201.
The memory 3202 is configured to store various types of data to support operation at the device 3200. Examples of such data include instructions for any application or method operating on device 3200, contact data, phonebook data, messages, pictures, videos, and the like. The memory 3202 may be implemented by any type of volatile or non-volatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk.
Power supply components 3203 provide power to the various components of device 3200. Power components 3203 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 3200.
The multimedia component 3204 includes a screen that provides an output interface between the device 3200 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 3204 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 3200 is in an operation mode, such as a photographing mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
Audio component 3205 is configured to output and/or input audio signals. For example, audio component 3205 includes a Microphone (MIC) configured to receive external audio signals when device 3200 is in an operating mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may be further stored in memory 3202 or transmitted via communication component 3208. In some embodiments, audio component 3205 also includes a speaker for outputting audio signals.
I/O interface 3206 provides an interface between processing component 3201 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
Sensor component 3207 includes one or more sensors to provide various aspects of status assessment for device 3200. For example, sensor assembly 3207 may detect an open/closed state of device 3200, the relative positioning of components, such as a display and keypad of device 3200, sensor assembly 3207 may also detect a change in position of device 3200 or a component of device 3200, the presence or absence of user contact with device 3200, orientation or acceleration/deceleration of device 3200, and a change in temperature of device 3200. Sensor assembly 3207 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact. Sensor assembly 3207 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 3207 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 3208 is configured to facilitate communications between the apparatus 3200 and other devices in a wired or wireless manner. The device 3200 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 3208 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 3208 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 3200 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium is also provided, such as a memory 3202 including instructions executable by a processor 3209 of the device 3200 to perform the above-described methods. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Wherein the instructions in the storage medium, when executed by the processor, enable the apparatus 3200 to perform the above-described application interaction method.
Correspondingly, an embodiment of the present disclosure further provides an application interaction apparatus, where the apparatus is used at a server side, and the apparatus includes:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
receiving a network request sent by a terminal, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
obtaining a target audio according to the associated information, wherein the target audio is an audio for carrying a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
and pushing the target audio to the terminal so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio.
As shown in fig. 33, fig. 33 is a schematic structural diagram illustrating an application interaction apparatus 3300 according to an exemplary embodiment. For example, the apparatus 3300 may be provided as a server. Referring to fig. 33, the apparatus 3300 includes a processing component 3322 that further includes one or more processors and memory resources, represented by memory 3332, for storing instructions, e.g., applications, that are executable by the processing component 3322. The application programs stored in memory 3332 may include one or more modules that each correspond to a set of instructions. Further, the processing component 3322 is configured to execute instructions to perform the application interaction methods described above.
The device 3300 may also include a power component 3326 configured to perform power management of the device 3300, a wired or wireless network interface 3350 configured to connect the device 3300 to a network, and an input-output (I/O) interface 3358. The device 3300 may operate based on an operating system stored in memory 3332, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
The above description is only exemplary of the present disclosure and should not be taken as limiting the disclosure, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present disclosure should be included in the scope of the present disclosure.

Claims (36)

1. An application interaction method, which is used for a terminal, the method comprising:
determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application;
generating a network request according to the trigger operation, sending the network request to a server, and outputting a target audio generated by the server aiming at the network request, wherein the target audio is an audio used for bearing a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
extracting the target application parameters from the target audio;
opening the target application according to the target application parameters; the target audio is obtained by the server according to the corresponding relation between the associated information and the audio parameter value, obtaining a target audio parameter value corresponding to the associated information carried in the network request, and converting the target audio parameter value into an audio signal;
the associated information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
2. The method of claim 1, wherein the determining that a trigger operation is detected comprises:
determining that a trigger operation is detected on a preset virtual key for opening the target application; or
Determining that a trigger operation for opening a preset display element of the target application is detected.
3. The method according to claim 1, wherein outputting the target audio generated by the server side according to the triggering operation comprises:
generating a network request according to the triggering operation, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
sending the network request to a server side through network connection established with the server side in advance;
receiving the target audio pushed by the server, wherein the target audio is obtained by the server according to the associated information;
outputting the target audio through a sound output device.
4. The method of claim 3, wherein the sound output device comprises: a bluetooth sound output device, a speaker, or a preset virtual sound output device.
5. The method of claim 1, wherein the extracting the target application parameter from the target audio comprises:
extracting a plurality of target audio parameter values from the target audio by a preset processing module;
converting the target audio parameter values into target numbers one by one according to the corresponding relation between the preset audio parameter values and the numbers;
determining target application parameters according to a number sequence consisting of a plurality of the target numbers.
6. The method of claim 5, wherein determining target application parameters from a number sequence consisting of a plurality of said target numbers comprises:
searching a preamble code in a number sequence consisting of a plurality of the target numbers; the lead code is used for identifying the starting position of a target characteristic sequence corresponding to the target application parameter;
according to the lead code, the target characteristic sequence is found in the digital sequence;
and determining the target application parameters according to the target characteristic sequence.
7. The method of claim 6, wherein said searching for a preamble in a number sequence consisting of a plurality of said target numbers comprises:
searching whether a numerical value matched with the numerical value included in the target numerical sequence exists in the numerical sequence consisting of a plurality of target numerical values;
if a numerical value matching the numerical value included in the target number sequence exists in the numerical sequence, taking the numerical value matching the numerical value included in the target number sequence in the numerical sequence as the preamble;
the target number sequence is composed of a first preset number of preset values.
8. The method of claim 6, wherein finding the target signature sequence in the number sequence according to the preamble comprises:
taking a first numerical value of the numerical sequence after the preamble as a starting position of the target characteristic sequence;
and intercepting a plurality of numerical values of a second preset number from the initial position in the numerical sequence to obtain the target characteristic sequence.
9. The method of claim 6, wherein the determining the target application parameters according to the target feature sequence comprises:
and determining target application parameters corresponding to the target characteristic sequence according to the corresponding relation between the pre-stored characteristic sequence and the application parameters.
10. The method according to any one of claims 6-9, further comprising:
intercepting a plurality of numerical values of a third preset number from the numerical sequence starting from a first numerical value behind the target characteristic sequence to obtain a check sequence;
verifying the target characteristic sequence through the verification sequence to obtain a verification result;
and if the verification result is that the verification is passed, executing the step of opening the target application according to the target application parameters.
11. The method according to claim 10, wherein the verifying the target signature sequence by the verification sequence to obtain a verification result comprises:
calculating all values included in the check sequence and the target characteristic sequence according to a preset calculation mode to obtain a target value;
if the target value is consistent with the preset value, determining that the verification result is verification passing; otherwise, determining that the verification result is verification failure.
12. The method of claim 1, wherein the determining that a trigger operation is detected comprises:
determining that a trigger operation is detected while playing audio; the outputting the target audio generated by the server side according to the triggering operation comprises:
and outputting the target audio through a preset virtual sound output device according to the trigger operation.
13. The method of claim 1, wherein the opening the target application according to target application parameters comprises:
determining whether the target application is installed locally or not according to the identity of the target application;
and if the target application is not locally installed, after the target application is downloaded and installed in the terminal background, opening the target application according to the target application parameters.
14. An application interaction method, wherein the method is used for a server side, and the method comprises the following steps:
receiving a network request sent by a terminal, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
obtaining a target audio according to the associated information, wherein the target audio is an audio for carrying a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
pushing the target audio to the terminal so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio;
the obtaining of the target audio according to the associated information includes:
obtaining a target audio parameter value corresponding to the associated information carried in the network request according to the corresponding relation between the associated information and the audio parameter value;
generating a target audio in real time according to the target audio parameter value; or
Searching a target audio with a parameter value as the target audio parameter value in pre-generated audio according to the target audio parameter value;
the associated information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
15. The method according to claim 14, wherein obtaining the target audio parameter value corresponding to the association information carried in the network request according to the correspondence between the association information and the audio parameter value comprises:
and if the associated information carried in the network request comprises a URL address, acquiring a target audio parameter value corresponding to the character in the URL address according to the corresponding relation between the character and the audio parameter value.
16. The method according to claim 15, wherein obtaining the target audio parameter value corresponding to the association information carried in the network request according to the correspondence between the association information and the audio parameter value comprises:
if the associated information carried in the network request comprises jump indication information, acquiring a target application parameter corresponding to the parameter acquisition indication information according to the corresponding relation between the parameter acquisition indication information and the application parameter;
and acquiring a target audio parameter value corresponding to the target application parameter according to the corresponding relation between the application parameter and the audio parameter value.
17. An application interaction apparatus, wherein the apparatus is used for a terminal, and the apparatus comprises:
a trigger operation determination module configured to determine that a trigger operation is detected, the trigger operation being used to trigger a jump to a target application;
an audio output module configured to generate a network request according to the trigger operation and send the network request to a server, and output a target audio generated by the server, where the target audio is an audio for carrying a skip request, the skip request includes target application parameters, and the target application parameters at least include: an identity of the target application;
an extraction module configured to extract the target application parameters from the target audio;
an execution module configured to open the target application according to the target application parameters;
the target audio is obtained by the server according to the corresponding relation between the associated information and the audio parameter value, obtaining a target audio parameter value corresponding to the associated information carried in the network request, and converting the target audio parameter value into an audio signal;
the associated information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
18. The apparatus of claim 17, wherein the trigger operation determination module comprises:
a first determining sub-module configured to determine that a trigger operation is detected on a preset virtual key for opening the target application;
a second determination submodule configured to determine that a trigger operation for opening a preset display element of the target application is detected.
19. The apparatus of claim 17, wherein the audio output module comprises:
the network request generation submodule is configured to generate a network request according to the trigger operation, the network request is used for requesting to jump to a target application, and the network request carries associated information corresponding to the target application;
the sending submodule is configured to send the network request to the server side through network connection established with the server side in advance;
the receiving submodule is configured to receive the target audio pushed by the server side, and the target audio is obtained by the server side according to the associated information;
a first output sub-module configured to output the target audio through a sound output device.
20. The apparatus of claim 19, wherein the sound output device comprises: a bluetooth sound output device, a speaker, or a preset virtual sound output device.
21. The apparatus of claim 17, wherein the extraction module comprises:
an extraction sub-module configured to extract a plurality of target audio parameter values from the target audio by a preset processing module;
the conversion submodule is configured to convert the plurality of target audio parameter values into target numbers one by one according to the corresponding relation between preset audio parameter values and numbers;
a third determining sub-module configured to determine a target application parameter from a number sequence consisting of a plurality of the target numbers.
22. The apparatus of claim 21, wherein the third determination submodule comprises:
a first searching unit configured to search for a preamble in a number sequence composed of a plurality of the target numbers; the lead code is used for identifying the starting position of a target characteristic sequence corresponding to the target application parameter;
a second searching unit configured to search the target feature sequence in the digital sequence according to the preamble;
a determining unit configured to determine the target application parameter according to the target feature sequence.
23. The apparatus of claim 22, wherein the first lookup unit comprises:
a search subunit configured to search, in a number sequence composed of a plurality of the target numbers, whether or not there is a value that matches a value included in the target number sequence;
a first determining subunit configured to take, as the preamble, a value in the number sequence that matches a value included in the target number sequence if there is a value in the number sequence that matches a value included in the target number sequence;
the target number sequence is composed of a first preset number of preset values.
24. The apparatus of claim 22, wherein the second lookup unit comprises:
a second determining subunit, configured to use a first value of the digital sequence after the preamble as a starting position of the target feature sequence;
and the obtaining subunit is configured to intercept a plurality of numerical values of a second preset number from the starting position in the numerical sequence to obtain the target feature sequence.
25. The apparatus of claim 22, wherein the determining unit comprises:
and the third determining subunit is configured to determine the target application parameters corresponding to the target characteristic sequence according to the corresponding relationship between the pre-stored characteristic sequence and the application parameters.
26. The apparatus of any one of claims 22-25, further comprising:
the acquisition module is configured to intercept a plurality of numerical values of a third preset number from a first numerical value behind the target characteristic sequence to obtain a check sequence;
the verification module is configured to verify the target characteristic sequence through the verification sequence to obtain a verification result;
and the control module is configured to control the execution module to open the target application according to the target application parameter if the verification result is that the verification is passed.
27. The apparatus of claim 26, wherein the verification module comprises:
the calculation submodule is configured to calculate all values included in the check sequence and the target feature sequence according to a preset calculation mode to obtain a target value;
the fourth determination submodule is configured to determine that the verification result is verification passing if the target value is consistent with the preset value; otherwise, determining that the verification result is verification failure.
28. The apparatus of claim 17, wherein the trigger operation determination module comprises:
a fifth determination sub-module configured to determine that a trigger operation is detected while the audio is played;
the audio output module includes:
and the second output submodule is configured to output the target audio through a preset virtual sound output device according to the trigger operation.
29. The apparatus of claim 17, wherein the means for performing comprises:
the judging submodule is configured to determine whether the target application is installed locally according to the identity of the target application;
and the execution sub-module is configured to open the target application according to the target application parameters after the target application is downloaded and installed in the terminal background if the target application is not installed locally.
30. An application interaction device, wherein the device is used for a server side, and the device comprises:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is configured to receive a network request sent by a terminal, the network request is used for requesting to jump to a target application, and the network request carries associated information corresponding to the target application;
an audio obtaining module configured to obtain a target audio according to the association information, where the target audio is an audio for carrying a skip request, and the skip request includes target application parameters, where the target application parameters at least include: an identity of the target application;
the push module is configured to push the target audio to the terminal so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio;
the audio acquisition module includes:
the fourth obtaining submodule is configured to obtain a target audio parameter value corresponding to the association information carried in the network request according to the correspondence between the association information and the audio parameter value;
an audio generation module configured to generate a target audio in real time according to the target audio parameter value; or
The audio searching submodule is configured to search a target audio with a parameter value as the target audio parameter value in pre-generated audio according to the target audio parameter value;
the associated information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
31. The apparatus of claim 30, wherein the fourth acquisition submodule comprises:
the first obtaining unit is configured to obtain a target audio parameter value corresponding to a character in the URL address according to a corresponding relation between the character and the audio parameter value if the associated information carried in the network request includes the URL address.
32. The apparatus of claim 30, wherein the fourth acquisition submodule comprises:
a second obtaining unit, configured to, if the association information carried in the network request includes jump indication information, obtain, according to a correspondence between parameter obtaining indication information and application parameters, a target application parameter corresponding to the parameter obtaining indication information;
a third obtaining unit configured to obtain a target audio parameter value corresponding to the target application parameter according to a correspondence between an application parameter and an audio parameter value.
33. A computer-readable storage medium, characterized in that the storage medium stores a computer program for executing the application interaction method of any of the above claims 1-13.
34. A computer-readable storage medium, characterized in that the storage medium stores a computer program for executing the application interaction method of any of the preceding claims 14-16.
35. An application interaction device, wherein the device is used for a terminal, and comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
determining that a trigger operation is detected, wherein the trigger operation is used for triggering jump to a target application;
generating a network request according to the trigger operation, sending the network request to a server, and outputting a target audio generated by the server aiming at the network request, wherein the target audio is an audio used for bearing a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
extracting the target application parameters from the target audio;
opening the target application according to the target application parameters;
the target audio is obtained by the server according to the corresponding relation between the associated information and the audio parameter value, obtaining a target audio parameter value corresponding to the associated information carried in the network request, and converting the target audio parameter value into an audio signal;
the associated information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
36. An application interaction device, wherein the device is used for a server side, and comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
receiving a network request sent by a terminal, wherein the network request is used for requesting to jump to a target application and carries associated information corresponding to the target application;
obtaining a target audio according to the associated information, wherein the target audio is an audio for carrying a jump request, the jump request comprises target application parameters, and the target application parameters at least comprise: an identity of the target application;
pushing the target audio to the terminal so that the terminal opens the target application according to the target application parameters extracted from the target audio after outputting the target audio;
the obtaining of the target audio according to the associated information includes:
obtaining a target audio parameter value corresponding to the associated information carried in the network request according to the corresponding relation between the associated information and the audio parameter value;
generating a target audio in real time according to the target audio parameter value; or
Searching a target audio with a parameter value as the target audio parameter value in pre-generated audio according to the target audio parameter value;
the associated information includes: a Uniform Resource Locator (URL) address of the target application or jump instruction information;
wherein the skip indication information at least includes: and the parameter acquisition indication information is used for acquiring the target application parameters.
CN201710551720.0A 2017-06-14 2017-07-07 Application interaction method and device Active CN109213394B (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CN201710551720.0A CN109213394B (en) 2017-07-07 2017-07-07 Application interaction method and device
PCT/CN2017/114508 WO2018227899A1 (en) 2017-06-14 2017-12-04 Application interaction method, interaction method and device
CN201780002125.XA CN108139952B (en) 2017-06-14 2017-12-04 Application interaction method, interaction method and device
EP17913542.1A EP3627322A4 (en) 2017-06-14 2017-12-04 Application interaction method, interaction method and device
US16/699,416 US10990461B2 (en) 2017-06-14 2019-11-29 Application interaction method, interaction method and apparatus
US17/207,251 US11360834B2 (en) 2017-06-14 2021-03-19 Application interaction method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710551720.0A CN109213394B (en) 2017-07-07 2017-07-07 Application interaction method and device

Publications (2)

Publication Number Publication Date
CN109213394A CN109213394A (en) 2019-01-15
CN109213394B true CN109213394B (en) 2021-03-02

Family

ID=64990815

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710551720.0A Active CN109213394B (en) 2017-06-14 2017-07-07 Application interaction method and device

Country Status (1)

Country Link
CN (1) CN109213394B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4768375B2 (en) * 2005-09-20 2011-09-07 富士通株式会社 Jump processing suppression program
CN103973730A (en) * 2013-01-29 2014-08-06 腾讯科技(深圳)有限公司 Method, terminal and system for achieving data sharing
CN104125258A (en) * 2013-04-28 2014-10-29 腾讯科技(深圳)有限公司 Page Jump method, terminal, server and system
CN105376189A (en) * 2014-09-01 2016-03-02 福建天晴数码有限公司 Sound wave communication method and system
CN105553942A (en) * 2015-12-08 2016-05-04 中国建设银行股份有限公司 Method and system of applying jump
CN105574170A (en) * 2015-12-16 2016-05-11 深圳市金立通信设备有限公司 Web page link opening method and terminal
CN105808725A (en) * 2016-03-08 2016-07-27 腾讯科技(深圳)有限公司 Method and apparatus for processing application information
CN106095549A (en) * 2016-06-07 2016-11-09 中国建设银行股份有限公司 The jump method of a kind of Mobile solution App and redirect device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4768375B2 (en) * 2005-09-20 2011-09-07 富士通株式会社 Jump processing suppression program
CN103973730A (en) * 2013-01-29 2014-08-06 腾讯科技(深圳)有限公司 Method, terminal and system for achieving data sharing
CN104125258A (en) * 2013-04-28 2014-10-29 腾讯科技(深圳)有限公司 Page Jump method, terminal, server and system
CN105376189A (en) * 2014-09-01 2016-03-02 福建天晴数码有限公司 Sound wave communication method and system
CN105553942A (en) * 2015-12-08 2016-05-04 中国建设银行股份有限公司 Method and system of applying jump
CN105574170A (en) * 2015-12-16 2016-05-11 深圳市金立通信设备有限公司 Web page link opening method and terminal
CN105808725A (en) * 2016-03-08 2016-07-27 腾讯科技(深圳)有限公司 Method and apparatus for processing application information
CN106095549A (en) * 2016-06-07 2016-11-09 中国建设银行股份有限公司 The jump method of a kind of Mobile solution App and redirect device

Also Published As

Publication number Publication date
CN109213394A (en) 2019-01-15

Similar Documents

Publication Publication Date Title
US10104599B2 (en) Device binding methods and apparatuses
EP3174053A1 (en) Method, apparatus and system for playing multimedia data, computer program and recording medium
CN106375096B (en) short message verification method and device
CN104703252B (en) Terminal device accesses the method and device of wireless network
CN108156221B (en) Communication method and device and electronic equipment
US11405659B2 (en) Method and terminal device for video recording
CN109219036B (en) Method and device for unbinding equipment and electronic equipment
CN108063804B (en) Communication method and device
CN108156271B (en) Communication method and device and electronic equipment
CN104881304B (en) Resource downloading method and device
CN109005096B (en) Application interaction method and device
CN108040095B (en) Communication method and device and electronic equipment
CN109814942B (en) Parameter processing method and device
EP3247137A1 (en) Detecting method and apparatus, computer program and recording medium
CN108156220B (en) Communication method and device
CN110852163A (en) Binding method and device
CN107911380B (en) Identity verification method and device
CN104618987B (en) Access the method and device of network
CN106878654B (en) Video communication method and device
CN105337937A (en) Network verification method and device
CN107070707B (en) Method and device for determining initialization mode of router
CN110008668B (en) Data processing method, device and storage medium
CN109213394B (en) Application interaction method and device
EP3239880B1 (en) Legal installation package acquiring method and apparatus, computer program and recording medium
CN107122174B (en) Application program updating method and device

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