CN112988177B - Application installation package release method, application program operation method, server and terminal - Google Patents

Application installation package release method, application program operation method, server and terminal Download PDF

Info

Publication number
CN112988177B
CN112988177B CN202110409159.9A CN202110409159A CN112988177B CN 112988177 B CN112988177 B CN 112988177B CN 202110409159 A CN202110409159 A CN 202110409159A CN 112988177 B CN112988177 B CN 112988177B
Authority
CN
China
Prior art keywords
target
version
channel
configuration parameters
different
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
CN202110409159.9A
Other languages
Chinese (zh)
Other versions
CN112988177A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202110409159.9A priority Critical patent/CN112988177B/en
Publication of CN112988177A publication Critical patent/CN112988177A/en
Application granted granted Critical
Publication of CN112988177B publication Critical patent/CN112988177B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a method for releasing an application installation package and operating an application program, a server and a terminal, and relates to the technical field of software development. The method comprises the following steps: setting configuration parameters corresponding to each application version in a target running code based on version characteristics of the target application program in different application versions, wherein the dividing dimension of the different application versions at least comprises versions and channels, the target application programs of the different versions correspond to different application package names, and the target application programs of the different channels correspond to different downloading channels; constructing a target version installation package corresponding to a target application program based on target configuration parameters corresponding to each channel in a target running code under a target version; each target version installation package is published. The method can realize that one code generates a plurality of version installation packages of different versions, and different running codes are not required to be developed aiming at different versions and channels, so that the development efficiency of an application program is improved, and the release efficiency of the application program is further improved.

Description

Application installation package release method, application program operation method, server and terminal
Technical Field
The embodiment of the application relates to the technical field of software development, in particular to an application installation package publishing method, an application program running method, a server and a terminal.
Background
To accommodate the globalization trend, more and more products are gradually developed to internationalization, such as application programs, and to meet the demands of different users around the world for application programs, application programs are gradually becoming more internationalized.
For an application program needing internationalization, because of the difference between the operation rules and the operation main bodies in different areas, for example, the same application program can be required to use different package names when being on line in different areas, besides the difference in different areas, the same application program also has different download channels, and the different download channels can also require different application installation packages to be used, so that the same application program needs to develop a plurality of codes, and therefore, based on different codes, the application installation packages of different versions are generated to meet the requirements of users.
Obviously, in the generation process of the application installation package in the related technology, different codes are required to be developed for different application versions, and different application installation packages are generated, if the application versions and the downloading channels are more, the development and release efficiency of the application installation package is obviously lower.
Disclosure of Invention
The embodiment of the application provides a release method of an application installation package, an operation method of an application program, a server and a terminal, and can improve the development and release efficiency of the application installation package. The technical scheme is as follows:
according to one aspect of the present application, there is provided a method for publishing an application installation package, the method including:
setting configuration parameters corresponding to each application version in a target running code based on version characteristics of the target application program in different application versions, wherein the dividing dimension of the different application versions at least comprises versions and channels, the target application programs of the different versions correspond to different application package names, and the target application programs of the different channels correspond to different downloading channels;
constructing a target version installation package corresponding to the target application program based on target configuration parameters corresponding to each channel in the target running code under the target version;
and issuing each target version installation package.
According to another aspect of the present application, there is provided a method of operating an application program, the method comprising:
obtaining a target version installation package corresponding to a target application program, wherein the target version installation package is constructed by corresponding target configuration parameters of all channels under a target version in a target running code, and the target running code is provided with the configuration parameters corresponding to all application versions;
Acquiring target channel configuration parameters from the target version installation package based on target download channels corresponding to the target version installation package, wherein different download channels correspond to different channel configuration parameters;
and running the target application program based on the target channel configuration parameters.
According to another aspect of the present application, there is provided a publishing device of an application installation package, the device including:
the configuration module is used for setting configuration parameters corresponding to each application version in the target running code based on version characteristics of the target application program in different application versions, wherein the dividing dimension of the different application versions at least comprises versions and channels, the target application programs of the different versions correspond to different application package names, and the target application programs of the different channels correspond to different downloading channels;
the construction module is used for constructing a target version installation package corresponding to the target application program based on target configuration parameters corresponding to each channel in the target running code under the target version;
and the release module is used for releasing each target version installation package.
According to another aspect of the present application, there is provided an apparatus for running an application program, the apparatus including:
The first acquisition module is used for acquiring a target version installation package corresponding to a target application program, wherein the target version installation package is constructed by target configuration parameters corresponding to all channels under a target version in a target running code, and the configuration parameters corresponding to all application versions are arranged in the target running code;
the second acquisition module is used for acquiring target channel configuration parameters from the target version installation package based on the target downloading channel corresponding to the target version installation package, wherein different downloading channels correspond to different channel configuration parameters;
and the operation module is used for operating the target application program based on the target channel configuration parameters.
According to another aspect of the present application, there is provided a server including a processor and a memory, the memory storing at least one section of program, the at least one section of program being loaded and executed by the processor to implement the method of publishing an application installation package as described in the above aspect.
According to another aspect of the present application, there is provided a terminal including a processor and a memory, the memory storing at least one program, the at least one program being loaded and executed by the processor to implement the method of operating an application as described in the above aspect.
According to another aspect of the present application, there is provided a computer readable storage medium having stored therein at least one instruction, at least one program, a code set, or an instruction set, which is loaded and executed by a processor to implement the method of issuing an application installation package as described in the above aspect, or to implement the method of running an application as described in the above aspect.
According to another aspect of the present application, there is provided a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device performs the method of issuing the application installation package provided in the above-described alternative implementation, or performs the method of running the application program provided in the above-described alternative implementation.
The beneficial effects that technical scheme that this application embodiment provided include at least:
by analyzing version characteristics of the target application program in different application versions and setting configuration parameters corresponding to different application versions in the target running code, operation requirements of the target application program on different versions and channels are built in the same code, version installation packages required by different versions can be built by dynamically reading the configuration parameters required by each channel under different versions in the target running code, a plurality of version installation packages of different versions are generated by one code, each version installation package contains the configuration parameters of each channel under the version, and different running codes are not required to be developed for different versions and different channels, so that development efficiency of the application program is improved, and release efficiency of the application program is further improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 illustrates a schematic diagram of an implementation environment provided by one embodiment of the present application;
FIG. 2 illustrates a flowchart of a method for publishing an application installation package provided by an exemplary embodiment of the present application;
FIG. 3 is a schematic diagram of the types of application installation packages of a target application program in the prior art;
FIG. 4 illustrates a flowchart of a method for publishing an application installation package provided in another exemplary embodiment of the present application;
FIG. 5 illustrates a flowchart of a method for publishing an application installation package provided in another exemplary embodiment of the present application;
FIG. 6 illustrates a flowchart of a method for publishing an application installation package provided in another exemplary embodiment of the present application;
FIG. 7 illustrates a flowchart of a method of publishing an application installation package, as illustrated in another exemplary embodiment of the present application;
FIG. 8 illustrates a flowchart of a method of operating an application provided in one exemplary embodiment of the present application;
FIG. 9 illustrates a flowchart of a method of operating an application provided in another exemplary embodiment of the present application;
FIG. 10 illustrates a flowchart of a method of operating an application provided in another exemplary embodiment of the present application;
FIG. 11 illustrates a flowchart of a method of operating an application provided in another exemplary embodiment of the present application;
FIG. 12 is a block diagram of a publishing device of an application installation package provided in one exemplary embodiment of the present application;
FIG. 13 is a block diagram of an application running device according to an exemplary embodiment of the present application;
FIG. 14 illustrates a block diagram of a server provided by an exemplary embodiment of the present application;
fig. 15 is a block diagram illustrating a structure of a terminal according to an exemplary embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present application more apparent, the embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Referring to fig. 1, a schematic diagram of an implementation environment provided in one embodiment of the present application is shown. The implementation environment may include: a server 110 and at least one terminal 120.
The server 110 is a device for application development and application installation package distribution, and may be at least one of a server, a server cluster formed by a plurality of servers, a cloud computing platform, and a virtualization center. In this embodiment, an application developer builds a target running code corresponding to a target application program in the server 110, so that the server 110 can generate target version installation packages of different versions based on the target running code. Alternatively, the server 110 may directly issue the respective version installation packages to the respective terminals 120. Optionally, the server 110 may also issue the version installation package to a download platform corresponding to each download channel, so that each terminal 120 may download the version installation package through the download platform.
In this application, the server 110 is also connected to a blockchain system, and the server 110 stores the relevant running code of the target application in the blockchain system. In some alternative embodiments, the server 110 itself may also operate and store data as a node in a blockchain system.
The terminal 120 is connected to the server 110 through a wireless network or a wired network.
The terminal 120 is a device in which a target application is installed and run. The terminal 120 may be a smart phone, a tablet computer, an MP3 player (Moving Picture Experts Group Audio Layer III, dynamic image expert compression standard audio layer 3), an MP4 (Moving Picture Experts Group Audio Layer IV, dynamic image expert compression standard audio layer 4) player, a notebook computer or a desktop computer, etc., and the target application may be a game application, a social application, a shopping application, a video application, a music application, etc., and the type of the application is not limited in this embodiment. In this embodiment, the terminal 120 may download the version installation package corresponding to the target application program through the application management software.
Referring to fig. 2, a flowchart of a method for publishing an application installation package according to an exemplary embodiment of the present application is shown. Taking the server 110 shown in fig. 1 as an example for illustrating the execution subject of the method, the method includes:
step 201, setting configuration parameters corresponding to each application version in a target running code based on version characteristics of a target application program in different application versions, wherein the dividing dimension of the different application versions at least comprises a version and a channel.
The target application program is an application program with internationalization requirements, and because of the difference between the operation rules and the operation requirements of different regions or countries, the same target application program requires application installation packages with different package names (versions) when being on line in different regions or countries, meanwhile, different regions and countries also have different application distributors, a user generally needs to download and install the application installation packages through a corresponding release platform of the application distributor (channel), and different channels also correspondingly require different application installation packages, that is, the division dimension of different application versions in the target application program can comprise versions (corresponding to different regions) and channels (corresponding to different distributors). Schematically, as shown in fig. 3, it is a schematic diagram of the type of application installation package of the target application in the prior art. Wherein, the target application program can include in the version dimension: domestic version, international version, country a version, region a version, country B version, etc., and may include, for the channel dimension: channel a version, channel B version, channel C version, channel D version, etc.
The user can download the target application programs of different versions in the same equipment, wherein the target application programs of different versions correspond to different application package names; the target application programs of different channels correspond to different downloading channels, that is, the target application programs of the same version can be downloaded and installed in the user equipment through the different downloading channels.
Different from the related art, a complete code needs to be developed for different versions and different channels, so that different application installation packages are generated based on different codes, and if the versions and the channels are more, the development and release efficiency of an application program is obviously lower; in this embodiment, in order to improve the development efficiency and the release efficiency of the target application program, in one possible implementation manner, version characteristics of the target application program in different application versions are analyzed, and configuration parameters corresponding to the different application versions are set in the target running code, that is, requirements corresponding to the different versions and channels are all developed in the same code, and the configuration parameters required by the different versions and channels are dynamically read in the code, so that a required version installation package is generated, or different requirement logics are realized, so that the purpose that one code generates the installation package of the different versions is realized.
Step 202, constructing a target version installation package corresponding to a target application program based on target configuration parameters corresponding to each channel in a target running code under a target version.
In one possible implementation manner, since the target application programs of different versions correspond to different package names and trademarks (different operation subjects), and may also correspond to multiple download channels under different versions, in order to improve the release efficiency of the application installation package, when the application installation package is generated based on the target operation code, it is unnecessary to generate the application installation package corresponding to different channels under the same version, but only version installation packages corresponding to different versions are generated by combining different channel packages under the same version, that is, when the target version installation package corresponding to the target version is generated, the target configuration parameters corresponding to all channels under the target version are dynamically acquired in the target operation code, and then the target version installation package corresponding to the target version is constructed based on the target configuration parameters, that is, the target version installation package contains the configuration parameters required by different channels under the target version.
Step 203, each target version installation package is published.
In one possible implementation manner, after the server generates the target version installation package corresponding to each version, the target version installation package can be automatically issued to each application store platform; or when the server receives an installation package acquisition request sent by the application store platform, the server correspondingly issues version installation packages of all versions to the store platform.
Optionally, because the target version installation package includes configuration parameters corresponding to all channels under the target version, that is, version installation packages of the same target version in different application store platforms (channels) are the same, in order to realize channel differentiation requirements of different channels under the condition that the version installation packages are the same, in a possible implementation manner, after the terminal installs and downloads the version installation package, the corresponding channel configuration parameters can be dynamically obtained from the version installation package based on the download channels of the version installation package, and then the target application program is operated based on the channel configuration parameters, thereby realizing the channel differentiation requirements.
In summary, in the embodiment of the present application, by analyzing the version characteristics of the target application program in different application versions and setting the configuration parameters corresponding to different application versions in the target running code, so that the operating requirements of the target application program in different versions and channels are built in the same code, so that version installation packages required by different versions can be built by dynamically reading the configuration parameters required by each channel under different versions in the target running code, thereby realizing that one code generates multiple version installation packages of different versions, and each version installation package contains the configuration parameters of each channel under the version, so that development efficiency of the application program is improved, and release efficiency of the application program is further improved.
In this embodiment, because the different requirements of the target application program in different application versions are configured in the same target running code, the corresponding configuration parameters need to be dynamically obtained from the target running code based on the version and the channel information in the following process, so as to facilitate the dynamic reading process of the configuration parameters in the following code.
In an illustrative example, as shown in fig. 4, a flowchart of a method for publishing an application installation package according to another exemplary embodiment of the present application is shown. Taking the server 110 shown in fig. 1 as an example for illustrating the execution subject of the method, the method includes:
step 401, extracting version characteristics of the target application program in different versions and channel characteristics of the target application program in different channels.
In one possible implementation, in order to configure differentiated configuration parameters of the target application program in different application versions in the target running code, based on the dividing dimension (including version and channel) of the application version, the corresponding version characteristics of the target application program in different versions and the channel characteristics of the target application program in unused channels can be extracted first, so that the configuration parameters of each version and channel can be correspondingly configured in the target running code based on the channel characteristics and the version characteristics.
Illustratively, the version characteristics of the different versions may include: package name difference, operator difference (commodity difference), version difference operation requirements; channel characteristics for different channels may include: channel differentiated operation requirements, platform statistics reporting mechanisms (the channel provider may need to count the usage of the target application), etc.
Step 402, based on the version characteristics and the channel characteristics, channel configuration parameters corresponding to each channel under different versions are configured.
In one possible implementation manner, after extracting the version features corresponding to each version and the channel features corresponding to each channel, different configuration parameters can be correspondingly configured in the target running code based on the different version features and the different channel features, namely, the version configuration parameters are configured according to the version features, and the channel configuration parameters are configured based on the channel features.
Optionally, in the configuration process of the configuration parameters based on the version characteristics and the channel characteristics, since the same version may include a plurality of channels, corresponding channel configuration parameters corresponding to each channel in the version need to be configured, that is, the data structure of the configuration parameters is: version + channel configuration parameters.
Step 403, associating the version identifier corresponding to the version, the channel identifier corresponding to the channel and the channel configuration parameter in the target running code.
To facilitate that the corresponding configuration parameters may be subsequently read in the target run code based on the version information and the channel information, in one possible implementation, the version identification, the channel identification and the corresponding channel configuration parameter associations may be stored in the target run code.
Schematically, if the same version corresponds to a plurality of channels, in the target running code, the formed association relationship is: version a-channel configuration parameter a.
Step 404, obtaining a target version identifier corresponding to the target version.
Because the different versions of the differentiated configuration parameters in the target running code are all stored in association with the corresponding version identifiers, in a possible implementation manner, when the version installation package corresponding to the target version needs to be constructed, the target version identifier corresponding to the target version can be firstly obtained, so that the configuration parameters associated with the target version identifier can be dynamically read from the target running code based on the target version identifier.
Step 405, based on the target version identifier, obtaining target channel configuration parameters corresponding to each channel under the target version from the target running code.
Because the target version may further include multiple channels, in order to enable the subsequent implementation of the differentiated operation requirements on different channels based on the target version installation package, in a possible implementation manner, the target channel configuration parameters corresponding to the channels in the target version may be obtained from the target operation code based on the target version identifier, and then the target version installation package is constructed based on the target channel configuration parameters.
Step 406, constructing a target version installation package based on the target channel configuration parameters.
In one possible implementation manner, after the target channel configuration parameters corresponding to the target version are obtained, the differential configuration parameters (including version differential configuration and channel differential configuration) corresponding to the target version are also correspondingly obtained, and correspondingly, the target version installation package can be constructed based on the target channel configuration parameters.
Optionally, the target version installation package may further include configuration parameters common to different versions in addition to the differentiated configuration parameters, so that the target version installation package corresponding to the target version is constructed based on the common configuration parameters and the target channel configuration parameters.
Step 407, publishing each target version installation package.
The implementation of step 407 may refer to the above embodiment, and this embodiment is not described herein.
In this embodiment, when the target running code is constructed, the version and the channel identifier are associated with the corresponding configuration parameters in the target running code, so that when the target version installation package is generated later, the corresponding target channel configuration parameters can be obtained from the target running code based on the version identifier, and meanwhile, after the terminal downloads the corresponding version installation package, the corresponding channel configuration parameters can be obtained from the version installation package based on the channel identifier, thereby improving the convenience of dynamically obtaining the required configuration parameters in the code.
In another possible implementation manner, for the target application program of the same version, for example, the international version of different regions also has a differential feature, so when the configuration parameters corresponding to the target version are configured based on the version feature, the configuration parameters also need to be configured with corresponding region configuration parameters for different regions in the configuration parameters, so that the region configuration parameters corresponding to different regions can be dynamically acquired in the version installation package based on the region IP address.
On the basis of fig. 4, step 402 may be replaced with step 501, step 502, as shown in fig. 5.
In step 501, in response to the version feature indicating that the target version has different region requirements, region configuration parameters corresponding to each region are determined based on the region features of the target version on the different regions.
In order to avoid the situation that the target version has regional differentiation requirements and the corresponding regional installation packages are required to be generated for different regions respectively, the release efficiency of the installation packages is low, in one possible implementation manner, the regional configuration parameters corresponding to the regions are configured respectively based on the regional characteristics of the target version on the different regions, and then the regional configuration parameters and the regional configuration parameters are stored in the channel configuration parameters corresponding to the channels under the target version in an associated manner, so that the regional configuration parameters corresponding to the regions can be dynamically acquired in the version installation packages later.
Step 502, the region IP address and the region configuration parameter corresponding to each region are associated and configured in the channel configuration parameters corresponding to each channel under the target version.
In order to facilitate the subsequent terminal to dynamically acquire the corresponding regional configuration parameters from the version installation package based on the region where the user is located after installing the target version installation package corresponding to the target version, in one possible implementation manner, when the regional configuration parameters are configured in the target running code, the regional internet protocol (Internet Protocol, IP) address corresponding to the region and the regional configuration parameters are associated and configured; moreover, since the target version may correspond to a plurality of channels, the regional IP address and the regional configuration parameters need to be configured in the channel configuration parameters corresponding to each channel under the target version, that is, the parameter storage structure in the target configuration parameters corresponding to the target version is: target version-channel-region configuration parameters.
Illustratively, taking a game application program as an example, in an international version of the game application program, different international organizations and regions have different regional requirements, for example, a special event requirement of a region a and a special data protection regulation (General Data Protection Regulations, GDPR) requirement of a region B, in order that an application installation package running the international version can implement requirement logic of different regions, when channel configuration parameters corresponding to various channels under the international version are configured, the region IP address and the region configuration parameters are configured in an associated manner, that is, the channel configuration parameters are further configured: the area IP address + the area configuration parameter A, B area IP address + the area configuration parameter B, etc., so that in the game running process, based on the obtained current user IP, the area to which the current user IP belongs is judged, and further, according to the area to which the current user IP belongs, the area configuration parameter corresponding to the area is read, and the demand logic of different areas is realized.
In this embodiment, by associating the configuration area IP address and the area configuration parameter in the target channel configuration parameter, the generated target version installation package may include differentiated configuration parameters of different areas, and further in the running process of the application program, the area configuration parameter corresponding to the area to which the user IP address belongs may be dynamically read from the target version installation package through the obtained user IP address, thereby implementing the differentiated area running requirement.
In another possible application scenario, some target versions have access area limitation requirements, that is, for a target application program that downloads and installs the target version, access to a specified target area is not allowed, and in order to implement the access area limitation requirements, in one possible implementation, a special SDK may be set for the target version, through which the requirement that the target version cannot access the specified target area is implemented.
On the basis of fig. 4, step 402 may be replaced with step 601, step 602, as shown in fig. 6.
In step 601, in response to the version feature indicating that the target version has an access area restriction requirement, determining a target SDK based on the access area restriction requirement, the target SDK being used to restrict access of the target application to the target restriction area.
If the target version has access area limitation requirements, that is, the target application program of the target version does not allow access to the IP of the target area, or the target application program of the target version cannot be used in the target area (because the target application program generally needs to be used in a networking manner), in order to implement the access area limitation requirements, in one possible implementation manner, software development kits (Software Development Kit, SDKs) of different versions can be constructed based on the access area limitation requirements, that is, the target SDK is constructed for the target version, and the target SDK is different from other SDK versions without access area limitation requirements, and is configured in channel configuration parameters corresponding to the target version, so that in the application running process, the target application program can be limited to access the target limitation area by running the target SDK.
Optionally, for different target limiting areas, different SDKs can be correspondingly constructed, so that the limiting access requirements of different target areas are realized.
Step 602, configuring the target SDK in channel configuration parameters corresponding to each channel under the target version.
In order to enable the target SDK to be contained in the version installation package of the target version downloaded from each channel subsequently so as to meet the access area limitation requirement of the target version, in a possible implementation manner, the target SDK is configured in channel configuration parameters corresponding to each channel under the target version, so that the channel configuration parameters acquired subsequently based on the target version identification contain the target SDK.
In this embodiment, a special SDK is configured in each channel configuration parameter corresponding to the target version, so that in the running process of the application program, the requirement that the target version application program cannot access the target limiting area can be achieved based on the special SDK.
In another possible application scenario, there is an operation time limitation requirement for some versions, that is, the application program of the target version may be shelved in each channel store in a specific time period, or the application program of the target version may be shelved in each channel store in a specific time period, in order to achieve the requirement of the target version for the target version to be shelved, in one possible implementation, an operation time related configuration parameter may be configured for the target version so as to control the target version application program to be shelved based on the configuration parameter.
In one illustrative example, step 402 may also be replaced with the following steps:
1. in response to the version characteristic indicating that the target version has an operation time limit requirement, a target operation time period is determined based on the operation time limit requirement.
In a possible implementation manner, when the extracted version characteristic indicates that the target version has an operation time limitation requirement, the target operation time period may be determined based on the operation time limitation requirement, that is, the operable time of the target version is determined, so that the target operation time period may be configured in the target configuration parameter corresponding to the target version.
2. And configuring the target operation time period in channel configuration parameters corresponding to each channel under the target version.
When the target operation time period is determined based on the operation time limit requirement corresponding to the target version, the target operation time period can be configured in channel configuration parameters corresponding to all channels under the target version, namely, the target operation time period is associated with the target version identifier and channel identifiers corresponding to all channels under the target version. Correspondingly, when a target version installation package is generated based on channel configuration parameters corresponding to all channels under a target version, the target version installation package comprises the target operation time period, and when the target application program is operated based on the target version installation package, whether the target application program can be normally operated or not can be determined based on the target operation time period.
Optionally, some target versions may also have age limiting requirements, for example, some regions may not allow minors to use the target application, and in order to achieve the target version's underage protection requirements, in one possible implementation, configuration parameters related to the age of the target version may be configured for limiting the age of the user using the target version application.
In another illustrative example, step 402 may also be replaced with the following steps:
3. in response to the version characteristic indicating that the target version has a usage age restriction requirement, a target usage age range is determined based on the usage age restriction requirement.
In one possible implementation, when the extracted version feature indicates that the target version has a usage age limitation requirement, the target usage age range may be determined based on the usage age limitation requirement, that is, if the target user is located outside the target usage age range, the target application program cannot be used, so that the target usage age range may be configured in the target configuration parameters corresponding to the target version.
4. And configuring the target age range in channel configuration parameters corresponding to each channel under the target version.
In order to achieve the usage age limit requirement by using the target version installation packages acquired from different download channels, in a possible implementation manner, the parameter of the target usage age range is configured in channel configuration parameters corresponding to all channels under the target version, namely, the target usage age range is stored in association with the target version identifier and channel identifiers corresponding to all channels under the target version. Correspondingly, when a target version installation package is generated based on channel configuration parameters corresponding to all channels under a target version, the target version installation package comprises the target age range, and when a target application program is operated based on the target version installation package, whether a current user (a user account currently logging in the target application program) can continuously use the target application program or not can be determined based on the target age range.
In this embodiment, a target operation time period is configured in a target configuration parameter corresponding to a target version, so as to control the time for loading and unloading a target application program, thereby meeting the operation time limitation requirement of the target version; in addition, the target age range is configured in the target configuration parameters corresponding to the target version, so that the age control of the target application program is realized, and the age limiting requirement of the target version is met.
Referring to fig. 7, a flowchart of a method for publishing an application installation package according to another exemplary embodiment of the present application is shown. The method comprises the following steps:
step 701, refining the differentiated requirements.
Before the target running code is constructed, the differentiated requirements (version characteristics and channel characteristics) of the target application program in different application versions are firstly extracted, so that different configuration parameters are configured in the target running code aiming at different characteristics.
Step 702, for different version requirements, the code, version, developer remain consistent.
In this embodiment, a complete running code is not required to be developed for different versions and channels, but different requirements of different versions and channels are developed in a running code, and corresponding developers do not need to manage separately.
In step 703, the release flow is modified and the version and channel information are input during construction.
In this embodiment, in the process of constructing the target running code, configuration parameters of different application versions need to be configured in the target running code, so that the required configuration parameters can be dynamically acquired in the code later, application installation packages of different versions are generated, and correspondingly, in order to distinguish the different versions and different configuration parameters of channels in the target running code, in the process of constructing, version and channel information and corresponding configuration parameters are associated and written into the target running code.
Step 704, developing different version requirements, and dynamically acquiring version and channel information in the code.
When application installation packages of different versions are required to be generated, corresponding target configuration parameters can be dynamically obtained from the target running codes based on the versions and channel information, and then the version installation packages are built based on the target configuration parameters.
Step 705, special requirements of the special version, special processing.
In this embodiment, for some special requirements in different versions, different configuration is performed in configuration parameters, and illustratively, for regional differentiation requirements of different regions under a global version, the regional differentiation requirements can be implemented through ip+ configuration, that is, the current user IP is obtained, which region is determined according to the IP, and then the corresponding operation configuration is read according to the regional IP; the differentiated requirements of the country A and the country B under the state AB version can also be realized through IP+ configuration, namely, the current user IP is obtained, and then the country to which the current user IP belongs is judged according to the current user IP, and the corresponding operation configuration is dynamically obtained in the code; for the channel differentiation requirements of different channel versions under the same version, the channel identification and configuration are configured in the code, namely, the downloading channel of the version installation package is acquired in the running process, and the corresponding channel configuration parameters are acquired based on the channel identification corresponding to the downloading channel; the limited access requirement of the region A version to the target region is realized through IP+SDK+configuration, and the limited access to the target region is realized through a special SDK in the operation process; the use age limit requirement of the national version C is realized through age configuration; for the special time off-shelf requirement of the national version D, the implementation is realized through time configuration.
In step 706, the different versions use the same build release flow to generate different version installation packages.
In this embodiment, based on the same target running code, the required configuration parameters can be obtained from the target running code based on the version and channel information, so as to generate version installation packages of different versions, wherein the version installation packages comprise differentiated configuration parameters of all channels under the version, and illustratively, version installation packages of all versions such as a global version, a domestic version, a national AB version, a regional version, a national C version, a national D version and the like can be generated, the domestic version comprises channel differentiated configuration parameters corresponding to all channels, and the global version comprises region differentiated configuration parameters corresponding to all regions in the world besides channel differentiated configuration parameters corresponding to all channels; the country AB version contains the differentiated configuration parameters corresponding to the country A and the country B, and the like.
In the above embodiment, the release process of the version application program is described, because the version application program merges channel characteristics of different channels under the version, that is, the installation packages of the same version downloaded by users from different channels are the same, and different channel merchants require different channel differentiated operation requirements in the actual running process of the application program, in a possible implementation manner, in the running process of the target application program based on the version installation package, the downloading channels based on the version installation package are also required, the specific channel configuration parameters corresponding to the downloading channels are obtained from the version installation package, and then the requirement logic of different downloading channels is realized based on the specific channel configuration parameters.
Referring to fig. 8, a flowchart of an operation method of an application program according to an exemplary embodiment of the present application is shown. Taking the terminal 120 shown in fig. 1 as an example for the execution body of the method, the method includes:
step 801, a target version installation package corresponding to a target application program is obtained, wherein the target version installation package is constructed by corresponding target configuration parameters of all channels under a target version in a target running code, and the configuration parameters corresponding to all application versions are set in the target running code.
The generating and publishing process of the target version installation package may refer to the above embodiments, and this embodiment is not described herein.
In one possible implementation, after the server generates the version installation packages of different versions, each version installation package is published to different channels (in different application store platforms), and the user can select any download channel to download and install the target version installation package.
Alternatively, the user may download and install version installation packages of different versions in the same terminal.
Step 802, acquiring target channel configuration parameters from the target version installation package based on the target download channels corresponding to the target version installation package, wherein different download channels correspond to different channel configuration parameters.
The target downloading channel is a downloading platform of the target version installation package.
Because the target version installation package contains the configuration parameters corresponding to each channel under the target version, and the channel differentiation requirement exists in the actual operation process of the target application program, in order to make the operation logic of the target application program consistent with the downloading channel thereof, in a possible implementation manner, the terminal acquires the target downloading channel corresponding to the target version installation package, and dynamically acquires the target channel configuration parameters corresponding to the target downloading channel from the target version installation package, so that the target application program can be operated based on the target channel configuration parameters, and the channel differentiation operation requirement can be realized.
Step 803, running the target application based on the target channel configuration parameters.
In one possible implementation, the target channel configuration parameter is a channel configuration parameter of the download channel different from other download channels, and when the target application program is run, the target channel configuration parameter may be used for running the differentiated requirement, and the common requirement of each channel under the target version may be used for running the target version based on the common configuration parameter corresponding to the target version.
In summary, in the embodiment of the present application, since the configuration parameters of all channels under the version are configured in the version installation package, in the process of running the target application program based on the version installation package, the terminal may dynamically obtain the corresponding channel configuration parameters from the version installation package based on the download channel, so as to implement the differentiated operation requirements of different channels based on the channel configuration parameters, thereby avoiding the generation and the release of the special channel installation package, and further improving the construction efficiency and the release efficiency of the application installation package.
Because the version identifier and the channel identifier are introduced in the process of constructing the target running code and the association relation of the version identifier, the channel identifier and the corresponding channel configuration parameters is configured, correspondingly, the target channel configuration parameters can be dynamically searched from the target version installation package based on the channel identifier in the process of running the version installation package, so that the efficiency of dynamically acquiring the configuration parameters is improved.
On the basis of fig. 8, as shown in fig. 9, step 802 may include step 802A and step 802B.
Step 802A, obtaining a target channel identifier corresponding to a target downloading channel.
Because the channel configuration parameters in the target version installation package are stored in association with the corresponding channel identifiers, correspondingly, the target channel identifiers corresponding to the target downloading channels are required to be acquired in the running process of the application program, and further the corresponding target channel configuration parameters are acquired from the target version installation package based on the target channel identifiers.
Alternatively, the target channel identifier may be a channel name corresponding to the target downloading channel, or an identifier that uniquely identifies the target downloading channel, which is not limited in this embodiment.
Optionally, channel identifiers of all downloading channels used by the terminal party and the version installation package publisher are required to be unified in advance, so that the situation that channel identifiers used by the same downloading channel in the terminal party and the version installation package publisher are different is avoided, and further the dynamic acquisition process of channel configuration parameters in the application operation process is influenced.
Step 802B, based on the target channel identifier, searching the target channel configuration parameters corresponding to the target downloading channel from the target version installation package.
After the target channel identifier is obtained, the terminal can search the target channel configuration parameters corresponding to the target downloading channel from the target version installation package by taking the target channel identifier as a key, so that the value corresponding to the key is obtained, and then the target application program is operated based on the target channel configuration parameters, so that the channel differentiated operation requirements of different downloading channels are realized.
In this embodiment, since the channel configuration parameters in the version installation package are stored in association with the channel identifiers, and correspondingly, in the running process of the application program, the target channel identifiers corresponding to the target downloading channels need to be obtained, so that the required target channel configuration parameters are dynamically searched in the version installation package based on the target channel identifiers, thereby improving the convenience of searching the target channel configuration parameters.
In a possible application scenario, some target versions have different area requirements, namely, different areas and corresponding area configuration parameters are configured in the target version installation package, in order to realize the area differentiation requirements, in the running process of an application program, the logic requirements of different areas under the target version can be realized by judging whether the area corresponding to the current area IP address has the area configuration parameters or not and reading and running the area configuration parameters when the area configuration parameters are provided.
On the basis of fig. 8, as shown in fig. 10, step 803 may be replaced with steps 1001 to 1003.
Step 1001, obtaining the current area IP address.
In one possible implementation manner, the terminal may obtain the current area IP address, that is, the internet protocol address corresponding to the network on which the current terminal is connected, and further determine whether to run the specific area configuration parameter based on the current area IP address.
Step 1002, based on the current area IP address, obtaining a target area configuration parameter corresponding to the current area IP address from the target channel configuration parameters.
As can be seen from the above embodiments, in the channel configuration parameters, the association relationship between the area IP address and the area configuration parameters is configured, and when the terminal obtains the current area IP address, the terminal searches in the target version installation package based on the current area IP address, if the target area IP address matching with the current area IP is found, the corresponding target area configuration parameters corresponding to the target area IP address are obtained, and the target application program is run based on the target area configuration parameters, so as to realize different area requirements.
Optionally, if the matching target area IP address is not found based on the current area IP address, it indicates that the current area does not have a special area requirement, and only the target application program needs to be run according to the target channel configuration parameters.
In step 1003, the target application is run based on the target area configuration parameters.
In one possible implementation manner, after the target area configuration parameter is obtained, the target application program can be run based on the target area configuration parameter, and different area configuration parameters are run through different areas, so as to realize the area differentiated operation requirements of different areas under the target version.
In this embodiment, by determining whether the current area IP address has the target area configuration parameter, and running the target application program based on the target area configuration parameter when the current area IP address has the target area configuration parameter, the area requirements of different areas under the target version are realized.
In another possible application scenario, some target versions have access area limitation requirements, that is, for downloading and installing the target application program of the target version, access to the target area is not allowed, and in order to achieve the access area limitation requirements, a special SDK is configured in a version installation package corresponding to the target version, and in corresponding to the time of running the target application program, the target SDK needs to be run to achieve the access area limitation requirements.
On the basis of fig. 8, step 803 may be replaced with step 1101 as shown in fig. 11.
In step 1101, by running the target SDK included in the target channel configuration parameter, access to the target area is prohibited during running of the target application, and the target area is a restricted access area indicated by the access area restriction requirement.
In one possible implementation manner, if the target version has an access area limitation requirement, the version installation package corresponding to the version includes a target SDK, and in the process of running the target application program, the target SDK needs to be run to prohibit the target application program from accessing the target area IP.
In another possible application scenario, some versions have an operation time limitation requirement, that is, in a specific time period, the application program of the target version may be shelved in each channel store, or in a specific time period, the application program of the target version may be shelved in each channel store, and in order to achieve the requirement of controlling the target version to be shelved, the version installation package of the target version is configured with the target operation time period, so that during the operation of the application program, the target version application program can be controlled to be shelved based on the operation time related parameters.
In an illustrative example, step 803 may also be replaced with the following steps:
1. and acquiring the current time and a target operation time period contained in the target channel configuration parameters.
Because the target version has the operation time limit requirement, and the target operation time period is configured in the corresponding target channel configuration parameter, in the process of operating the target application program, whether the target application program can be normally operated needs to be determined based on the relation between the current time and the target operation time period.
2. And running the target application program in response to the current time being within the target operation time period.
In one possible implementation, if the current time is within the target operation time period, which indicates that the current time period is a normal operation time period, the target application program may be normally operated based on the target version installation package. Illustratively, if the target operating time period is 2021-06-02 to 2022-06-02 and the current time period is 2021-06-14, the target application may be normally operated based on the target channel configuration parameters during the target operating time period.
3. And stopping running the target application program in response to the current time being outside the target operation time period.
In one possible implementation, if the current time is outside the target operating time period, it indicates that the target application of the current target version is in an off-shelf state, and the target application cannot be run. Illustratively, if the target operating period is 2021-06-02 to 2022-06-02 and the current period is 2021-04-14, the target application is not running within the target operating period, and the target version of the application is shelved from the respective channel stores.
Optionally, some target versions further have age limiting requirements, for example, some regions do not allow minors to use the target application, and in order to achieve the underage protection requirements of the target version, a target age range is configured in the target version installation package so as to limit the age of a user using the target version application.
In another illustrative example, step 803 may also be replaced with the following steps:
4. and acquiring the current user age indicated by the current user account and the target age range contained in the target channel configuration parameters, wherein the current user account is the account of the current login target application program.
In a possible implementation manner, the target usage age range is configured in the target channel configuration parameter, and account information of a current user account logging in the target application program can be acquired correspondingly in the running process, the current user age is acquired from the account information, and then the relationship between the current user age and the target usage age range is compared to determine whether the current user can use the target application program.
5. And running the target application program in response to the current user age being within the target age range.
In one possible implementation, if the current user age is within the target age range, it indicates that the current user may use the target application, and then the target application is run based on the target channel configuration parameters.
6. And stopping running the target application program in response to the current user age being outside the target age range.
Optionally, if the current user age is outside the target age range, it indicates that the current login user does not meet the requirement of the use object of the target application program, and correspondingly, the running of the target application program is stopped.
In this embodiment, a special SDK is configured in each channel configuration parameter corresponding to the target version, so that in the running process of the application program, the requirement that the application program of the target version cannot access the target limiting area can be realized based on the special SDK; in addition, a target operation time period is configured in a target configuration parameter corresponding to the target version so as to realize the time control of the loading and unloading of the target application program, thereby meeting the operation time limit requirement of the target version; in addition, the target age range is configured in the target configuration parameters corresponding to the target version, so that the age control of the target application program is realized, and the age limiting requirement of the target version is met.
The following are device embodiments of the present application, reference being made to the above-described method embodiments for details of the device embodiments that are not described in detail.
Fig. 12 is a block diagram of a configuration of a publishing device of an application installation package according to an exemplary embodiment of the present application. The device comprises:
the configuration module 1201 is configured to set configuration parameters corresponding to each application version in a target running code based on version characteristics of a target application program in different application versions, where dividing dimensions of different application versions at least include versions and channels, the target application programs of different versions correspond to different application package names, and the target application programs of different channels correspond to different download channels;
a building module 1202, configured to build a target version installation package corresponding to the target application program based on target configuration parameters corresponding to each channel in the target running code under the target version;
and the publishing module 1203 is used for publishing each target version installation package.
Optionally, the configuration module 1201 includes:
the extraction unit is used for extracting version characteristics of the target application program in different versions and channel characteristics of the target application program in different channels;
The configuration unit is used for configuring channel configuration parameters corresponding to each channel under different versions based on the version characteristics and the channel characteristics;
and the association unit is used for associating the version identifier corresponding to the version, the channel identifier corresponding to the channel and the channel configuration parameter in the target running code.
Optionally, the constructing module 1202 includes:
the first acquisition unit is used for acquiring a target version identifier corresponding to the target version;
the second acquisition unit is used for acquiring target channel configuration parameters corresponding to each channel under the target version from the target running code based on the target version identifier;
and the construction unit is used for constructing the target version installation package based on the target channel configuration parameters.
Optionally, the configuration unit is further configured to:
determining region configuration parameters corresponding to each region based on region characteristics of the target version on different regions in response to the version characteristics indicating that different region requirements exist for the target version;
and associating and configuring the region IP address corresponding to each region and the region configuration parameter in the channel configuration parameter corresponding to each channel under the target version.
Optionally, the configuration unit is further configured to:
determining a target SDK based on the access region limitation requirement in response to the version characteristic indicating that the target version has the access region limitation requirement, wherein the target SDK is used for limiting the target application program to access a target limitation region;
and configuring the target SDK in the channel configuration parameters corresponding to each channel under the target version.
Optionally, the configuration unit is further configured to:
determining a target operating time period based on the operating time limit requirement in response to the version characteristic indicating that the target version has an operating time limit requirement;
and configuring the target operation time period in the channel configuration parameters corresponding to each channel under the target version.
Optionally, the configuration unit is further configured to:
determining a target age range based on the age limiting requirement in response to the version characteristic indicating that the target version has an age limiting requirement;
and configuring the target age range in the channel configuration parameters corresponding to each channel under the target version.
In summary, in the embodiment of the present application, by analyzing the version characteristics of the target application program in different application versions and setting the configuration parameters corresponding to different application versions in the target running code, so that the operating requirements of the target application program in different versions and channels are built in the same code, so that version installation packages required by different versions can be built by dynamically reading the configuration parameters required by each channel under different versions in the target running code, thereby realizing that one code generates multiple version installation packages of different versions, and each version installation package contains the configuration parameters of each channel under the version, so that development efficiency of the application program is improved, and release efficiency of the application program is further improved.
Fig. 13 is a block diagram of an operating apparatus of an application provided in an exemplary embodiment of the present application.
The device comprises:
the first obtaining module 1301 is configured to obtain a target version installation package corresponding to a target application program, where the target version installation package is obtained by constructing target configuration parameters corresponding to each channel in a target running code under a target version, and the target running code is provided with configuration parameters corresponding to each application version;
a second obtaining module 1302, configured to obtain, based on a target download channel corresponding to the target version installation package, a target channel configuration parameter from the target version installation package, where different download channels correspond to different channel configuration parameters;
and the operation module 1303 is configured to operate the target application program based on the target channel configuration parameter.
Optionally, the second obtaining module 1302 includes:
a third obtaining unit, configured to obtain a target channel identifier corresponding to the target downloading channel;
and the searching unit is used for searching the target channel configuration parameters corresponding to the target downloading channel from the target version installation package based on the target channel identifier.
Optionally, the target version has different area requirements;
the running module 1303 includes:
a fourth obtaining unit, configured to obtain an IP address of a current area;
a fifth obtaining unit, configured to obtain, based on the current area IP address, a target area configuration parameter corresponding to the current area IP address from the target channel configuration parameters;
and the first operation unit is used for operating the target application program based on the target area configuration parameters.
Optionally, the target version has an access area limitation requirement;
the running module 1303 includes:
and the second operation unit is used for prohibiting access to a target area in the process of operating the target application program by operating the target SDK contained in the target channel configuration parameter, wherein the target area is a restricted access area indicated by the access area restriction requirement.
Optionally, the target version has an operation time limitation requirement;
the running module 1303 includes:
a sixth obtaining unit, configured to obtain a current time and a target operation time period included in the target channel configuration parameter;
a third running unit, configured to run the target application program in response to the current time being within the target operation time period;
And the fourth operation unit is used for stopping operating the target application program in response to the current time being outside the target operation time period.
Optionally, the target version has a usage age restriction requirement;
the running module 1303 includes:
a seventh obtaining unit, configured to obtain a current user age indicated by a current user account, and a target age range included in the target channel configuration parameter, where the current user account is an account currently logged in the target application program;
a fifth running unit for running the target application program in response to the current user age being within the target age range;
and the sixth running unit is used for stopping running the target application program in response to the current user age being outside the target use age range.
In summary, in the embodiment of the present application, since the configuration parameters of all channels under the version are configured in the version installation package, in the process of running the target application program based on the version installation package, the terminal may dynamically obtain the corresponding channel configuration parameters from the version installation package based on the download channel, so as to implement the differentiated operation requirements of different channels based on the channel configuration parameters, thereby avoiding the generation and the release of the special channel installation package, and further improving the construction efficiency and the release efficiency of the application installation package.
Referring to fig. 14, a block diagram of a server according to an exemplary embodiment of the present application is shown. The server may be used to implement the method of publishing the application installation package provided in the above embodiment. Specifically, the present invention relates to a method for manufacturing a semiconductor device.
The server 1400 includes a central processing unit (Central Processing Unit, CPU) 1401, a system Memory 1404 including a random access Memory (Random Access Memory, RAM) 1402 and a Read-Only Memory (ROM) 1403, and a system bus 1405 connecting the system Memory 1404 and the central processing unit 1401. The server 1400 also includes a basic Input/Output system (I/O) 1406 that facilitates the transfer of information between various devices within the server, and a mass storage device 1407 for storing an operating system 1413, application programs 1414, and other program modules 1415.
The basic input/output system 1406 includes a display 1408 for displaying information and an input device 1409, such as a mouse, keyboard, etc., for a user to input information. Wherein the display 1408 and the input device 1409 are connected to the central processing unit 1401 via an input output controller 1410 connected to the system bus 1405. The basic input/output system 1406 may also include an input/output controller 1410 for receiving and processing input from a number of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, the input output controller 1410 also provides output to a display screen, a printer, or other type of output device.
The mass storage device 1407 is connected to the central processing unit 1401 through a mass storage controller (not shown) connected to the system bus 1405. The mass storage device 1407 and its associated computer-readable storage media provide non-volatile storage for the server 1400. That is, the mass storage device 1407 may include a computer readable storage medium (not shown) such as a hard disk or a compact disk-Only (CD-ROM) drive.
The computer-readable storage medium may include computer storage media and communication media without loss of generality. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable storage instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, erasable programmable read-Only register (Erasable Programmable Read Only Memory, EPROM), electrically erasable programmable read-Only Memory (EEPROM), flash Memory or other solid state Memory technology, CD-ROM, digital versatile disks (Digital Versatile Disc, DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices. Of course, those skilled in the art will recognize that the computer storage medium is not limited to the one described above. The system memory 1404 and mass storage device 1407 described above may be collectively referred to as memory.
The memory stores one or more programs configured to be executed by the one or more central processing units 1401, the one or more programs containing instructions for implementing the above-described method embodiments, and the central processing unit 1401 executing the one or more programs implementing the method of issuing the application installation package provided by the above-described respective method embodiments.
According to various embodiments of the present application, the server 1400 may also operate through a network, such as the Internet, to a remote server on the network. I.e., server 1400, may be connected to the network 1412 through a network interface unit 1411 coupled to the system bus 1405, or other types of networks or remote server systems (not shown) may be coupled using the network interface unit 1411.
The memory also includes one or more programs stored in the memory, the one or more programs including steps for performing the server in the methods provided by the embodiments of the present application.
Fig. 15 shows a block diagram of a terminal 1500 according to an exemplary embodiment of the present application. The terminal 1500 may be: a smart phone, a tablet computer, an MP3 player (Moving Picture Experts Group Audio Layer III, motion picture expert compression standard audio plane 3), an MP4 (Moving Picture Experts Group Audio Layer IV, motion picture expert compression standard audio plane 4) player, a notebook computer, or a desktop computer. Terminal 1500 may also be referred to as a user device, portable terminal, laptop terminal, desktop terminal, and the like.
In general, the terminal 1500 includes: a processor 1501 and a memory 1502.
The processor 1501 may include one or more processing cores, such as a 4-core processor, an 8-core processor, or the like. The processor 1501 may be implemented in at least one hardware form of DSP (Digital Signal Processing ), FPGA (Field-Programmable Gate Array, field programmable gate array), PLA (Programmable Logic Array ). The processor 1501 may also include a main processor, which is a processor for processing data in an awake state, also called a CPU (Central Processing Unit ), and a coprocessor; a coprocessor is a low-power processor for processing data in a standby state. In some embodiments, the processor 1501 may be integrated with a GPU (Graphics Processing Unit, image processor) for rendering and rendering of content required to be displayed by the display screen. In some embodiments, the processor 1501 may also include an AI (Artificial Intelligence ) processor for processing computing operations related to machine learning.
Memory 1502 may include one or more computer-readable storage media, which may be non-transitory. Memory 1502 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1502 is used to store at least one instruction for execution by processor 1501 to implement the information processing methods provided by the method embodiments in the present application.
In some embodiments, the terminal 1500 may further optionally include: a peripheral interface 1503 and at least one peripheral device. The processor 1501, memory 1502 and peripheral interface 1503 may be connected by a bus or signal lines. The individual peripheral devices may be connected to the peripheral device interface 1503 via a bus, signal lines, or circuit board. Specifically, the peripheral device includes: at least one of radio frequency circuitry 1504, a display screen 1505, a camera assembly 1506, audio circuitry 1507, a positioning assembly 1508, and a power supply 1509.
A peripheral interface 1503 may be used to connect I/O (Input/Output) related at least one peripheral device to the processor 1501 and the memory 1502. In some embodiments, processor 1501, memory 1502, and peripheral interface 1503 are integrated on the same chip or circuit board; in some other embodiments, either or both of the processor 1501, the memory 1502, and the peripheral interface 1503 may be implemented on separate chips or circuit boards, which is not limited in this embodiment.
The Radio Frequency circuit 1504 is configured to receive and transmit RF (Radio Frequency) signals, also known as electromagnetic signals. The radio frequency circuit 1504 communicates with a communication network and other communication devices via electromagnetic signals. The radio frequency circuit 1504 converts an electrical signal into an electromagnetic signal for transmission, or converts a received electromagnetic signal into an electrical signal. Optionally, the radio frequency circuit 1504 includes: antenna systems, RF transceivers, one or more amplifiers, tuners, oscillators, digital signal processors, codec chipsets, subscriber identity module cards, and so forth. The radio frequency circuit 1504 may communicate with other terminals via at least one wireless communication protocol. The wireless communication protocol includes, but is not limited to: the world wide web, metropolitan area networks, intranets, generation mobile communication networks (2G, 3G, 4G, and 5G), wireless local area networks, and/or WiFi (Wireless Fidelity ) networks. In some embodiments, the radio frequency circuit 1504 may also include NFC (Near Field Communication, short range wireless communication) related circuits, which are not limited in this application.
Display 1505 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof. When display screen 1505 is a touch display screen, display screen 1505 also has the ability to collect touch signals at or above the surface of display screen 1505. The touch signal may be input to the processor 1501 as a control signal for processing. At this point, display 1505 may also be used to provide virtual buttons and/or a virtual keyboard, also referred to as soft buttons and/or a soft keyboard. In some embodiments, the display 1505 may be one, providing a front panel of the terminal 1500; in other embodiments, the display 1505 may be at least two, respectively disposed on different surfaces of the terminal 1500 or in a folded design; in still other embodiments, the display 1505 may be a flexible display disposed on a curved surface or a folded surface of the terminal 1500. Even more, the display 1505 may be arranged in a non-rectangular irregular pattern, i.e., a shaped screen. The display screen 1505 may be made of LCD (Liquid Crystal Display ), OLED (Organic Light-Emitting Diode) or other materials.
The camera assembly 1506 is used to capture images or video. Optionally, the camera assembly 1506 includes a front camera and a rear camera. Typically, the front camera is disposed on the front panel of the terminal and the rear camera is disposed on the rear surface of the terminal. In some embodiments, the at least two rear cameras are any one of a main camera, a depth camera, a wide-angle camera and a tele camera, so as to realize that the main camera and the depth camera are fused to realize a background blurring function, and the main camera and the wide-angle camera are fused to realize a panoramic shooting and Virtual Reality (VR) shooting function or other fusion shooting functions. In some embodiments, the camera assembly 1506 may also include a flash. The flash lamp can be a single-color temperature flash lamp or a double-color temperature flash lamp. The dual-color temperature flash lamp refers to a combination of a warm light flash lamp and a cold light flash lamp, and can be used for light compensation under different color temperatures.
The audio circuitry 1507 may include a microphone and a speaker. The microphone is used for collecting sound waves of users and the environment, converting the sound waves into electric signals, inputting the electric signals to the processor 1501 for processing, or inputting the electric signals to the radio frequency circuit 1504 for voice communication. For purposes of stereo acquisition or noise reduction, a plurality of microphones may be respectively disposed at different portions of the terminal 1500. The microphone may also be an array microphone or an omni-directional pickup microphone. The speaker is used to convert electrical signals from the processor 1501 or the radio frequency circuit 1504 into sound waves. The speaker may be a conventional thin film speaker or a piezoelectric ceramic speaker. When the speaker is a piezoelectric ceramic speaker, not only the electric signal can be converted into a sound wave audible to humans, but also the electric signal can be converted into a sound wave inaudible to humans for ranging and other purposes. In some embodiments, the audio circuit 1507 may also include a headphone jack.
The positioning component 1508 is for positioning a current geographic location of the terminal 1500 to enable navigation or LBS (Location Based Service, location-based services). The positioning component 1508 may be a positioning component based on the United states GPS (Global Positioning System ), the Beidou system of China, or the Russian Galileo system.
The power supply 1509 is used to power the various components in the terminal 1500. The power supply 1509 may be an alternating current, a direct current, a disposable battery, or a rechargeable battery. When the power supply 1509 includes a rechargeable battery, the rechargeable battery may be a wired rechargeable battery or a wireless rechargeable battery. The wired rechargeable battery is a battery charged through a wired line, and the wireless rechargeable battery is a battery charged through a wireless coil. The rechargeable battery may also be used to support fast charge technology.
In some embodiments, the terminal 1500 also includes one or more sensors 1510. The one or more sensors 1510 include, but are not limited to: acceleration sensor 1511, gyroscope sensor 1512, pressure sensor 1513, fingerprint sensor 1514, optical sensor 1515, and proximity sensor 1516.
The acceleration sensor 1511 may detect the magnitudes of accelerations on three coordinate axes of the coordinate system established with the terminal 1500. For example, the acceleration sensor 1511 may be used to detect components of gravitational acceleration in three coordinate axes. The processor 1501 may control the touch display 1505 to perform information processing in a lateral view or a longitudinal view according to the gravitational acceleration signal acquired by the acceleration sensor 1511. The acceleration sensor 1511 may also be used for the acquisition of motion data of a game or user.
The gyro sensor 1512 may detect a body direction and a rotation angle of the terminal 1500, and the gyro sensor 1512 may collect 3D motion of the terminal 1500 by a user in cooperation with the acceleration sensor 1511. The processor 1501, based on the data collected by the gyro sensor 1512, may implement the following functions: motion sensing (e.g., changing UI according to a tilting operation by a user), image stabilization at shooting, game control, and inertial navigation.
Pressure sensor 1513 may be disposed on a side frame of terminal 1500 and/or below touch display 1505. When the pressure sensor 1513 is disposed on the side frame of the terminal 1500, a grip signal of the user on the terminal 1500 may be detected, and the processor 1501 performs left-right hand recognition or quick operation according to the grip signal collected by the pressure sensor 1513. When the pressure sensor 1513 is disposed at the lower layer of the touch display screen 1505, the processor 1501 realizes control of the operability control on the UI interface according to the pressure operation of the user on the touch display screen 1505. The operability controls include at least one of a button control, a scroll bar control, an icon control, and a menu control.
The fingerprint sensor 1514 is used for collecting the fingerprint of the user, and the processor 1501 recognizes the identity of the user according to the collected fingerprint of the fingerprint sensor 1514, or the fingerprint sensor 1514 recognizes the identity of the user according to the collected fingerprint. Upon recognizing that the user's identity is a trusted identity, the processor 1501 authorizes the user to perform relevant sensitive operations including unlocking the screen, viewing encrypted information, downloading software, paying for and changing settings, etc. The fingerprint sensor 1514 may be provided on the front, back, or side of the terminal 1500. When a physical key or vendor Logo is provided on the terminal 1500, the fingerprint sensor 1514 may be integrated with the physical key or vendor Logo.
The optical sensor 1515 is used to collect the ambient light intensity. In one embodiment, processor 1501 may control the display brightness of touch display screen 1505 based on the intensity of ambient light collected by optical sensor 1515. Specifically, when the ambient light intensity is high, the display brightness of the touch display screen 1505 is turned up; when the ambient light intensity is low, the display brightness of the touch display screen 1505 is turned down. In another embodiment, the processor 1501 may also dynamically adjust the shooting parameters of the camera assembly 1506 based on the ambient light intensity collected by the optical sensor 1515.
A proximity sensor 1516, also referred to as a distance sensor, is typically provided on the front panel of the terminal 1500. The proximity sensor 1516 is used to collect the distance between the user and the front of the terminal 1500. In one embodiment, when the proximity sensor 1516 detects a gradual decrease in the distance between the user and the front of the terminal 1500, the processor 1501 controls the touch display 1505 to switch from the on-screen state to the off-screen state; when the proximity sensor 1516 detects that the distance between the user and the front surface of the terminal 1500 gradually increases, the touch display screen 1505 is controlled by the processor 1501 to switch from the off-screen state to the on-screen state.
Those skilled in the art will appreciate that the structure shown in fig. 15 is not limiting and that more or fewer components than shown may be included or certain components may be combined or a different arrangement of components may be employed.
The application further provides a computer readable storage medium, in which at least one instruction, at least one section of program, a code set, or an instruction set is stored, where the at least one instruction, the at least one section of program, the code set, or the instruction set is loaded and executed by a processor to implement the method for issuing an application installation package provided in any of the foregoing exemplary embodiments, or implement the method for running an application provided in any of the foregoing exemplary embodiments.
Embodiments of the present application provide a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device performs the method of issuing the application installation package provided in the above-described alternative implementation, or performs the method of running the application program provided in the above-described alternative implementation.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The foregoing description of the preferred embodiments is merely exemplary in nature and is in no way intended to limit the invention, since it is intended that all modifications, equivalents, improvements, etc. that fall within the spirit and scope of the invention.

Claims (18)

1. A method for publishing an application installation package, the method comprising:
setting configuration parameters corresponding to each application version in a target running code based on version characteristics of target application programs in different application versions, wherein dividing dimensions of different application versions at least comprise versions and channels, the target application programs of different versions correspond to different application package names, the target application programs of different channels correspond to different downloading channels, and version identifiers corresponding to the versions, channel identifiers corresponding to the channels and channel configuration parameters in the target running code are associated;
Constructing a target version installation package corresponding to the target application program based on target configuration parameters corresponding to each channel in the target running code under the target version;
and issuing each target version installation package so that the terminal obtains corresponding channel configuration parameters based on channel identifiers corresponding to downloading channels of the target version installation packages in the operation process, and operating the target application program based on the obtained channel configuration parameters.
2. The method according to claim 1, wherein the setting, in the target running code, the configuration parameters corresponding to each application version based on the version characteristics of the target application program in different application versions includes:
extracting version characteristics of the target application program in different versions and channel characteristics of the target application program in different channels;
based on the version characteristics and the channel characteristics, channel configuration parameters corresponding to all channels under different versions are configured;
and associating the version identifier corresponding to the version, the channel identifier corresponding to the channel and the channel configuration parameter in the target running code.
3. The method according to claim 2, wherein the constructing the target version installation package corresponding to the target application program based on the target configuration parameters corresponding to the channels in the target running code under the target version includes:
Acquiring a target version identifier corresponding to the target version;
based on the target version identifier, acquiring target channel configuration parameters corresponding to each channel under the target version from the target running code;
and constructing the target version installation package based on the target channel configuration parameters.
4. The method according to claim 2, wherein configuring channel configuration parameters corresponding to each channel in different versions based on the version characteristics and the channel characteristics comprises:
determining region configuration parameters corresponding to each region based on region characteristics of the target version on different regions in response to the version characteristics indicating that different region requirements exist for the target version;
and associating and configuring the region IP address corresponding to each region and the region configuration parameter in the channel configuration parameter corresponding to each channel under the target version.
5. The method according to claim 2, wherein configuring channel configuration parameters corresponding to each channel in different versions based on the version characteristics and the channel characteristics comprises:
determining a target SDK based on the access region limitation requirement in response to the version characteristic indicating that the target version has the access region limitation requirement, wherein the target SDK is used for limiting the target application program to access a target limitation region;
And configuring the target SDK in the channel configuration parameters corresponding to each channel under the target version.
6. The method according to claim 2, wherein configuring channel configuration parameters corresponding to each channel in different versions based on the version characteristics and the channel characteristics comprises:
determining a target operating time period based on the operating time limit requirement in response to the version characteristic indicating that the target version has an operating time limit requirement;
and configuring the target operation time period in the channel configuration parameters corresponding to each channel under the target version.
7. The method according to claim 2, wherein configuring channel configuration parameters corresponding to each channel in different versions based on the version characteristics and the channel characteristics comprises:
determining a target age range based on the age limiting requirement in response to the version characteristic indicating that the target version has an age limiting requirement;
and configuring the target age range in the channel configuration parameters corresponding to each channel under the target version.
8. A method of operating an application, the method comprising:
Obtaining a target version installation package corresponding to a target application program, wherein the target version installation package is issued by adopting the method of any one of claims 1 to 7;
acquiring target channel configuration parameters from the target version installation package based on target download channels corresponding to the target version installation package, wherein different download channels correspond to different channel configuration parameters;
and running the target application program based on the target channel configuration parameters.
9. The method of claim 8, wherein the obtaining, based on the target download channel corresponding to the target version installation package, the target channel configuration parameter from the target version installation package comprises:
acquiring a target channel identifier corresponding to the target downloading channel;
and searching the target channel configuration parameters corresponding to the target downloading channel from the target version installation package based on the target channel identifier.
10. The method of claim 8 or 9, wherein the target version has different region requirements;
the running the target application program based on the target channel configuration parameters comprises the following steps:
acquiring the IP address of the current area;
Acquiring a target area configuration parameter corresponding to the current area IP address from the target channel configuration parameter based on the current area IP address;
and running the target application program based on the target area configuration parameters.
11. The method of claim 8 or 9, wherein the target version has access region restriction requirements;
the running the target application program based on the target channel configuration parameters comprises the following steps:
and prohibiting access to a target area in the process of operating a target application program by operating a target SDK contained in the target channel configuration parameter, wherein the target area is a restricted access area indicated by the access area restriction requirement.
12. The method according to claim 8 or 9, wherein the target version has an operation time limitation requirement;
the running the target application program based on the target channel configuration parameters comprises the following steps:
acquiring the current time and a target operation time period contained in the target channel configuration parameters;
running the target application in response to the current time being within the target operational time period;
and stopping running the target application program in response to the current time being outside the target operation time period.
13. The method of claim 8 or 9, wherein the target version has a usage age restriction requirement;
the running the target application program based on the target channel configuration parameters comprises the following steps:
acquiring the current user age indicated by a current user account and a target age range contained in the target channel configuration parameter, wherein the current user account is an account currently logged in the target application program;
running the target application program in response to the current user age being within the target age range;
and stopping running the target application program in response to the current user age being outside the target age range.
14. A distribution device of an application installation package, the device comprising:
the configuration module is used for setting configuration parameters corresponding to each application version in a target running code based on version characteristics of the target application program in different application versions, wherein the dividing dimension of the different application versions at least comprises versions and channels, the target application programs of the different versions correspond to different application package names, the target application programs of the different channels correspond to different downloading channels, and version identifiers corresponding to the versions, channel identifiers corresponding to the channels and channel configuration parameters in the target running code are associated;
The construction module is used for constructing a target version installation package corresponding to the target application program based on target configuration parameters corresponding to each channel in the target running code under the target version;
and the release module is used for releasing each target version installation package so that the terminal obtains corresponding channel configuration parameters based on the channel identifiers corresponding to the downloading channels of the target version installation package in the operation process and operates the target application program based on the obtained channel configuration parameters.
15. An apparatus for running an application, the apparatus comprising:
a first obtaining module, configured to obtain a target version installation package corresponding to a target application, where the target version installation package is issued by the apparatus according to claim 14;
the second acquisition module is used for acquiring target channel configuration parameters from the target version installation package based on the target downloading channel corresponding to the target version installation package, wherein different downloading channels correspond to different channel configuration parameters;
and the operation module is used for operating the target application program based on the target channel configuration parameters.
16. A server comprising a processor and a memory, wherein the memory stores at least one program, and the at least one program is loaded and executed by the processor to implement the method for publishing an application installation package according to any one of claims 1 to 7.
17. A terminal comprising a processor and a memory, wherein the memory stores at least one program, and wherein the at least one program is loaded and executed by the processor to implement the method of operating an application according to any one of claims 8 to 13.
18. A computer-readable storage medium, wherein at least one program is stored in the readable storage medium, and the at least one program is loaded and executed by a processor to implement the method of issuing an application installation package according to any one of claims 1 to 7, or to implement the method of running an application program according to any one of claims 8 to 13.
CN202110409159.9A 2021-04-16 2021-04-16 Application installation package release method, application program operation method, server and terminal Active CN112988177B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110409159.9A CN112988177B (en) 2021-04-16 2021-04-16 Application installation package release method, application program operation method, server and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110409159.9A CN112988177B (en) 2021-04-16 2021-04-16 Application installation package release method, application program operation method, server and terminal

Publications (2)

Publication Number Publication Date
CN112988177A CN112988177A (en) 2021-06-18
CN112988177B true CN112988177B (en) 2023-08-01

Family

ID=76340767

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110409159.9A Active CN112988177B (en) 2021-04-16 2021-04-16 Application installation package release method, application program operation method, server and terminal

Country Status (1)

Country Link
CN (1) CN112988177B (en)

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019708A (en) * 2012-11-30 2013-04-03 北京奇虎科技有限公司 Method and system for releasing software
CN104615414A (en) * 2013-11-04 2015-05-13 腾讯科技(深圳)有限公司 Channel packet customization method and device
WO2016061762A1 (en) * 2014-10-22 2016-04-28 刘大澎 Multi-channel sdk access system and method for mobile terminal software
CN106487602A (en) * 2015-08-24 2017-03-08 腾讯科技(深圳)有限公司 Application issued version monitoring method and supervising device
WO2017084266A1 (en) * 2015-11-16 2017-05-26 乐视控股(北京)有限公司 Method and device for customizing multi-channel installation package
CN107203397A (en) * 2017-05-24 2017-09-26 广州四三九九信息科技有限公司 The operation method and device of Mobile solution
CN108021343A (en) * 2017-11-10 2018-05-11 维沃移动通信有限公司 A kind of display methods of application program, device and mobile terminal
CN108196878A (en) * 2018-01-22 2018-06-22 广东小天才科技有限公司 Generation method, device, electronic equipment and the storage medium of application program installation kit
US10007501B1 (en) * 2017-05-19 2018-06-26 Central South University Method of deploying applications rapidly based on customized android platform
CN109857405A (en) * 2019-02-02 2019-06-07 Oppo广东移动通信有限公司 Compilation Method, device, storage medium and the terminal of application program installation kit
CN109905426A (en) * 2017-12-08 2019-06-18 镇江荣千软件开发有限公司 It is a kind of for issuing the method and system of software
CN110221860A (en) * 2019-06-11 2019-09-10 腾讯科技(深圳)有限公司 A kind of configuration file processing method, device, terminal and medium
CN111090422A (en) * 2019-10-23 2020-05-01 贝壳技术有限公司 Resource packaging method and device based on FLUTTER and storage medium
CN111176652A (en) * 2018-11-13 2020-05-19 中国移动通信集团福建有限公司 Application program management method, device, equipment and medium
WO2020233058A1 (en) * 2019-05-20 2020-11-26 深圳壹账通智能科技有限公司 Code download method and apparatus, and electronic device and computer storage medium
CN112181442A (en) * 2019-06-17 2021-01-05 腾讯科技(深圳)有限公司 Unloaded page display method, device, terminal, server and storage medium
CN112416353A (en) * 2020-08-10 2021-02-26 上海幻电信息科技有限公司 Channel package packaging method and device and computer equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8549490B2 (en) * 2009-09-29 2013-10-01 International Business Machines Corporation Static code analysis for packaged application customization
US20150370548A1 (en) * 2014-06-23 2015-12-24 Google Inc. Automated Mobile Application Publishing

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019708A (en) * 2012-11-30 2013-04-03 北京奇虎科技有限公司 Method and system for releasing software
CN104615414A (en) * 2013-11-04 2015-05-13 腾讯科技(深圳)有限公司 Channel packet customization method and device
WO2016061762A1 (en) * 2014-10-22 2016-04-28 刘大澎 Multi-channel sdk access system and method for mobile terminal software
CN106487602A (en) * 2015-08-24 2017-03-08 腾讯科技(深圳)有限公司 Application issued version monitoring method and supervising device
WO2017084266A1 (en) * 2015-11-16 2017-05-26 乐视控股(北京)有限公司 Method and device for customizing multi-channel installation package
US10007501B1 (en) * 2017-05-19 2018-06-26 Central South University Method of deploying applications rapidly based on customized android platform
CN107203397A (en) * 2017-05-24 2017-09-26 广州四三九九信息科技有限公司 The operation method and device of Mobile solution
CN108021343A (en) * 2017-11-10 2018-05-11 维沃移动通信有限公司 A kind of display methods of application program, device and mobile terminal
CN109905426A (en) * 2017-12-08 2019-06-18 镇江荣千软件开发有限公司 It is a kind of for issuing the method and system of software
CN108196878A (en) * 2018-01-22 2018-06-22 广东小天才科技有限公司 Generation method, device, electronic equipment and the storage medium of application program installation kit
CN111176652A (en) * 2018-11-13 2020-05-19 中国移动通信集团福建有限公司 Application program management method, device, equipment and medium
CN109857405A (en) * 2019-02-02 2019-06-07 Oppo广东移动通信有限公司 Compilation Method, device, storage medium and the terminal of application program installation kit
WO2020233058A1 (en) * 2019-05-20 2020-11-26 深圳壹账通智能科技有限公司 Code download method and apparatus, and electronic device and computer storage medium
CN110221860A (en) * 2019-06-11 2019-09-10 腾讯科技(深圳)有限公司 A kind of configuration file processing method, device, terminal and medium
CN112181442A (en) * 2019-06-17 2021-01-05 腾讯科技(深圳)有限公司 Unloaded page display method, device, terminal, server and storage medium
CN111090422A (en) * 2019-10-23 2020-05-01 贝壳技术有限公司 Resource packaging method and device based on FLUTTER and storage medium
CN112416353A (en) * 2020-08-10 2021-02-26 上海幻电信息科技有限公司 Channel package packaging method and device and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
厦门之旅第一篇Gradle多渠道打包(动态设定App名称,应用图标,背景图片,状态栏颜色);u012551350;《https://blog.csdn.net/u012551350/article/details/62041833》;1-6 *

Also Published As

Publication number Publication date
CN112988177A (en) 2021-06-18

Similar Documents

Publication Publication Date Title
CN111752666B (en) Window display method, device and terminal
CN108132790B (en) Method, apparatus and computer storage medium for detecting a garbage code
CN108717365B (en) Method and device for executing function in application program
CN110851823A (en) Data access method, device, terminal and storage medium
CN111241499A (en) Application program login method, device, terminal and storage medium
CN112612539B (en) Data model unloading method and device, electronic equipment and storage medium
CN111881423B (en) Method, device and system for authorizing restricted function use
CN110825465A (en) Log data processing method and device, electronic equipment and storage medium
CN113051015B (en) Page rendering method and device, electronic equipment and storage medium
CN112988177B (en) Application installation package release method, application program operation method, server and terminal
CN112597417B (en) Page updating method and device, electronic equipment and storage medium
CN112163677B (en) Method, device and equipment for applying machine learning model
CN111641853B (en) Multimedia resource loading method and device, computer equipment and storage medium
CN112905328B (en) Task processing method, device and computer readable storage medium
CN112612540B (en) Data model configuration method, device, electronic equipment and storage medium
CN111191254B (en) Access verification method, device, computer equipment and storage medium
CN113076452A (en) Application classification method, device, equipment and computer readable storage medium
CN112132472A (en) Resource management method and device, electronic equipment and computer readable storage medium
CN113010175A (en) Anonymous function information acquisition method, device, equipment and readable storage medium
CN112148499A (en) Data reporting method and device, computer equipment and medium
CN114071119B (en) Resource testing method and device, electronic equipment and storage medium
CN112817768B (en) Animation processing method, device, equipment and computer readable storage medium
CN112910752B (en) Voice expression display or generation method, device, equipment and storage medium
CN110543305B (en) Method and device for replacing easy UI component
CN112035823B (en) Data acquisition method, device, terminal and storage medium

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40045517

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant