CN109271173B - Platform application management method and device, storage medium and terminal equipment - Google Patents

Platform application management method and device, storage medium and terminal equipment Download PDF

Info

Publication number
CN109271173B
CN109271173B CN201811092338.9A CN201811092338A CN109271173B CN 109271173 B CN109271173 B CN 109271173B CN 201811092338 A CN201811092338 A CN 201811092338A CN 109271173 B CN109271173 B CN 109271173B
Authority
CN
China
Prior art keywords
application
platform
managed
platform application
request
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
CN201811092338.9A
Other languages
Chinese (zh)
Other versions
CN109271173A (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.)
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shirui Electronics Co Ltd
Original Assignee
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shirui Electronics 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 Guangzhou Shiyuan Electronics Thecnology Co Ltd, Guangzhou Shirui Electronics Co Ltd filed Critical Guangzhou Shiyuan Electronics Thecnology Co Ltd
Priority to CN201811092338.9A priority Critical patent/CN109271173B/en
Publication of CN109271173A publication Critical patent/CN109271173A/en
Application granted granted Critical
Publication of CN109271173B publication Critical patent/CN109271173B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Abstract

The invention discloses a platform application management method, which comprises the following steps: receiving a management request of a platform application to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance by adding a field code corresponding to the application information in a configuration file of the web application; and managing the platform application to be managed according to the management request and the application information. Correspondingly, the invention also discloses a platform application management device, a computer readable storage medium and terminal equipment. By adopting the technical scheme of the invention, the application stores based on the browser can uniformly manage various platform applications.

Description

Platform application management method and device, storage medium and terminal equipment
Technical Field
The present invention relates to the field of application management technologies, and in particular, to a platform application management method and apparatus, a computer-readable storage medium, and a terminal device.
Background
Currently, a browser-based application store mainly considers managing web applications, and has better support for the management of the web applications, and generally does not consider how to manage various platform applications (for example, exe executable files on a Windows platform and apk installation packages on an Android platform, etc.), and only provides a downloading function for the platform applications, and basically does not have other management functions.
Although the current technical trend is that various applications are frontended, and many platform applications have corresponding web versions, some platform applications still have no web version at present, and therefore, the browser-based application store cannot uniformly manage various platform applications.
Disclosure of Invention
The technical problem to be solved by the embodiments of the present invention is to provide a method and an apparatus for managing platform applications, a computer-readable storage medium, and a terminal device, which can perform unified management on various platform applications based on an application store of a browser.
In order to solve the above technical problem, an embodiment of the present invention provides a platform application management method, including:
receiving a management request of a platform application to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance by adding a field code corresponding to the application information in a configuration file of the web application;
managing the platform application to be managed according to the management request and the application information;
wherein the management request comprises at least one of an installation request, an upgrade request, an operation request, and an uninstallation request; the application information comprises at least one of a download address, an installation package, a new version download address, a new version installation package, an installation path, a starting parameter and an uninstalling program address of the platform application to be managed.
Compared with the prior art, the embodiment of the invention provides a platform application management method, which comprises the steps of receiving a management request of a platform application to be managed, wherein the platform application to be managed is obtained in advance according to web application modification, and the modified web application carries application information of the platform application to be managed, so that the platform application to be managed is managed according to the management request and the application information, and various platform applications can be uniformly managed by an application store based on a browser.
Further, the management request is the installation request; the application information at least comprises a download address of the platform application to be managed or an installation package of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
installing the modified web application;
downloading an installation package of the platform application to be managed according to the download address carried by the modified web application, and installing the platform application to be managed according to the downloaded installation package; or installing the platform application to be managed according to the installation package carried by the modified web application.
Further, the management request is the upgrade request; the application information at least comprises a new version download address of the platform application to be managed or a new version installation package of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
upgrading the modified web application;
downloading the new version installation package of the platform application to be managed according to the new version download address carried by the modified web application, and installing the platform application to be managed according to the downloaded new version installation package; or installing the platform application to be managed according to the new version installation package carried by the modified web application.
Further, the management request is the operation request; the application information at least comprises an installation path and a starting parameter of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
running the modified web application;
and starting the platform application to be managed according to the installation path and the starting parameters carried by the modified web application.
Further, the management request is the uninstall request; the application information at least comprises an uninstaller address of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
uninstalling the adapted web application;
and unloading the platform application to be managed according to the unloading program address carried by the modified web application.
Further, the web application is a bookmark app.
In order to solve the above technical problem, an embodiment of the present invention further provides a platform application management apparatus, including:
the management request receiving module is used for receiving a management request of the application of the platform to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance by adding a field code corresponding to the application information in a configuration file of the web application; and (c) a second step of,
the platform application management module is used for managing the platform application to be managed according to the management request and the application information; wherein the management request comprises at least one of an installation request, an upgrade request, an operation request, and an uninstallation request; the application information comprises at least one of a download address, an installation package, a new version download address, a new version installation package, an installation path, a starting parameter and an uninstalling program address of the platform application to be managed.
An embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program; wherein the computer program controls, when running, a device on which the computer-readable storage medium is located to execute any of the platform application management methods described above.
An embodiment of the present invention further provides a terminal device, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, where the processor implements the platform application management method according to any one of the above items when executing the computer program.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of a platform application management method provided by the present invention;
FIG. 2 is a flowchart illustrating a preferred embodiment of step S12 of a platform application management method according to the present invention;
FIG. 3 is a diagram illustrating a preferred embodiment of step S12 of a platform application management method according to the present invention;
FIG. 4 is a block diagram of a preferred embodiment of a platform application management apparatus according to the present invention;
fig. 5 is a block diagram of a preferred embodiment of a terminal device provided in the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without any inventive step, are within the scope of the present invention.
Referring to fig. 1, it is a flowchart of a preferred embodiment of a platform application management method provided in the present invention, and the method includes steps S11 to S12:
step S11, receiving a management request of the platform application to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance according to the modification of the web application;
and step S12, managing the platform application to be managed according to the management request and the application information.
Specifically, an application developer modifies the web application in advance, so that the modified web application carries application information of the platform application to be managed, and uploads the modified web application to an application store based on a browser; and the application store based on the browser receives a management request of the application of the platform to be managed and manages the application of the platform to be managed according to the management request and the application information carried by the modified web application.
It should be noted that the present embodiment is suitable for managing various platform applications by an application store based on a browser, where the browser is preferably a Linux kernel-based browser, and is added with support for managing various platform applications; of course, it is within the scope of the present invention for the application store of other browsers to implement management of various platform applications based on the basic principles provided by the present embodiment.
In addition, the modified web application is a complete application for users, but the web application is only a shell for encapsulating the platform application to be managed, and has no actual function.
According to the platform application management method provided by the embodiment of the invention, the modified web application is obtained in advance according to the modification of the web application, and the modified web application carries the application information of the platform application to be managed, so that the application store based on the browser can manage the platform application to be managed according to the management request and the application information carried by the modified web application, and the application store based on the browser can realize the unified management of various platform applications.
In another preferred embodiment, the management request comprises at least one of an installation request, an upgrade request, a run request, and an uninstall request; the application information comprises at least one of a download address, an installation package, a new version download address, a new version installation package, an installation path, a starting parameter and an uninstalling program address of the platform application to be managed.
Referring to fig. 2, it is a specific flowchart of a preferred embodiment of step S12 of a platform application management method provided in the present invention, where the management request is the installation request; the application information at least comprises a download address of the platform application to be managed or an installation package of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes steps S1201 to S1202:
step S1201, installing the modified web application;
step S1202, downloading an installation package of the platform application to be managed according to the download address carried by the modified web application, and installing the platform application to be managed according to the downloaded installation package; or installing the platform application to be managed according to the installation package carried by the modified web application.
On one hand, if the application information of the platform application to be managed carried by the modified web application at least comprises a download address of the platform application to be managed, when the management request of the platform application to be managed is an installation request, the application store based on the browser firstly enters the installation process of the modified web application, after the modified web application is installed, an installation package of the platform application to be managed is downloaded according to the download address carried by the modified web application, and the application store based on the browser installs the platform application to be managed according to the obtained installation package.
On the other hand, if the application information of the platform application to be managed carried by the modified web application at least includes the installation package of the platform application to be managed, when the management request of the platform application to be managed is an installation request, the application store based on the browser firstly enters the installation flow of the modified web application, and after the installation of the modified web application is completed, the platform application to be managed is installed according to the installation package of the platform application to be managed carried by the modified web application.
Taking the example that the application information of the platform application to be managed carried by the modified web application at least includes the download address of the platform application to be managed as an example, as shown in fig. 3, which is a schematic diagram of a preferred embodiment of step S12 of the platform application management method provided by the present invention, an application developer modifies the web application in advance, so that the modified web application carries the platform application information, and uploads the modified web application to an application store based on a browser, and a user can click and install the modified web application through the application store to implement installation management of the platform application to be managed.
When an application store receives an installation request of a platform application to be managed, the modified web application is installed firstly, after the installation of the web application is completed, a download address of the platform application to be managed is obtained by analyzing platform application information carried by the modified web application, an installation package of the platform application to be managed is downloaded according to the download address, and after the download is completed, a platform API (for example, Windows platform API) provided by a browser is called to execute an installation process of the platform application to be managed.
It should be noted that, when the modified web application is uploaded to the application store based on the browser, the platform application to be managed associated with the modified web application does not need to be uploaded, but it is required to ensure that the download address of the platform application to be managed carried in the modified web application is valid.
According to the platform application management method provided by the embodiment of the invention, when only the download address of the platform application to be managed is added into the web application instead of directly adding the installation package of the platform application to be managed, the application store based on the browser only needs to manage the web application shell which is small in size and encapsulates the platform application to be managed instead of the installation package of the management platform application which is large in size, so that the space can be saved, and the management is convenient.
In yet another preferred embodiment, the management request is the upgrade request; the application information at least comprises a new version download address of the platform application to be managed or a new version installation package of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
upgrading the modified web application;
downloading the new version installation package of the platform application to be managed according to the new version download address carried by the modified web application, and installing the platform application to be managed according to the downloaded new version installation package; or installing the platform application to be managed according to the new version installation package carried by the modified web application.
On one hand, application information of the platform application to be managed carried by the modified web application at least comprises a new version download address of the platform application to be managed, when a management request of the platform application to be managed is an upgrading request, an application store based on the browser firstly enters an upgrading process of the modified web application, after upgrading of the modified web application is completed, a new version installation package of the platform application to be managed is downloaded according to the new version download address carried by the modified web application, and the application store based on the browser installs the platform application to be managed according to the obtained new version installation package, so that upgrading is achieved.
It should be noted that the application store based on the browser has an upgrade flow of the web application, and the upgrade of the platform application to be managed only needs to modify the download address in the application information into a new version download place, and the modified web application automatically downloads and installs the new version of the platform application to be managed according to the new version download place in the upgrade process.
In addition, only the application developer knows whether the platform application to be managed has a new version and a new version download address, if the platform application to be managed has the new version, the application developer modifies the download address of the platform application to be managed into the new version download address when modifying the web application, and uploads the modified web application to the application store based on the browser.
On the other hand, the application information of the platform application to be managed carried by the modified web application at least comprises a new version installation package of the platform application to be managed, when the management request of the platform application to be managed is an upgrading request, the application store based on the browser firstly enters the upgrading process of the modified web application, and after the upgrading of the modified web application is completed, the platform application to be managed is installed according to the new version installation package carried by the modified web application, so that the upgrading is realized.
It should be noted that, if the platform application to be managed has a new version, the application developer modifies the installation package of the platform application to be managed into the new version installation package when modifying the web application, and uploads the modified web application to the application store based on the browser.
In a further preferred embodiment, the management request is the operation request; the application information at least comprises an installation path and a starting parameter of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
running the modified web application;
and starting the platform application to be managed according to the installation path and the starting parameters carried by the modified web application.
Specifically, the application information of the platform application to be managed, which is carried by the modified web application, at least includes an installation path and a start parameter of the platform application to be managed, when the management request of the platform application to be managed is an operation request, the application store based on the browser first enters the operation flow of the modified web application, and then the platform application to be managed is started according to the installation path and the start parameter carried by the modified web application.
It should be noted that the application store based on the browser has a logic for opening the web application, and in the original logic for running the web application, the application information of the platform application to be managed, which is carried by the web application, is analyzed to obtain the installation path and the start parameter of the corresponding platform application to be managed, and the platform application to be managed is started according to the method for starting the process provided by the browser.
In other preferred schemes, the installation path of the management platform application may not be written in the application information of the platform application to be managed carried by the web application, for example, in the installation process of the platform application to be managed, the installation path is generated by user-defined selection, after the installation is completed, the browser may record the corresponding installation path, and when the management request of the platform application to be managed is a running request, the application store based on the browser starts the platform application to be managed according to the recorded installation path and the start parameter carried by the modified web application.
In yet another preferred embodiment, the management request is the offload request; the application information at least comprises an uninstaller address of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
uninstalling the adapted web application;
and unloading the platform application to be managed according to the unloading program address carried by the modified web application.
Specifically, the application information of the platform application to be managed carried by the modified web application at least includes an uninstaller address of the platform application to be managed, when the management request of the platform application to be managed is an uninstall request, the application store based on the browser first enters an uninstall process of the modified web application, and after the uninstallation of the modified web application is completed, the platform application to be managed is uninstalled according to the uninstaller address carried by the modified web application.
It should be noted that, by uninstalling the modified web application first, it may be avoided that, in a short time window for uninstalling the platform application to be managed, an application entrance (for example, a platform application icon to be managed) of the platform to be managed provided on the application store based on the browser is not removed yet, so that a situation that the platform application to be managed cannot be opened when the user clicks the icon occurs.
In another preferred embodiment, the modified web application is obtained in advance by adding a field code corresponding to the application information to a configuration file of the web application.
It can be understood that the field code corresponding to the application information of the platform application to be managed is added into the configuration file of the web application to modify the web application, so as to obtain the modified web application, and the modified web application carries the application information of the platform application to be managed.
In yet another preferred embodiment, the web application is a bookmark app.
It should be noted that, when an application developer selects a web application to modify, the web application is simpler and better under the condition that the web application can carry platform application information, and the modification cost can be reduced due to a simple structure.
In this embodiment, the web application is preferably a bookmark app, and the bookmark app has a simple structure and only includes a manifest.
For example, a root field "platform _ app" is added in the manifest.json file of a bookmark app to indicate that the bookmark app is a package for a platform application; adding a 'platform' field for marking a system to which the platform application belongs, wherein if the system is under a windows platform, the value is 'windows'; adding a 'package _ name' field for recording the name of a platform application installation package, wherein the field is mainly used for a non-installation platform application (namely, a plurality of green versions of platform applications which can be used without installation and opened by double-click), when the non-installation platform application is opened through an application store based on a browser, the installation position of a bookmark app can be obtained in a browser code, a complete path of the non-installation application can be obtained by splicing the package _ name, and then the non-installation platform application can be started; adding a "free _ instance" field for distinguishing whether the platform application belongs to installation-free, if so, the value is true, and if not, the value is false; adding a 'need _ download' field for distinguishing whether the platform application needs to be downloaded separately, if the download address of the platform application is recorded in the bookmark app, the platform application needs to be downloaded separately, the value of the field is true, if the platform application installation package is directly added into the bookmark app, the platform application installation package does not need to be downloaded separately, and the value of the field is false; adding a 'download _ url' field for recording a download address of the platform application when the value of the 'need _ download' field is true, and not having this field when the value of the 'need _ download' field is false; adding an 'execute _ path' field for recording an installation path of the platform application when the value of 'free _ insertion' is false, and when the value of 'free _ insertion' is true, without the field, directly placing the installation-free platform application under an installation directory of the bookmark app, and obtaining the directory path when the bookmark app is opened in a program, so that separate recording is not needed; the 'uninstantall _ path' field is added to record the uninstaller address of the platform application when the value of 'free _ infection' is false, and when the value of 'free _ infection' is true, the uninstaller application is deleted simultaneously without the field when the bookmark app is uninstalled, and separate uninstallation is not needed.
The embodiment of the present invention further provides a platform application management apparatus, which can implement all the processes of the platform application management method provided in any of the above embodiments, and the functions and implemented technical effects of each module and unit in the apparatus are respectively the same as those of the platform application management method provided in the above embodiment, and are not described herein again.
Referring to fig. 4, it is a block diagram of a preferred embodiment of a platform application management apparatus provided in the present invention, including:
a management request receiving module 11, configured to receive a management request of a platform application to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance by adding a field code corresponding to the application information in a configuration file of the web application; and (c) a second step of,
and the platform application management module 12 is configured to manage the platform application to be managed according to the management request and the application information.
Preferably, the management request comprises at least one of an installation request, an upgrade request, a run request and an uninstall request; the application information comprises at least one of a download address, an installation package, a new version download address, a new version installation package, an installation path, a starting parameter and an uninstalling program address of the platform application to be managed.
Preferably, the management request is the installation request; the application information at least comprises a download address of the platform application to be managed or an installation package of the platform application to be managed;
the platform application management module specifically includes:
the web application installation unit is used for installing the modified web application; and the number of the first and second groups,
the platform application installation unit is used for downloading an installation package of the platform application to be managed according to the download address carried by the modified web application and installing the platform application to be managed according to the downloaded installation package; or installing the platform application to be managed according to the installation package carried by the modified web application.
Preferably, the management request is the upgrade request; the application information at least comprises a new version download address of the platform application to be managed or a new version installation package of the platform application to be managed;
the platform application management module specifically includes:
the web application upgrading unit is used for upgrading the modified web application; and the number of the first and second groups,
the platform application upgrading unit is used for downloading a new version installation package of the platform application to be managed according to the new version download address carried by the modified web application and installing the platform application to be managed according to the downloaded new version installation package; or installing the platform application to be managed according to the new version installation package carried by the modified web application.
Preferably, the management request is the operation request; the application information at least comprises an installation path and a starting parameter of the platform application to be managed;
the platform application management module specifically includes:
the web application running unit is used for running the modified web application; and the number of the first and second groups,
and the platform application running unit is used for starting the platform application to be managed according to the installation path and the starting parameters carried by the modified web application.
Preferably, the management request is the offload request; the application information at least comprises an uninstaller address of the platform application to be managed;
the platform application management module specifically includes:
the web application unloading unit is used for unloading the modified web application; and the number of the first and second groups,
and the platform application unloading unit is used for unloading the platform application to be managed according to the unloading program address carried by the modified web application.
Preferably, the web application is a bookmark app.
An embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program; when the computer program runs, the device where the computer-readable storage medium is located is controlled to execute the platform application management method according to any one of the embodiments.
An embodiment of the present invention further provides a terminal device, as shown in fig. 5, which is a block diagram of a preferred embodiment of the terminal device provided in the present invention, and includes a processor 10, a memory 20, and a computer program stored in the memory 20 and configured to be executed by the processor 10, where the processor 10 implements the platform application management method according to any embodiment when executing the computer program.
Preferably, the computer program can be divided into one or more modules/units (e.g., computer program 1, computer program 2, · · · · · · ·), which are stored in the memory 20 and executed by the processor 10 to implement the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used for describing the execution process of the computer program in the terminal device.
The Processor 10 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, etc., the general purpose Processor may be a microprocessor, or the Processor 10 may be any conventional Processor, the Processor 10 is a control center of the terminal device, and various interfaces and lines are used to connect various parts of the terminal device.
The memory 20 mainly includes a program storage area that may store an operating system, an application program required for at least one function, and the like, and a data storage area that may store related data and the like. In addition, the memory 20 may be a high speed random access memory, may also be a non-volatile memory, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card), and the like, or the memory 20 may also be other volatile solid state memory devices.
It should be noted that the terminal device may include, but is not limited to, a processor and a memory, and those skilled in the art will understand that the structural block diagram of fig. 5 is only an example of the terminal device, and does not constitute a limitation to the terminal device, and may include more or less components than those shown, or combine some components, or different components.
To sum up, according to the platform application management method, the platform application management device, the computer-readable storage medium and the terminal device provided by the embodiments of the present invention, since the platform application to be managed is obtained by modifying the web application in advance, and the modified web application carries the application information of the platform application to be managed, the browser-based application store can correspondingly manage the platform application to be managed according to the received management request and the application information carried by the modified web application, so that the browser-based application store can implement unified management of various platform applications.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (8)

1. A method for managing platform applications, comprising:
receiving a management request of a platform application to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance by adding a field code corresponding to the application information in a configuration file of the web application;
managing the platform application to be managed according to the management request and the application information;
wherein the management request comprises at least one of an installation request, an upgrade request, an operation request, and an uninstallation request; the application information comprises at least one of a download address, an installation package, a new version download address, a new version installation package, an installation path, a starting parameter and an uninstalling program address of the platform application to be managed;
the management request is the operation request; the application information at least comprises an installation path and a starting parameter of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
running the modified web application;
and starting the platform application to be managed according to the installation path and the starting parameters carried by the modified web application.
2. The platform application management method of claim 1, wherein the management request is the installation request; the application information at least comprises a download address of the platform application to be managed or an installation package of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
installing the modified web application;
downloading an installation package of the platform application to be managed according to the download address carried by the modified web application, and installing the platform application to be managed according to the downloaded installation package; or installing the platform application to be managed according to the installation package carried by the modified web application.
3. The platform application management method of claim 1, wherein the management request is the upgrade request; the application information at least comprises a new version download address of the platform application to be managed or a new version installation package of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
upgrading the modified web application;
downloading the new version installation package of the platform application to be managed according to the new version download address carried by the modified web application, and installing the platform application to be managed according to the downloaded new version installation package; or installing the platform application to be managed according to the new version installation package carried by the modified web application.
4. The platform application management method of claim 1, wherein the management request is the offload request; the application information at least comprises an uninstalling program address of the platform application to be managed;
the managing the platform application to be managed according to the management request and the application information specifically includes:
uninstalling the adapted web application;
and unloading the platform application to be managed according to the unloading program address carried by the modified web application.
5. The platform application management method of claim 4, wherein the web application is a bookmark app.
6. A platform application management apparatus, comprising:
the management request receiving module is used for receiving a management request applied to a platform to be managed; the application information of the platform application to be managed is carried by the modified web application; the modified web application is obtained in advance by adding a field code corresponding to the application information in a configuration file of the web application; and the number of the first and second groups,
the platform application management module is used for managing the platform application to be managed according to the management request and the application information; wherein the management request comprises at least one of an installation request, an upgrade request, an operation request, and an uninstallation request; the application information comprises at least one of a download address, an installation package, a new version download address, a new version installation package, an installation path, a starting parameter and an uninstalling program address of the platform application to be managed;
the management request is the operation request; the application information at least comprises an installation path and a starting parameter of the platform application to be managed;
the platform application management module specifically includes:
the web application running unit is used for running the modified web application; and the number of the first and second groups,
and the platform application running unit is used for starting the platform application to be managed according to the installation path and the starting parameters carried by the modified web application.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored computer program; wherein the computer program, when executed, controls an apparatus on which the computer-readable storage medium is located to perform the platform application management method of any one of claims 1 to 5.
8. A terminal device comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the platform application management method according to any one of claims 1 to 5 when executing the computer program.
CN201811092338.9A 2018-09-18 2018-09-18 Platform application management method and device, storage medium and terminal equipment Active CN109271173B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811092338.9A CN109271173B (en) 2018-09-18 2018-09-18 Platform application management method and device, storage medium and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811092338.9A CN109271173B (en) 2018-09-18 2018-09-18 Platform application management method and device, storage medium and terminal equipment

Publications (2)

Publication Number Publication Date
CN109271173A CN109271173A (en) 2019-01-25
CN109271173B true CN109271173B (en) 2022-05-31

Family

ID=65197468

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811092338.9A Active CN109271173B (en) 2018-09-18 2018-09-18 Platform application management method and device, storage medium and terminal equipment

Country Status (1)

Country Link
CN (1) CN109271173B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158812A (en) * 2011-04-01 2014-11-19 北京奇虎科技有限公司 Method and system of safety control of terminal application
CN106445309A (en) * 2016-10-17 2017-02-22 Tcl集团股份有限公司 Display method and device of application download entry
CN107817994A (en) * 2016-08-29 2018-03-20 北京雪球信息科技有限公司 The operation method of mobile terminal network application program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101587495A (en) * 2009-07-08 2009-11-25 伍帝州 Method and system for downloading and disposing application through browser and providing application entrance
CN105786511B (en) * 2016-02-29 2019-05-07 四川长虹电器股份有限公司 The implementation method of terminal device Web application management
US20180052809A1 (en) * 2016-08-16 2018-02-22 Microsoft Technology Licensing, Llc Inferring user interaction with an iframe

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158812A (en) * 2011-04-01 2014-11-19 北京奇虎科技有限公司 Method and system of safety control of terminal application
CN107817994A (en) * 2016-08-29 2018-03-20 北京雪球信息科技有限公司 The operation method of mobile terminal network application program
CN106445309A (en) * 2016-10-17 2017-02-22 Tcl集团股份有限公司 Display method and device of application download entry

Also Published As

Publication number Publication date
CN109271173A (en) 2019-01-25

Similar Documents

Publication Publication Date Title
CN108847950B (en) Electronic device, cloud system software automatic deployment method and storage medium
CN105867947B (en) Data processing method and device after preset application program updating
US9454356B2 (en) Method of and terminal for updating library file in system application
US8489922B2 (en) Networked recovery system
CN105786538B (en) software upgrading method and device based on android system
CN111427596B (en) Software upgrading method and device and terminal equipment
CN107368331B (en) Configuration file updating method and device for application program
CN109766105A (en) Drive programe installation method, device, server and computer readable storage medium
US20170351507A1 (en) Silent upgrade of software with dependencies
US20070282801A1 (en) Dynamically creating and executing an application lifecycle management operation
CN110457049B (en) Method and device for realizing plug-in automation, electronic equipment and storage medium
CN107220085B (en) Method for automatically upgrading RAID card firmware
CN113805965B (en) Method, device, equipment and readable medium for installing external plug-in
CN113835713B (en) Source code packet downloading method, device, computer equipment and storage medium
CN110750280A (en) Application upgrading method and system based on Android platform and storage medium
CN113867768A (en) Operating system processing method and device, electronic equipment and storage medium
CN116303099B (en) Cross-platform rapid deployment method, device, medium and equipment for automatic test environment
CN109271173B (en) Platform application management method and device, storage medium and terminal equipment
CN104598281A (en) Method for upgrading system of electronic device
CN111596931A (en) Application program packaging method and device, electronic equipment and readable storage medium
CN111782474A (en) Log processing method and device, electronic equipment and medium
CN104516743A (en) Upgrading method and system of embedded device firmware based on ActiveX
CN111198703A (en) Version upgrading method, system, equipment and medium
CN115994003A (en) Processing method and processing device for shared object in operating system
CN106648788B (en) Application program installation 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