CN111414188A - Application version matching method, application version matching device and storage medium - Google Patents

Application version matching method, application version matching device and storage medium Download PDF

Info

Publication number
CN111414188A
CN111414188A CN202010117606.9A CN202010117606A CN111414188A CN 111414188 A CN111414188 A CN 111414188A CN 202010117606 A CN202010117606 A CN 202010117606A CN 111414188 A CN111414188 A CN 111414188A
Authority
CN
China
Prior art keywords
terminal
application
application version
version
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010117606.9A
Other languages
Chinese (zh)
Inventor
夏敏
刘荣
白东澍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN202010117606.9A priority Critical patent/CN111414188A/en
Publication of CN111414188A publication Critical patent/CN111414188A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present disclosure relates to an application version matching method, an application version matching apparatus, and a storage medium, the application version matching method applied to a first terminal, including: in response to the first terminal being triggered to run the application execution function, determining first application version information compatible with the first terminal running the application execution function; acquiring second application version information of an application which needs to be operated when a second terminal executes a function; and determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information. According to the embodiment of the disclosure, the matching of the determined application versions when the terminal executes the functions is realized, the bad use experience brought to a user by forced application upgrading is avoided when the version of the terminal is incompatible with the latest release version of the application, and the upgrading cost of the application is saved.

Description

Application version matching method, application version matching device and storage medium
Technical Field
The present disclosure relates to the field of communications technologies, and in particular, to an application version matching method, an application version matching apparatus, and a storage medium.
Background
Along with the rapid development of science and technology, intelligent terminal is used for people's work and life more and more, and the user can satisfy the user demand of work and life through the various applications of installing on the terminal, brings convenient experience for people's life. In order to optimize the application, the application often releases a new version for the user to download and upgrade, and the functions are improved.
When two terminals work together based on the same application, when the application versions used by the two terminals are different, the applications corresponding to different versions cannot be compatible, and the joint work between the terminals cannot be realized. In the prior art, in order to realize that different terminals work together based on the same application, whether the application needs to be upgraded is detected when the terminals are networked. And when the version of the currently released application is not compatible with the version of the application installed at the low end, forcing the terminal to upgrade the application.
Disclosure of Invention
To overcome the problems in the related art, the present disclosure provides an application version matching method, an application version matching apparatus, and a storage medium.
According to an aspect of the embodiments of the present disclosure, an application version matching method is provided, which is applied to a first terminal, and includes: in response to the first terminal being triggered to run the application execution function, determining first application version information compatible with the first terminal running the application execution function; acquiring second application version information of an application which needs to be operated when a second terminal executes a function; and determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information.
In an embodiment, the first application version information includes a version number interval range compatible with the function, and the version number interval range includes a lowest compatible version compatible with the function; determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information, including: if the second application version is within the range of the version number interval with the function compatibility, determining that the application version of the first terminal is matched with the application version of the second terminal; and if the second application version is not in the version number interval range with the compatible functions, determining that the application version of the first terminal is not matched with the application version of the second terminal.
In an embodiment, the first application version information is stored in a compilation script of the application.
In an embodiment, the obtaining of the second application version information of the application to be run by the second terminal executing the function includes: and performing handshake check with the second terminal based on the wireless access node and/or the Bluetooth broadcast, and acquiring second application version information of the application to be operated for the execution function of the second terminal in the handshake check process.
In one embodiment, the application version matching method further includes: and if the application version of the first terminal is not matched with the application version of the second terminal, sending a prompt message to the second terminal, wherein the prompt message is used for prompting the second terminal to update the application version.
According to another aspect of the embodiments of the present disclosure, there is provided an application version matching apparatus applied to a first terminal, the application version matching apparatus including: the determining module is used for responding to the condition that the first terminal is triggered to run the application execution function, determining first application version information compatible with the application execution function run by the first terminal, and determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information; and the acquisition module is used for acquiring second application version information of the application which needs to be operated when the second terminal executes the function.
In an embodiment, the first application version information includes a version number interval range compatible with the function, and the version number interval range includes a lowest compatible version compatible with the function; the determining module determines whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information in the following mode: if the second application version is within the range of the version number interval with the function compatibility, determining that the application version of the first terminal is matched with the application version of the second terminal; and if the second application version is not in the version number interval range with the compatible functions, determining that the application version of the first terminal is not matched with the application version of the second terminal.
In an embodiment, the first application version information is stored in a compilation script of the application.
In an embodiment, the obtaining module obtains the second application version information of the application that needs to be run when the second terminal executes the function in the following manner: and performing handshake check with the second terminal based on the wireless access node and/or the Bluetooth broadcast, and acquiring second application version information of the application to be operated for the execution function of the second terminal in the handshake check process.
In one embodiment, the application version matching apparatus further includes: and the prompting device is used for sending a prompting message to the second terminal if the application version of the first terminal is not matched with the application version of the second terminal, and the prompting message is used for prompting the second terminal to update the application version.
According to still another aspect of the embodiments of the present disclosure, there is provided an application version matching apparatus including: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: performing the application version matching method of any one of the preceding.
According to yet another aspect of embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium, wherein instructions of the storage medium, when executed by a processor of a mobile terminal, enable the mobile terminal to perform one of the above-described application version matching methods.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects: the method comprises the steps of running an application execution function through a first terminal, determining first application version information compatible with the running application execution function of the first terminal, obtaining second application version information of an application needing to be run by the execution function of a second terminal, and determining whether the application version of the first terminal is matched with the application version of the second terminal, so that when the application versions are matched, the application execution function is run between the first terminal and the second terminal, matching of the application versions is determined when the terminal executes the function, bad use experience brought to a user by forced upgrading of the application is avoided when the version of the terminal is incompatible with a latest released version of the application, and upgrading cost of the application is saved.
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 invention and together with the description, serve to explain the principles of the invention.
Fig. 1 is a flowchart illustrating an application version matching method according to an exemplary embodiment of the present disclosure.
Fig. 2 is a flowchart illustrating an application version matching method according to still another exemplary embodiment of the present disclosure.
Fig. 3 is a block diagram illustrating an application version matching apparatus according to an exemplary embodiment of the present disclosure.
Fig. 4 is a block diagram illustrating an application version matching apparatus according to yet another exemplary embodiment.
FIG. 5 is a block diagram illustrating an apparatus in accordance with an example embodiment.
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 embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
Fig. 1 is a flowchart illustrating an application version matching method according to an exemplary embodiment, where the application version matching method may be applied to an intelligent terminal device and executed by a processor in the intelligent terminal device, and the intelligent terminal may be a smart phone, a smart tablet, a wearable device, a personal palm assistant, a notebook, or the like, and the disclosure does not limit a specific type of the terminal.
As shown in fig. 1, the application version matching method includes the following steps.
In step S101, in response to the first terminal being triggered to execute the application execution function, first application version information that the first terminal is compatible with the application execution function is determined.
The first terminal and the second terminal are different terminals, and the first terminal and the second terminal are provided with applications to meet the use requirements of users. It is to be understood that the first terminal and the second terminal may be collectively referred to as a terminal. The terminal can be provided with a plurality of applications, each application comprises a plurality of different functions, and when the user runs the application, the different functions of the application can be executed. The user can execute the corresponding function by running the application installed on the first terminal, namely the first terminal is triggered to run the application execution function.
When the first terminal is triggered to run the application to execute the corresponding function, determining first application version information compatible with the application execution function run by the first terminal. That is, there is a corresponding relationship between the function and the application version compatible with the function, and different functions may be different from or the same as the application version compatible with the function.
In step S102, second application version information of the application to be executed by the second terminal for executing the function is obtained.
The user executes a corresponding function by running the application installed on the first terminal, where the function is executed in cooperation with an application installed on the second terminal, for example, an application such as file transfer and instant messaging, and it can be understood that the application to be executed by the second terminal and the application to be executed by the first terminal execute the corresponding function are the same application. The same application may include different application versions. Different application versions can be distinguished by using version numbers, and the different application version numbers correspond to different versions of the application to obtain second application version information of the application which needs to be operated by the second terminal execution function.
In step S103, it is determined whether the application version of the first terminal matches the application version of the second terminal according to the first application version information and the second application version information.
When the application version of the first terminal is matched with the application version of the second terminal, the first terminal and the second terminal can realize cooperation through application communication and jointly execute corresponding functions, for example, in the file transmission process, the first terminal and the second terminal jointly realize the file sending and receiving functions. When the application version of the first terminal is not matched with the application version of the second terminal, the first terminal and the second terminal cannot jointly execute the corresponding functions of the application.
In the embodiment of the disclosure, the first terminal runs the application execution function, the first application version information compatible with the application execution function run by the first terminal is determined, the second application version information of the application required to run by the second terminal execution function is acquired, and whether the application version of the first terminal is matched with the application version of the second terminal is determined, so that when the application versions are matched, the application execution function runs by the first terminal and the second terminal, the matching of the application versions is determined when the terminal executes the function, and when the version of the terminal is not compatible with the latest release version of the application, poor use experience brought to a user by forced upgrading of the application is avoided, and the upgrading cost of the application is saved.
In an embodiment, the first application version information includes a version number interval range with compatible functions, the version number interval range includes a lowest compatible version with compatible functions, and if the second application version is located in the version number interval range with compatible functions, it is determined that the application version of the first terminal matches the application version of the second terminal. And if the second application version is not in the version number interval range with the compatible functions, determining that the application version of the first terminal is not matched with the application version of the second terminal.
The first application version information includes a version number interval range of the function compatibility, and the version number interval range includes a lowest compatible version of the function compatibility, for example, the version number interval range of the function compatible application is 4.3-4.6, that is, the version numbers of the function compatible applications are 4.3, 4.4, 4.5 and 4.6, and the lowest compatible version number of the function compatibility included in the version number interval range is 4.3. Versions of the application below version number 4.3, e.g. version 4.0, version 4.1, are not compatible with the current functionality.
And if the second application version is within the range of the version number interval with the function compatibility, determining that the application version of the first terminal is matched with the application version of the second terminal. Still by taking the interval range of the above example, if the version number of the second application is 4.4 and is within the interval range of version numbers compatible with the functions, i.e. 4.3-4.6, it is determined that the application version of the first terminal matches the application version of the second terminal.
And if the second application version is not in the version number interval range with the compatible functions, determining that the application version of the first terminal is not matched with the application version of the second terminal. Still by taking the interval range of the above example, if the version number of the second application is 4.2 and is not within the interval range of the version numbers compatible with the functions, i.e. 4.3-4.6, it is determined that the application version of the first terminal does not match the application version of the second terminal.
In an embodiment, the first application version information is stored in a compilation script of the application.
In the application, the compatible version information corresponding to the application function may be configured by respectively configuring the version information compatible with all the functions of the application, or by respectively configuring the version information compatible with some of the functions, which are main functions of the application. During corresponding compiling, writing first application version information compatible with the functions of the application into a compiling script, namely an application version generated through compiling, wherein the first application version information is stored in the compiling script of the application, and the version information compatible with the functions of the application can be determined. When the compiling efficiency is improved, and the application version generated by compiling is released, the application can determine the version information with the compatible functions, so that the version compatible information can be conveniently exchanged among the applications.
In an embodiment, handshake check is performed with the second terminal based on the wireless access node and/or bluetooth broadcast, and second application version information of an application to be run for the second terminal to execute a function is obtained in the handshake check process.
The first terminal and the second terminal can be disconnected from the internet, and point-to-point connection is performed between the first terminal and the second terminal. For example, based on Access Point (AP) connection, the second terminal opens an AP hotspot, and the first terminal connects to the AP hotspot of the second terminal. Or the first terminal opens the AP hotspot, and the second terminal is connected with the AP hotspot of the first terminal to perform communication.
The first terminal and the second terminal can also be connected based on Bluetooth (L ow Energy, B L E), for example, the first terminal and the second terminal open a Bluetooth connection, and the first terminal connects to the second terminal AP hotspot.
The first terminal and the second terminal are connected, the application of the first terminal and the application of the second terminal perform handshake check of a communication protocol, and second application version information of the application which is required to be operated when the second terminal executes the function is acquired in the handshake check process. The first terminal and the second terminal can also perform matching verification of secure encrypted transmission in the handshake verification process.
In an embodiment of the present disclosure, the first terminal may not obtain the second application version information of the application that needs to be run by the second terminal executing function, where the application version of the second terminal is too old and the application version information with compatible functions cannot be determined, and at this time, the first terminal and the second terminal cannot execute the corresponding function of the application together, and it is determined that the application version of the first terminal is not matched with the application version of the second terminal.
Fig. 2 is a flowchart illustrating an application version matching method according to still another exemplary embodiment of the present disclosure, and as shown in fig. 2, the application version matching method includes the following steps.
In step S201, in response to the first terminal being triggered to execute the application execution function, determining that the first terminal executes first application version information compatible with the application execution function.
In step S202, second application version information of the application to be executed by the second terminal to execute the function is obtained.
In step S203, it is determined whether the application version of the first terminal matches the application version of the second terminal according to the first application version information and the second application version information.
In step S204, if the application version of the first terminal does not match the application version of the second terminal, a prompt message is sent to the second terminal, where the prompt message is used to prompt the second terminal to update the application version.
The first application version information comprises a version number interval range with compatible functions, the version number interval range comprises the lowest compatible version with compatible functions, and if the second application version is not located in the version number interval range with compatible functions, the application version of the first terminal is determined to be not matched with the application version of the second terminal.
Still by taking the interval range of the above example, if the version number of the second application is 4.2 and is not within the interval range of the version numbers compatible with the functions, i.e. 4.3-4.6, it is determined that the application version of the first terminal does not match the application version of the second terminal. The first terminal sends a prompt message to the second terminal, the second terminal receives the prompt message when running the application execution function, and prompts that the version of the application is incompatible with the version of the current function executed by the first terminal, and the second terminal needs to update the version of the application to execute the current function. The user can connect to the internet at the second terminal to obtain the latest version of the current application to implement the corresponding function of the application in cooperation with the first terminal. It is understood that the latest version number of the current application obtained by the internet may be a version number higher than the range of version numbers including function compatibility in the first application version information, for example, the version number of the application is 4.8.
Fig. 3 is a block diagram illustrating an application version matching apparatus according to an example embodiment. As shown in fig. 3, the application version matching apparatus 300 includes: a determination module 310 and an acquisition module 320.
The determining module 310 is configured to determine, in response to the first terminal being triggered to execute the application execution function, first application version information that the first terminal is compatible with the application execution function, and determine whether the application version of the first terminal matches the application version of the second terminal according to the first application version information and the second application version information.
The obtaining module 320 is configured to obtain second application version information of an application that needs to be run by the second terminal executing function.
In an embodiment, the first application version information includes a version number interval range with compatible functions, the version number interval range includes a lowest compatible version with compatible functions, and the determining module 310 determines whether the application version of the first terminal matches the application version of the second terminal according to the first application version information and the second application version information in the following manner: if the second application version is within the range of the version number interval with the function compatibility, determining that the application version of the first terminal is matched with the application version of the second terminal; and if the second application version is not in the version number interval range with the compatible functions, determining that the application version of the first terminal is not matched with the application version of the second terminal.
In an embodiment, the first application version information is stored in a compilation script of the application.
In an embodiment, the obtaining module 320 obtains the second application version information of the application that needs to be run by the second terminal executing function in the following manner: and performing handshake check with the second terminal based on the wireless access node and/or the Bluetooth broadcast, and acquiring second application version information of the application to be operated for the execution function of the second terminal in the handshake check process.
Fig. 4 is a block diagram illustrating an application version matching apparatus according to still another exemplary embodiment of the present disclosure. As shown in fig. 4, the terminal control device 300 further includes: a prompt module 330.
If the application version of the first terminal is not matched with the application version of the second terminal, the prompt module 330 is configured to send a prompt message to the second terminal, where the prompt message is used to prompt the second terminal to update the application version.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 5 is a block diagram illustrating an apparatus 500 for application version matching according to an example embodiment. For example, the apparatus 500 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 5, the apparatus 500 may include one or more of the following components: a processing component 502, a memory 504, a power component 506, a multimedia component 505, an audio component 510, an input/output (I/O) interface 512, a sensor component 514, and a communication component 516.
The processing component 502 generally controls overall operation of the device 500, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing components 502 may include one or more processors 520 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 502 can include one or more modules that facilitate interaction between the processing component 502 and other components. For example, the processing component 502 can include a multimedia module to facilitate interaction between the multimedia component 505 and the processing component 502.
The memory 504 is configured to store various types of data to support operation at the device 500. Examples of such data include instructions for any application or method operating on device 500, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 504 may be implemented by any type or combination of volatile or non-volatile memory devices 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 disks.
Power component 506 provides power to the various components of device 500. The power components 506 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the apparatus 500.
The multimedia component 505 comprises a screen between the apparatus 500 and a user that provides an output interface, in some embodiments, the screen may comprise a liquid crystal display (L CD) and a Touch Panel (TP). if the screen comprises a touch panel, the screen may be implemented as a touch screen to receive input signals from a user.
The audio component 510 is configured to output and/or input audio signals. For example, audio component 510 includes a Microphone (MIC) configured to receive external audio signals when apparatus 500 is in an operating mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 504 or transmitted via the communication component 516. In some embodiments, audio component 510 further includes a speaker for outputting audio signals.
The I/O interface 512 provides an interface between the processing component 502 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.
The sensor assembly 514 includes one or more sensors for providing various aspects of status assessment for the device 500. For example, the sensor assembly 514 may detect an open/closed state of the device 500, the relative positioning of the components, such as a display and keypad of the apparatus 500, the sensor assembly 514 may also detect a change in the position of the apparatus 500 or a component of the apparatus 500, the presence or absence of user contact with the apparatus 500, orientation or acceleration/deceleration of the apparatus 500, and a change in the temperature of the apparatus 500. The sensor assembly 514 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 514 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 514 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 516 is configured to facilitate communication between the apparatus 500 and other devices in a wired or wireless manner. The apparatus 500 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 516 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 516 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 500 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), programmable logic devices (P L D), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 504 comprising instructions, executable by the processor 520 of the apparatus 500 to perform the above-described method is also provided. 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.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (12)

1. An application version matching method is applied to a first terminal, and comprises the following steps:
in response to the first terminal being triggered to run an application execution function, determining that the first terminal runs first application version information compatible with the application execution function;
acquiring second application version information of the application which is required to be operated when the second terminal executes the function;
and determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information.
2. The application version matching method according to claim 1, wherein the first application version information includes a version number interval range compatible with the function, and the version number interval range includes a lowest compatible version compatible with the function;
determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information, including:
if the second application version is within the range of the version number interval with the function compatibility, determining that the application version of the first terminal is matched with the application version of the second terminal;
and if the second application version is not located in the version number interval range compatible with the function, determining that the application version of the first terminal is not matched with the application version of the second terminal.
3. The application version matching method according to claim 1 or 2, wherein the first application version information is stored in a compiled script of the application.
4. The application version matching method according to claim 1, wherein obtaining second application version information of the application that needs to be run when the second terminal executes the function comprises:
and performing handshake verification with the second terminal based on a wireless access node and/or Bluetooth broadcast, and acquiring second application version information of the application which needs to be operated when the second terminal executes the function in the handshake verification process.
5. The application version matching method according to claim 1, wherein the method further comprises:
and if the application version of the first terminal is not matched with the application version of the second terminal, sending a prompt message to the second terminal, wherein the prompt message is used for prompting the second terminal to update the application version.
6. An application version matching apparatus, applied to a first terminal, the apparatus comprising:
the determining module is used for responding to the condition that the first terminal is triggered to run an application execution function, determining first application version information compatible with the function when the first terminal runs the application execution function, and determining whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information;
and the acquisition module is used for acquiring second application version information of the application which needs to be run when the second terminal executes the function.
7. The apparatus according to claim 6, wherein the first application version information includes a version number range compatible with the function, and the version number range includes a lowest compatible version compatible with the function;
the determining module determines whether the application version of the first terminal is matched with the application version of the second terminal according to the first application version information and the second application version information in the following mode:
if the second application version is within the range of the version number interval with the function compatibility, determining that the application version of the first terminal is matched with the application version of the second terminal;
and if the second application version is not located in the version number interval range compatible with the function, determining that the application version of the first terminal is not matched with the application version of the second terminal.
8. The application version matching apparatus according to claim 6 or 7, wherein the first application version information is stored in a compiled script of the application.
9. The application version matching device according to claim 6, wherein the obtaining module obtains the second application version information of the application that needs to be run when the second terminal executes the function in the following manner:
and performing handshake verification with the second terminal based on a wireless access node and/or Bluetooth broadcast, and acquiring second application version information of the application which needs to be operated when the second terminal executes the function in the handshake verification process.
10. The application version matching apparatus according to claim 6, wherein the apparatus further comprises:
and if the application version of the first terminal is not matched with the application version of the second terminal, the prompting device is used for sending a prompting message to the second terminal, and the prompting message is used for prompting the second terminal to update the application version.
11. An application version matching apparatus, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to: performing the application version matching method of any of claims 1 to 5.
12. A non-transitory computer readable storage medium, instructions in which, when executed by a processor of a mobile terminal, enable the mobile terminal to perform the application version matching method of any one of claims 1 to 5.
CN202010117606.9A 2020-02-25 2020-02-25 Application version matching method, application version matching device and storage medium Pending CN111414188A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010117606.9A CN111414188A (en) 2020-02-25 2020-02-25 Application version matching method, application version matching device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010117606.9A CN111414188A (en) 2020-02-25 2020-02-25 Application version matching method, application version matching device and storage medium

Publications (1)

Publication Number Publication Date
CN111414188A true CN111414188A (en) 2020-07-14

Family

ID=71492940

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010117606.9A Pending CN111414188A (en) 2020-02-25 2020-02-25 Application version matching method, application version matching device and storage medium

Country Status (1)

Country Link
CN (1) CN111414188A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002073192A (en) * 2000-08-30 2002-03-12 Nec Corp System and method for software version-up service
US20060236083A1 (en) * 2005-04-18 2006-10-19 Research In Motion Limited Method and system for controlling software version updates
CN102722383A (en) * 2012-05-22 2012-10-10 航天数字传媒有限公司 Software upgrading method and digital issue terminal
WO2015176498A1 (en) * 2014-05-23 2015-11-26 西安中兴新软件有限责任公司 Software upgrade method, mobile terminal and computer storage medium
US20160196135A1 (en) * 2015-01-07 2016-07-07 International Business Machines Corporation Selectively hotpatching only a selection of processes of a running instance of an application that match a selection criteria
CN107018022A (en) * 2017-03-31 2017-08-04 广东欧珀移动通信有限公司 Processing method, device and the terminal of software upgrading
CN107015828A (en) * 2017-03-31 2017-08-04 广东欧珀移动通信有限公司 Audio software upgrade method, application program updating method, apparatus and system
CN107025120A (en) * 2017-03-31 2017-08-08 广东欧珀移动通信有限公司 Software upgrading processing method, device and terminal
US20180365003A1 (en) * 2017-06-14 2018-12-20 Beijing Xiaomi Mobile Software Co., Ltd. Method and apparatus for updating application
CN110413312A (en) * 2019-07-15 2019-11-05 北京三快在线科技有限公司 A kind of method, apparatus, equipment and storage medium managing application program
CN110457052A (en) * 2018-05-08 2019-11-15 优酷网络技术(北京)有限公司 Application upgrade method and device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002073192A (en) * 2000-08-30 2002-03-12 Nec Corp System and method for software version-up service
US20060236083A1 (en) * 2005-04-18 2006-10-19 Research In Motion Limited Method and system for controlling software version updates
CN102722383A (en) * 2012-05-22 2012-10-10 航天数字传媒有限公司 Software upgrading method and digital issue terminal
WO2015176498A1 (en) * 2014-05-23 2015-11-26 西安中兴新软件有限责任公司 Software upgrade method, mobile terminal and computer storage medium
US20160196135A1 (en) * 2015-01-07 2016-07-07 International Business Machines Corporation Selectively hotpatching only a selection of processes of a running instance of an application that match a selection criteria
CN107018022A (en) * 2017-03-31 2017-08-04 广东欧珀移动通信有限公司 Processing method, device and the terminal of software upgrading
CN107015828A (en) * 2017-03-31 2017-08-04 广东欧珀移动通信有限公司 Audio software upgrade method, application program updating method, apparatus and system
CN107025120A (en) * 2017-03-31 2017-08-08 广东欧珀移动通信有限公司 Software upgrading processing method, device and terminal
US20180365003A1 (en) * 2017-06-14 2018-12-20 Beijing Xiaomi Mobile Software Co., Ltd. Method and apparatus for updating application
CN110457052A (en) * 2018-05-08 2019-11-15 优酷网络技术(北京)有限公司 Application upgrade method and device
CN110413312A (en) * 2019-07-15 2019-11-05 北京三快在线科技有限公司 A kind of method, apparatus, equipment and storage medium managing application program

Similar Documents

Publication Publication Date Title
CN107329742B (en) Software development kit calling method and device
CN104267977B (en) application program operation method and device
CN107066172B (en) File transmission method and device of mobile terminal
US9870239B2 (en) Method and device for running application program
CN109582400B (en) Program calling method and device
CN111221559B (en) Application updating method, device, storage medium, terminal and server
CN104219092A (en) Router management application and router firmware compatible method and router management application and router firmware compatible device
CN105094931A (en) Software upgrading method and device
CN103916468B (en) Method for upgrading system, terminal, server and upgrade-system
CN104320774A (en) Updating method, device and facility
CN110839073A (en) Method for acquiring push information, method and device for sending push information
EP3718292B1 (en) Electronic device for managing embedded subscriber identification module and method for same
CN111198706A (en) Method for updating system function, apparatus for updating system function and storage medium
CN105094830A (en) Method and device for executing target functions
CN107463372B (en) Data-driven page updating method and device
CN109684112B (en) Program file operation method, device, terminal and storage medium
CN106990984B (en) Method and device for updating system
CN111093248B (en) Network distribution method, network distribution device and electronic equipment
CN104866349A (en) Application updating method and device
CN114416127A (en) Terminal software upgrading method, terminal software upgrading device and storage medium
CN107632835A (en) Using installation method and device
CN107295462B (en) Wireless connection control method and device
CN111090463A (en) Resource identification method and device and computer storage medium
CN106162612A (en) Control the method and device of Root authority
CN105099758A (en) Methods and devices for transmitting update data package

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