CN109766123B - Application program packaging method and device - Google Patents

Application program packaging method and device Download PDF

Info

Publication number
CN109766123B
CN109766123B CN201811580319.0A CN201811580319A CN109766123B CN 109766123 B CN109766123 B CN 109766123B CN 201811580319 A CN201811580319 A CN 201811580319A CN 109766123 B CN109766123 B CN 109766123B
Authority
CN
China
Prior art keywords
file
program
target
application program
packaging
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
CN201811580319.0A
Other languages
Chinese (zh)
Other versions
CN109766123A (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.)
Qianxin Technology Group Co Ltd
Original Assignee
Qianxin Technology Group 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 Qianxin Technology Group Co Ltd filed Critical Qianxin Technology Group Co Ltd
Priority to CN201811580319.0A priority Critical patent/CN109766123B/en
Publication of CN109766123A publication Critical patent/CN109766123A/en
Application granted granted Critical
Publication of CN109766123B publication Critical patent/CN109766123B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides an application program packaging method and device. The method comprises the following steps: acquiring an original program file of a target application program to be packaged and a target object to be added by the target application program, wherein the target object comprises functions and/or parameters; determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file; and packaging the packaging configuration file and the original program file to obtain a target program file of the target application program. The embodiment of the invention solves the problem that the configuration parameters can not be dynamically modified according to the requirements of users in the application program packaging process in the prior art.

Description

Application program packaging method and device
Technical Field
The embodiment of the invention relates to the technical field of software, in particular to an application program packaging method and device.
Background
With the rapid development of mobile communication technology, mobile terminals such as smart phones become an indispensable part of people's lives, various applications on the mobile terminals are gradually increased, and the internal functions of many applications are more perfect, which provides users with much convenience. The application program encapsulation is an important step in the application program generation process, and specifically, the encapsulation is a process of hiding the attributes and implementation details of the application program, and only externally disclosing an interface and controlling the access levels of reading and modification in the attributes.
In the prior art, some dynamic package services supporting applications of the android system exist, for example, some package platforms accessed through the internet can provide package services, but configuration parameters of the package services are usually fixed and cannot be modified by a user.
For the iOS application encapsulation, the script is usually encapsulated manually at present, which consumes a long time and has low efficiency, and the configuration parameters cannot be dynamically modified according to the user requirements during the encapsulation process.
Disclosure of Invention
The embodiment of the invention provides an application program packaging method and device, which are used for solving the problem that in the prior art, configuration parameters cannot be dynamically modified according to user requirements in the application program packaging process.
In one aspect, an embodiment of the present invention provides an application program packaging method, where the method includes:
acquiring an original program file of a target application program to be packaged and a target object to be added by the target application program, wherein the target object comprises functions and/or parameters;
determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file;
and packaging the packaging configuration file and the original program file to obtain a target program file of the target application program.
In another aspect, an embodiment of the present invention provides an application packaging apparatus, where the apparatus includes:
the system comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring an original program file of a target application program to be packaged and a target object to be added by the target application program, and the target object comprises functions and/or parameters;
the determining module is used for determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file;
and the packaging module is used for packaging the packaging configuration file and the original program file to obtain a target program file of the target application program.
On the other hand, the embodiment of the present invention further provides an electronic device, which includes a memory, a processor, a bus, and a computer program stored on the memory and executable on the processor, where the processor implements the steps in the application encapsulation method when executing the program.
In still another aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps in the application packaging method.
According to the application program packaging method and device provided by the embodiment of the invention, an original program file of a target application program to be packaged and a target object to be added by the target application program are obtained; determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file; and packaging the packaging configuration file and the original program file to obtain a target program file of the target application program, dynamically modifying the functions and configuration parameters of the application program according to the requirements of a user, and having simple modification process and strong universality.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a flowchart illustrating an application packaging method according to an embodiment of the present invention;
FIG. 2 is a second flowchart illustrating an application packaging method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an application packaging apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantages of the present invention more apparent, the following detailed description is given with reference to the accompanying drawings and specific embodiments. In the following description, specific details are provided, such as specific configurations and components, merely to facilitate a thorough understanding of embodiments of the invention. Thus, it will be apparent to those skilled in the art that various changes and modifications may be made to the embodiments described herein without departing from the scope and spirit of the invention. In addition, descriptions of well-known functions and constructions are omitted for clarity and conciseness.
It should be appreciated that reference throughout this specification to "an embodiment" or "an embodiment" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrase "in an embodiment" or "in an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
In various embodiments of the present invention, it should be understood that the sequence numbers of the following processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
In the embodiments provided herein, it should be understood that "B corresponding to a" means that B is associated with a from which B can be determined. It should also be understood that determining B from a does not mean determining B from a alone, but may be determined from a and/or other information.
Fig. 1 is a flowchart illustrating an application packaging method according to an embodiment of the present invention.
As shown in fig. 1, the method for encapsulating an application program provided in the embodiment of the present invention specifically includes the following steps:
step 101, obtaining an original program file of a target application program to be packaged and a target object to be added by the target application program, wherein the target object comprises functions and/or parameters.
Wherein, the original program file is the program file of the application program which is not packaged; taking the Android system as an example, the original program file may be an APK file, the APK is an installation Package (Android Package), the APK file is substantially a file in a compressed Package format, and generally, the APK file is directly transferred to the Android system for execution and installation. Taking the iOS system as an example, the original program file may be an IPA file, i.e., an iPhone Application, which is also a file in a compact package format.
Optionally, a package service platform may be provided, and the user may upload the original program file online and select the target object.
The target object may be a function that is added to the target application; or a parameter, for setting a parameter of a certain function of the target application program as the parameter value; but also a function and its parameters.
Step 102, determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file.
And configuring an encapsulation configuration file for the target object according to the function or parameter value indicated in the target object so as to modify the function, configuration parameter and the like of the target application program according to the user requirement.
Specifically, according to the function indicated in the target object, generating a program library file corresponding to the function; a library file is an ordered collection of information for use with various standard programs, subroutines, files, and their directories.
And generating a configuration parameter file according to the parameters indicated in the target object so as to modify the parameters or the functional parameters of the target application program.
And 103, encapsulating the encapsulation configuration file and the original program file to obtain a target program file of the target application program.
And according to a preset packaging rule, packaging the packaging configuration file and the original program file to obtain a target program file of the target application program, wherein the target program file is a program file meeting the requirements of a user.
Optionally, the user may download the packaged target program file, install the target program file on the terminal, execute the program library file when the application program corresponding to the target program file is started, read the configuration parameter file from the program library file, initialize the execution environment, and execute the corresponding function according to the configuration parameter file.
In the embodiment of the invention, an original program file of a target application program to be packaged and a target object to be added to the target application program are obtained; determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file; and packaging the packaging configuration file and the original program file to obtain a target program file of the target application program, dynamically modifying the functions and configuration parameters of the application program according to the requirements of a user, wherein the modification process is simple to edit, and the universality is strong. The embodiment of the invention solves the problem that in the prior art, the configuration parameters cannot be dynamically modified according to the user requirements in the application program packaging process.
Optionally, in this embodiment of the present invention, the step of determining the encapsulation configuration file corresponding to the target object includes:
determining a preset library file corresponding to the target object, an
And generating a configuration parameter file according to the configuration parameters indicated in the target object.
The package configuration file comprises a program library file and a configuration parameter file, wherein the program library file is used for reading the configuration parameter file when the application program runs, initializing the execution environment and executing corresponding functions according to the configuration parameter file.
Specifically, the process of determining the package configuration file includes generating a library file corresponding to the function according to the function indicated in the target object, and generating a configuration parameter file according to the parameter indicated in the target object, so as to modify the parameter of the target application program.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating an application packaging method according to another embodiment of the present invention.
As shown in fig. 2, the method for encapsulating an application program provided in the embodiment of the present invention specifically includes the following steps:
step 201, obtaining an original program file of a target application program to be packaged and a target object to be added to the target application program, where the target object includes a function and/or a parameter.
Wherein, the original program file is the program file of the application program which is not packaged; taking the Android system as an example, the original program file may be an APK file, the APK is an installation Package (Android Package), the APK file is substantially a file in a compressed Package format, and generally, the APK file is directly transferred to the Android system for execution and installation. Taking the iOS system as an example, the original program file may be an IPA file, i.e., an iPhone Application, which is also a file in a compact package format.
Optionally, a package service platform may be provided, and the user may upload the original program file online and select the target object.
The target object may be a function that is added to the target application; or may be a parameter for setting a parameter of a certain function of the target application to the parameter value.
Step 202, determining a package configuration file corresponding to the target object, where the package configuration file at least includes a configuration parameter file and a library file.
And configuring an encapsulation configuration file for the target object according to the function or parameter value indicated in the target object so as to modify the function, configuration parameter and the like of the target application program according to the user requirement.
Specifically, according to the function indicated in the target object, generating a program library file corresponding to the function; a library file is an ordered collection of information for use with various standard programs, subroutines, files, and their directories. And generating a configuration parameter file according to the parameters indicated in the target object so as to modify the parameters of the target application program.
Step 203, performing encapsulation processing on the encapsulation configuration file and the original program file to obtain an encapsulated program file.
And the step of encapsulating the encapsulation configuration file and the original program file, specifically, encapsulating, namely hiding the attribute and implementation details of the first application program, only externally disclosing an interface, and controlling the process of reading and modifying access levels in the attribute.
And packaging the packaging configuration file into the original program file during packaging.
Step 204, acquiring the signature file of the target application program.
The signature file comprises a signature of the target application program, the signature is used for identifying a developer of the target application program, and the application program without the signature file cannot be installed by taking the android system as an example. The signature is mainly used for application program upgrading, application program modularization and code or data sharing, specifically, taking application program upgrading as an example, when the application program is upgraded, an operating system needs to check the signature, and only when the application program before and after upgrading is signed by the same certificate, the system can allow the application program after upgrading to be installed.
And step 205, performing signature processing on the packaged program file according to the signature file.
And signing the packaged program file according to the signature file of the target application program, wherein the signature is used for identifying the developer of the program.
And step 206, repackaging the program file after signature processing to obtain a target program file of the target application program.
And repacking the program file subjected to signature processing to obtain a new compressed package, namely the target program file.
Optionally, in the foregoing embodiment of the present invention, the method applied to a server, where the step of obtaining an original program file of a target application to be packaged and a target object to be added to the target application includes:
acquiring an original program file of a target application program uploaded by a user;
and providing an operation interface with operation objects displayed, and determining the target object according to the function and/or parameter selected by the user from the operation objects.
The server provides the packaging service of the application program for the user, and the user can upload the original program file of the target application program and select the operation object through the operation interface of the server.
The operation interface of the server can display various operation objects for a user, each operation object can correspond to one or more functions, and after the user selects the function, the user can further select the parameters of the function to dynamically modify the configuration parameters.
And selecting the operation object by the user, and taking the function and the parameter as target objects after determining the parameter of the function corresponding to the operation object.
Optionally, in the foregoing embodiment of the present invention, the step of obtaining the signature file of the target application includes:
acquiring a signature file of a target application program uploaded by a user;
or
And acquiring the signature file of the target application program selected by the user from the operation interface.
The user can upload the signature file by himself or select the signature file from the operation interface.
It should be noted that the signature file provided by the operation interface is a signature format preset by the server, and after the user fills in the developer identity, the signature file is generated according to the signature format and the developer identity.
In the above embodiment of the present invention, an original program file of a target application program to be packaged and a target object to be added to the target application program are obtained; determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file; and packaging the packaging configuration file and the original program file to obtain a target program file of the target application program, dynamically modifying the functions and configuration parameters of the application program according to the requirements of a user, and having simple modification process and strong universality.
With the application method provided in the embodiment of the present invention described above, an application device provided in the embodiment of the present invention will be described below with reference to the accompanying drawings.
Referring to fig. 3, an embodiment of the present invention provides an application program apparatus, where the apparatus includes:
an obtaining module 301, configured to obtain an original program file of a target application to be packaged and a target object to be added by the target application, where the target object includes a function and/or a parameter.
The original program file is the program file of the application program which is not packaged; taking the Android system as an example, the original program file may be an APK file, the APK is an installation Package (Android Package), the APK file is substantially a file in a compressed Package format, and generally, the APK file is directly transferred to the Android system for execution and installation. Taking the iOS system as an example, the original program file may be an IPA file, i.e., an iPhone Application, which is also a file in a compact package format.
Optionally, a package service platform may be provided, and the user may upload the original program file online and select the target object.
The target object may be a function that is added to the target application; or may be a parameter for setting a parameter of a certain function of the target application to the parameter value.
A determining module 302, configured to determine a package configuration file corresponding to the target object, where the package configuration file at least includes a configuration parameter file and a library file.
And configuring an encapsulation configuration file for the target object according to the function or parameter value indicated in the target object so as to modify the function, configuration parameter and the like of the target application program according to the user requirement.
Specifically, according to the function indicated in the target object, generating a program library file corresponding to the function; a library file is an ordered collection of information for use with various standard programs, subroutines, files, and their directories. And generating a configuration parameter file according to the parameters indicated in the target object so as to modify the parameters of the target application program.
The encapsulation module 303 is configured to encapsulate the encapsulation configuration file and the original program file to obtain an object program file of the object application program.
And according to a preset packaging rule, packaging the packaging configuration file and the original program file to obtain a target program file of the target application program, wherein the target program file is a program file meeting the requirements of a user.
Optionally, the user may download the packaged target program file, install the target program file on the terminal, execute the program library file when the application program corresponding to the target program file is started, read the configuration parameter file from the program library file, initialize the execution environment, and execute the corresponding function according to the configuration parameter file.
Optionally, in this embodiment of the present invention, the determining module 302 includes:
a determination submodule for determining a preset library file corresponding to the target object, an
And the generation submodule is used for generating a configuration parameter file according to the configuration parameters indicated in the target object.
The package configuration file comprises a program library file and a configuration parameter file, wherein the program library file is used for reading the configuration parameter file when the application program runs, initializing the execution environment and executing corresponding functions according to the configuration parameter file.
Specifically, the process of determining the package configuration file includes generating a library file corresponding to the function according to the function indicated in the target object, and generating a configuration parameter file according to the parameter indicated in the target object, so as to modify the parameter of the target application program.
Optionally, in an embodiment of the present invention, the encapsulation module 303 includes:
the packaging submodule is used for packaging the packaging configuration file and the original program file to obtain a packaged program file;
the acquisition submodule is used for acquiring the signature file of the target application program;
the signature submodule is used for carrying out signature processing on the packaged program file according to the signature file;
and the packaging submodule is used for repackaging the program file subjected to signature processing to obtain a target program file of the target application program.
The signature file comprises a signature of the target application program, and the signature is used for identifying a developer of the target application program, and the application program without the signature file cannot be installed by taking the android system as an example. The signature is mainly used for application program upgrading, application program modularization and code or data sharing, specifically, for example, when the application program is upgraded, the operating system needs to check the signature, and only when the application program before and after the upgrading is signed by the same certificate, the system allows the application program after the upgrading to be installed.
And the signature submodule signs the packaged program file according to the signature file of the target application program and is used for identifying a developer of the program. And the packaging submodule repacks the program file after signature processing to obtain a new compressed package, namely the target program file.
Optionally, in an embodiment of the present invention, the apparatus is applied to a server, and the obtaining module 301 includes:
the file acquisition submodule is used for acquiring an original program file of a target application program uploaded by a user;
and the target determining submodule is used for providing an operation interface on which operation objects are displayed and determining the target object according to the function and/or parameter selected by the user from the operation objects.
The server provides encapsulation service of the application program for the user, and the user can upload an original program file of the target application program and select an operation object through an operation interface of the server.
The operation interface of the server can display various operation objects for a user, each operation object can correspond to one or more functions, and after the user selects the function, the user can further select the parameters of the function to dynamically modify the configuration parameters.
The user selects an operation object, and after determining the parameters of the function corresponding to the operation object, the function and the parameters are used as target objects.
Optionally, in an embodiment of the present invention, the obtaining sub-module is configured to: acquiring a signature file of a target application program uploaded by a user;
or
And acquiring the signature file of the target application program selected by the user from the operation interface.
The user can upload the signature file by himself or select the signature file from the operation interface.
It should be noted that the signature file provided by the operation interface is a signature format preset by the server, and after the user fills in the developer identity, the signature file is generated according to the signature format and the developer identity.
In the above embodiment of the present invention, an obtaining module 301 obtains an original program file of a target application program to be packaged and a target object to be added to the target application program; the determining module 302 determines a package configuration file corresponding to the target object, where the package configuration file at least includes a configuration parameter file and a library file; the encapsulation module 303 encapsulates the encapsulation configuration file and the original program file to obtain a target program file of the target application program, so as to dynamically modify the functions and configuration parameters of the application program according to the requirements of a user, and the modification process is simple to edit and has strong universality.
Fig. 4 is a schematic structural diagram of an electronic device according to yet another embodiment of the present invention.
As shown in fig. 4, the electronic device may include: a processor (processor)410, a communication Interface 420, a memory (memory)430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 are communicated with each other via the communication bus 440. The processor 410 may call logic instructions in the memory 430 to perform the following method:
Acquiring an original program file of a target application program to be packaged and a target object to be added by the target application program, wherein the target object comprises functions and/or parameters;
determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file;
and packaging the packaging configuration file and the original program file to obtain a target program file of the target application program.
In addition, the logic instructions in the memory 430 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products.
In another embodiment of the present invention, a non-transitory computer-readable storage medium is provided, where a computer program is stored on the non-transitory computer-readable storage medium, and when the computer program is executed by a processor, the steps in the method provided in the foregoing embodiment of the present invention are implemented, and details of the implementation are not repeated.
Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment may be implemented by software plus a necessary general hardware platform, and may also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, and not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (7)

1. An application packaging method, the method comprising:
acquiring an original program file of a target application program to be packaged and a target object to be added by the target application program, wherein the target object comprises functions and parameters; wherein the target application program is uploaded by a user; the target object is determined according to various functions and parameters selected by a user from the operation objects; the operation object is an operation object displayed in an operation interface;
determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file;
Packaging the packaging configuration file and the original program file to obtain a packaged program file;
acquiring a signature file of a target application program uploaded by a user, or acquiring a signature file of a target application program selected by the user from the operation interface;
according to the signature file, carrying out signature processing on the packaged program file;
and repacking the program file subjected to signature processing to obtain a target program file of the target application program.
2. The method of claim 1, wherein the step of determining the packaging configuration file corresponding to the target object comprises:
determining a preset library file corresponding to the target object, an
And generating a configuration parameter file according to the configuration parameters indicated in the target object.
3. An application encapsulation apparatus, comprising:
the system comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring an original program file of a target application program to be packaged and a target object to be added by the target application program, and the target object comprises functions and parameters; wherein the target application program is uploaded by a user; the target object is determined according to various functions and parameters selected by a user from the operation objects; the operation object is an operation object displayed in an operation interface;
The determining module is used for determining a packaging configuration file corresponding to the target object, wherein the packaging configuration file at least comprises a configuration parameter file and a program library file;
the packaging module is used for packaging the packaging configuration file and the original program file to obtain a packaged program file; acquiring a signature file of a target application program uploaded by a user or acquiring a signature file of the target application program selected by the user from the operation interface; according to the signature file, carrying out signature processing on the packaged program file; and repacking the program file subjected to signature processing to obtain a target program file of the target application program.
4. The apparatus of claim 3, wherein the determining module comprises:
a determination submodule for determining a preset library file corresponding to the target object, an
And the generation submodule is used for generating a configuration parameter file according to the configuration parameters indicated in the target object.
5. The apparatus of claim 3, wherein the encapsulation module comprises:
the packaging submodule is used for packaging the packaging configuration file and the original program file to obtain a packaged program file;
The acquisition sub-module is used for acquiring the signature file of the target application program;
the signature submodule is used for carrying out signature processing on the packaged program file according to the signature file;
and the packaging submodule is used for repackaging the program file subjected to signature processing to obtain a target program file of the target application program.
6. An electronic device comprising a memory, a processor, a bus, and a computer program stored on the memory and executable on the processor, the processor implementing the steps in the application encapsulation method according to any one of claims 1 to 2 when executing the program.
7. A non-transitory computer-readable storage medium having stored thereon a computer program, characterized in that: the program when executed by a processor implementing the steps in the application encapsulation method of any of claims 1 to 2.
CN201811580319.0A 2018-12-24 2018-12-24 Application program packaging method and device Active CN109766123B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811580319.0A CN109766123B (en) 2018-12-24 2018-12-24 Application program packaging method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811580319.0A CN109766123B (en) 2018-12-24 2018-12-24 Application program packaging method and device

Publications (2)

Publication Number Publication Date
CN109766123A CN109766123A (en) 2019-05-17
CN109766123B true CN109766123B (en) 2022-06-10

Family

ID=66452072

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811580319.0A Active CN109766123B (en) 2018-12-24 2018-12-24 Application program packaging method and device

Country Status (1)

Country Link
CN (1) CN109766123B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110995768B (en) * 2019-12-31 2022-04-15 奇安信科技集团股份有限公司 Method, device and medium for constructing and generating firewall
CN111813460A (en) * 2020-06-01 2020-10-23 北京百卓网络技术有限公司 Access method, device, equipment and storage medium for application program matching file
CN111694586A (en) * 2020-06-05 2020-09-22 平安科技(深圳)有限公司 Program initialization method, program initialization device, terminal device, and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502715A (en) * 2016-09-19 2017-03-15 乐视控股(北京)有限公司 A kind of application program collocation method and device by all kinds of means
CN106843909A (en) * 2017-03-07 2017-06-13 东软集团股份有限公司 Support the channel packaging method and device of channel customization
CN108363578A (en) * 2018-01-29 2018-08-03 深圳前海有电物联科技有限公司 Application program packaging method, electronic device and computer storage media

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502715A (en) * 2016-09-19 2017-03-15 乐视控股(北京)有限公司 A kind of application program collocation method and device by all kinds of means
CN106843909A (en) * 2017-03-07 2017-06-13 东软集团股份有限公司 Support the channel packaging method and device of channel customization
CN108363578A (en) * 2018-01-29 2018-08-03 深圳前海有电物联科技有限公司 Application program packaging method, electronic device and computer storage media

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"U8SDK——打包工具的原理(整套框架的核心机制)";U8技术团队;《http://www.uustory.com/?p=1472》;20150301;1-6 *

Also Published As

Publication number Publication date
CN109766123A (en) 2019-05-17

Similar Documents

Publication Publication Date Title
CN106445583B (en) Page display method, equipment and system
CN109766123B (en) Application program packaging method and device
CN105302711B (en) Application restoration method and device and terminal
CN108279941B (en) Application program compression method and device
CN107239309B (en) Patch generation method and device, updating method, electronic device and storage medium
CN106713004B (en) Router adaptation method and system
CN110895471A (en) Installation package generation method, device, medium and electronic equipment
CN111651140B (en) Service method and device based on workflow
CN113885935A (en) Resource packaging method and device, electronic equipment and computer readable storage medium
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN108021445B (en) Memory optimization method, device and system and computer readable storage medium
CN113672224A (en) Method and device for generating small program page code and computer equipment
CN107273226B (en) Method and device for integrating components in android system and calling integrated components
CN108804120B (en) Page construction method, device, equipment and storage medium
CN112214250A (en) Application program assembly loading method and device
CN113138768B (en) Application package generation method and device, electronic equipment and readable storage medium
CN106775879B (en) VR application installation-free method and system based on android system client
CN112818270A (en) Data cross-domain transfer method and device and computer equipment
CN112631694B (en) API (application program interface) encapsulation calling method and system
CN107390966B (en) Method and device for updating application upgrading prompt information
CN114090070A (en) Application program installation package file processing method and electronic equipment
CN110502251B (en) Application installation method and device
CN112714148A (en) Interface configuration method, device, equipment and medium
CN113296781A (en) Application program installation package file compiling and constructing method and device and electronic equipment
CN110781493B (en) Processing method for running application program, terminal and server

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 332, 3 / F, Building 102, 28 xinjiekouwei street, Xicheng District, Beijing 100088

Applicant after: Qianxin Technology Group Co.,Ltd.

Address before: 100015 15, 17 floor 1701-26, 3 building, 10 Jiuxianqiao Road, Chaoyang District, Beijing.

Applicant before: BEIJING QIANXIN TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant