CN116501320A - Method and system for dynamically customizing generation and distribution management APP - Google Patents

Method and system for dynamically customizing generation and distribution management APP Download PDF

Info

Publication number
CN116501320A
CN116501320A CN202310464636.0A CN202310464636A CN116501320A CN 116501320 A CN116501320 A CN 116501320A CN 202310464636 A CN202310464636 A CN 202310464636A CN 116501320 A CN116501320 A CN 116501320A
Authority
CN
China
Prior art keywords
app
functions
generation
distribution
version
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310464636.0A
Other languages
Chinese (zh)
Inventor
王三明
王聪明
钱立新
张丛顺
许冬冬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qiye Cloud Big Data Nanjing Co ltd
Anyuan Technology Co ltd
Original Assignee
Qiye Cloud Big Data Nanjing Co ltd
Anyuan Technology 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 Qiye Cloud Big Data Nanjing Co ltd, Anyuan Technology Co ltd filed Critical Qiye Cloud Big Data Nanjing Co ltd
Priority to CN202310464636.0A priority Critical patent/CN116501320A/en
Publication of CN116501320A publication Critical patent/CN116501320A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

The invention relates to the technical field of APP development, in particular to a method and a system for dynamically customizing, generating and distributing management APP, which can provide a visual web page, enable clients to customize UI and functions in a self-defined way, build and generate an App installation package by one key, reduce the participation of intermediate personnel, reduce the labor cost and simultaneously shorten the time resource; simultaneously, an App installation package version management and distribution tool is provided, version information is automatically compared, and information such as historical version, latest version and update prompt is prompted; the development defect of single giant application is overcome based on the modular architecture concept, and engineering development experience is optimized; the method supports the selective allocation customization and code customization of specific functions, and realizes the iteration of the App product; under the condition of no functional customization, a user completely generates a required App by himself without participation of research personnel; and the information of each version of the App installation package is intuitively displayed, so that the efficient management and distribution of multiple applications and multiple versions are realized.

Description

Method and system for dynamically customizing generation and distribution management APP
Technical Field
The invention relates to the technical field of APP development, in particular to a method and a system for dynamically customizing, generating and distributing management APP.
Background
With the development of the era, in order to meet the personalized demands of users, customized products and services are derived from various industries, and in an App customization scene, an App of a company can provide multiple clients with multiple diversified UIs and function customization.
The current common App customization flow is: when a client needs to customize an App, the App terminal firstly enables the client to provide resources such as UI (user interface), function description, version number of the App and the like which need to be modified, a developer of the App terminal obtains the resources and the documents and then manually modifies codes, the App is repackaged after the test is finished, and then an installation package is delivered to the client; after receiving the new installation package of the App, the client also needs to establish a device for version management and installation package distribution, so as to push the new version of App to the client and enable the new version of App to be installed and updated.
However, each time a customer submits a customization task, a developer is required to spend time to modify codes and test packages, when the customization demands of the customers are identical in nature, manpower and time resources are required to be consumed repeatedly, and if a problem occurs in manual operation, the time for delivering the customization App to the customer also becomes uncontrollable, so that the use experience of the customer is affected, and meanwhile, the customer also needs to control the distribution and management of App versions outside; some of the self-developed functions of the client cannot be integrated into the customized App, which would result in the client having to install multiple apps.
Disclosure of Invention
The invention aims to provide a method and a system for dynamically customizing generation and distribution management APP so as to solve the problems in the background technology.
The technical scheme of the invention is as follows: a method for dynamically customizing generation and distribution of a management APP, comprising the steps of:
step 1, carrying out assembly on an App according to functions and modules, stripping customizable parts, reading corresponding resources of a fixed file name (resource control), and standardizing a communication interface for each assembly;
step 2, providing web pages, displaying a main stream App overall frame for a user to select, and respectively listing customizable modification items corresponding to static resources after selecting a specific frame and storing the modification items to a server;
step 3, listing a plurality of provided functions for selection, triggering a script through user determination, and downloading the resources and the functions selected by the user into the resource file;
step 4, automatically constructing codes by utilizing scripts and tools to generate an installation package;
step 5, storing the version information of the generated installation package into a database;
and 6, generating a two-dimensional code by the download link, and providing the two-dimensional code on the web page for downloading and installing the mobile phone code scanning.
Preferably, step 5 includes obtaining and storing information through a web page or interface.
Preferably, step 6 includes obtaining whether there is a new version each time the App is started.
Preferably, the change items of the static resource comprise desktop icons, theme background colors and background images, app names and access domain names.
Preferably, step 3 further includes, when the listed multiple functions do not meet the user's use requirement, uploading the multiple functions to a database after the user develops according to the specified communication document, and generating a new functional component.
The technical scheme of the invention also comprises a system for dynamically customizing, generating and distributing and managing the APP, which comprises a database, a web page, a component generating module, an APP constructing module and an updating module, wherein the database is used for storing componentized APP functions and modules, the component generating module is used for generating the APP functions and modules into components, the APP constructing module is used for constructing an APP installation package required by a user according to an overall framework and a functional component selected by the user, the updating module is used for automatically acquiring whether a new version exists or not when the installed APP is started, and the components, the component generating module and the APP component module generated by the functions and the modules of the APP are all built on the web page.
The invention provides a method and a system for dynamically customizing generation and distribution management APP by improving the method and the system, which have the following improvements and advantages compared with the prior art:
the method comprises the following steps: the visual web page provided by the invention allows a client to customize UI and functions in a self-defined way, builds and generates an App installation package by one key, reduces the participation of middle personnel, reduces the labor cost and shortens the time resource; simultaneously, an App installation package version management and distribution tool is provided, version information is automatically compared, and information such as historical version, latest version and update prompt is prompted;
and two,: the invention solves the development defect of single giant application based on the modular architecture concept, and optimizes engineering development experience; the method supports the selective allocation customization and code customization of specific functions, and realizes the iteration of the App product; under the condition of no functional customization, a user completely generates a required App by himself without participation of research personnel; and the information of each version of the App installation package is intuitively displayed, so that the efficient management and distribution of multiple applications and multiple versions are realized.
Drawings
The invention is further explained below with reference to the drawings and examples:
FIG. 1 is a flow chart of a method of dynamically customizing generation and distribution management APP of the present invention;
FIG. 2 is a block diagram of a system architecture of the dynamic customization generation and distribution management APP of the present invention;
FIG. 3 is a flow chart of the dynamic customization generation of an App installation package of the present invention;
FIG. 4 is a schematic diagram of the management and distribution of the App install packages of the present invention;
fig. 5 is an App upgrade prompt flow chart of the present invention.
Detailed Description
The following detailed description of the present invention clearly and fully describes the technical solutions of the embodiments of the present invention, and it is apparent that the described embodiments are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention provides a method and a system for dynamically customizing generation and distribution management APP by improving the method and the system, and the technical scheme of the invention is as follows:
as shown in fig. 1-4, a method and a system for dynamically customizing generation and distribution of management APP mainly comprise a method for dynamically customizing generation and distribution of management APP and a system for dynamically customizing generation and distribution of management APP.
A method for dynamically customizing generation and distribution of a management APP, comprising the steps of:
step 1, carrying out componentization on an App according to functions and modules, specifically, stripping customizable parts, reading corresponding resources of a fixed file fixed name (resourceConfig), and standardizing a communication interface for each component;
step 2, providing web pages, displaying a main stream App overall frame for a user to select, respectively listing customizable modification items (such as desktop icons, theme background colors and background images, app names, access domain names and the like) corresponding to static resources after the user selects a specific frame, and storing the modification items to a server;
step 3, listing a plurality of provided functions for selection, triggering a script through user determination, and downloading the resources and the functions selected by the user into the resource file; when the listed multiple functions do not meet the use requirements of the user, the user uploads the developed communication documents to a database and generates new functional components;
step 4, automatically constructing codes by utilizing scripts and tools (jenkins, gradle, fastlane and the like) to generate an installation package;
step 5, storing the version information of the generated installation package into a database, and obtaining and storing the information through web pages or interfaces;
step 6, generating a two-dimension code by the download link, providing the two-dimension code on the web page for mobile phone code scanning downloading and installation, and acquiring whether a new version exists or not at each time of App starting; specifically, the latest version information of the App on the server is obtained, if a new version (greater than the current build version number) exists in the latest version information, the App is prompted to whether the App user performs version update, if the App user selects to run the App otherwise, if no new version (no greater than the current build version number) exists, the App is directly run.
A system for dynamically customizing generation and distribution management APP comprises a database (server), a web page, a component generation module, an APP construction module and an updating module, wherein the database is used for storing componentized APP functions and modules, the component generation module is used for generating components with the APP functions and the modules, the APP construction module is used for constructing APP installation packages required by users according to an overall framework and functional components selected by the users, the updating module is used for automatically acquiring whether new versions exist or not when the installed APP is started, and the components generated by the functions and the modules of the APP, the component generation module and the APP component module are all built on the web page.
Based on the method and the system, the visual web page is provided, so that clients can customize UI and functions in a self-defined mode, an App installation package is constructed and generated by one key, the participation of middle personnel is reduced, the labor cost is reduced, and meanwhile, the time resource is shortened; simultaneously, an App installation package version management and distribution tool is provided, version information is automatically compared, and information such as historical version, latest version and update prompt is prompted; the development defect of single giant application is overcome based on the modular architecture concept, and engineering development experience is optimized; the method supports the selective allocation customization and code customization of specific functions, and realizes the iteration of the App product; under the condition of no functional customization, a user completely generates a required App by himself without participation of research personnel; and the information of each version of the App installation package is intuitively displayed, so that the efficient management and distribution of multiple applications and multiple versions are realized.
Working principle: the method comprises the steps that a user opens a given web page, starts to select and construct an App, selects a platform, respectively uses iOS, android and buddies, uploads and changes corresponding static resource configuration including (App icon, name, access domain name, version number, theme color, background diagram, access domain name, user protocol and privacy authority), selects a required function from provided functions, if the function needs to be added, after self development is carried out according to a provided document of the corresponding platform, the function needs to be added, the function is uploaded, configuration information is generated according to the uploaded resource and the selected function, the configuration information is stored in a server, the corresponding code is acquired according to the corresponding configuration information, engineering configuration is carried out, corresponding static resource is replaced, an App installation package (enterprise-level certificate signature is provided by default of iOS) is automatically constructed and packaged by using jenkins, gradle, fastlane, the App installation package and the corresponding engineering configuration information is uploaded to the server, corresponding App information and a downloaded two-dimensional code and links are displayed, and related information such as the name, the domain name, the platform and the version and the construction information are required to be added, when the App is installed, the mobile equipment is installed, the version number is larger than the current version number is obtained when the App is installed, and the current version number is not normally, and the current version number is not constructed, and the version number of the App is normally is constructed.
The previous description is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (6)

1. A method for dynamically customizing generation and distribution of a management APP, which is characterized by comprising the following steps: the method comprises the following steps:
step 1, carrying out assembly on an App according to functions and modules, stripping customizable parts, reading corresponding resources of a fixed file name (resource control), and standardizing a communication interface for each assembly;
step 2, providing web pages, displaying a main stream App overall frame for a user to select, and respectively listing customizable modification items corresponding to static resources after selecting a specific frame and storing the modification items to a server;
step 3, listing a plurality of provided functions for selection, triggering a script through user determination, and downloading the resources and the functions selected by the user into the resource file;
step 4, automatically constructing codes by utilizing scripts and tools to generate an installation package;
step 5, storing the version information of the generated installation package into a database;
and 6, generating a two-dimensional code by the download link, and providing the two-dimensional code on the web page for downloading and installing the mobile phone code scanning.
2. A method of dynamically customizing generation and distribution of a management APP as claimed in claim 1, wherein: the step 5 comprises the step of obtaining and storing information through a web page or an interface.
3. A method of dynamically customizing generation and distribution of a management APP as claimed in claim 1, wherein: step 6 includes obtaining whether there is a new version every time the App is started.
4. A method of dynamically customizing generation and distribution of a management APP as claimed in claim 1, wherein: the change items of the static resources comprise desktop icons, theme background colors and background images, app names and access domain names.
5. A method of dynamically customizing generation and distribution of a management APP as claimed in claim 1, wherein: and step 3, when the listed multiple functions do not meet the use requirements of the user, the user uploads the developed communication documents to the database and generates new functional components.
6. A system for dynamically customizing generation and distribution of a management APP, characterized by: the novel APP comprises a database, a web page, a component generation module, an APP construction module and an updating module, wherein the database is used for storing componentized APP functions and modules, the component generation module is used for generating components with the APP functions and modules, the APP construction module is used for constructing an APP installation package required by a user according to an overall framework and functional components selected by the user, the updating module is used for automatically acquiring whether a new version exists or not when the installed APP is started, and the components generated by the functions and the modules of the APP, the component generation module and the APP component module are all built on the web page.
CN202310464636.0A 2023-04-26 2023-04-26 Method and system for dynamically customizing generation and distribution management APP Pending CN116501320A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310464636.0A CN116501320A (en) 2023-04-26 2023-04-26 Method and system for dynamically customizing generation and distribution management APP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310464636.0A CN116501320A (en) 2023-04-26 2023-04-26 Method and system for dynamically customizing generation and distribution management APP

Publications (1)

Publication Number Publication Date
CN116501320A true CN116501320A (en) 2023-07-28

Family

ID=87327958

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310464636.0A Pending CN116501320A (en) 2023-04-26 2023-04-26 Method and system for dynamically customizing generation and distribution management APP

Country Status (1)

Country Link
CN (1) CN116501320A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101346000A (en) * 2008-07-29 2009-01-14 方圆信通科技(北京)有限公司 System for providing local mobile geographic information service based on GPS and mobile terminal
CN104536752A (en) * 2014-12-26 2015-04-22 北京京东尚科信息技术有限公司 Method and device for automatically generating APK files
US20150241225A1 (en) * 2014-02-27 2015-08-27 Telenav, Inc. Navigation system with point of interest detour mechanism and method of operation thereof
CN105511877A (en) * 2015-12-09 2016-04-20 江苏风云网络服务有限公司 Automatic APP (application) generation method
CN105607916A (en) * 2016-02-25 2016-05-25 浪潮通信信息系统有限公司 Configuration-based mobile application rapid generation method
KR20160130202A (en) * 2016-11-01 2016-11-10 김형철 Apparatus and method for searching route, data saving device thereof
US20170228229A1 (en) * 2016-02-10 2017-08-10 Vignet Incorporated Publishing customized application modules
WO2018058968A1 (en) * 2016-09-30 2018-04-05 百度在线网络技术(北京)有限公司 Navigation route information processing method, device, apparatus, and computer storage medium
US20190278589A1 (en) * 2018-03-12 2019-09-12 Twilio Inc. Customizable cloud-based software platform
CN113741960A (en) * 2021-11-05 2021-12-03 广州易方信息科技股份有限公司 Android terminal-based App automatic customization packaging method and device
CN115437628A (en) * 2022-09-13 2022-12-06 中国工商银行股份有限公司 apk application program development method, terminal, server and system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101346000A (en) * 2008-07-29 2009-01-14 方圆信通科技(北京)有限公司 System for providing local mobile geographic information service based on GPS and mobile terminal
US20150241225A1 (en) * 2014-02-27 2015-08-27 Telenav, Inc. Navigation system with point of interest detour mechanism and method of operation thereof
CN104536752A (en) * 2014-12-26 2015-04-22 北京京东尚科信息技术有限公司 Method and device for automatically generating APK files
CN105511877A (en) * 2015-12-09 2016-04-20 江苏风云网络服务有限公司 Automatic APP (application) generation method
US20170228229A1 (en) * 2016-02-10 2017-08-10 Vignet Incorporated Publishing customized application modules
CN105607916A (en) * 2016-02-25 2016-05-25 浪潮通信信息系统有限公司 Configuration-based mobile application rapid generation method
WO2018058968A1 (en) * 2016-09-30 2018-04-05 百度在线网络技术(北京)有限公司 Navigation route information processing method, device, apparatus, and computer storage medium
KR20160130202A (en) * 2016-11-01 2016-11-10 김형철 Apparatus and method for searching route, data saving device thereof
US20190278589A1 (en) * 2018-03-12 2019-09-12 Twilio Inc. Customizable cloud-based software platform
CN113741960A (en) * 2021-11-05 2021-12-03 广州易方信息科技股份有限公司 Android terminal-based App automatic customization packaging method and device
CN115437628A (en) * 2022-09-13 2022-12-06 中国工商银行股份有限公司 apk application program development method, terminal, server and system

Similar Documents

Publication Publication Date Title
US20230325177A1 (en) Systems and methods for application program and application program update deployment to a mobile device
US8443291B2 (en) Apparatus and method for creating widget in portable terminal
CN1892639B (en) Theme change system, portable communication device, server apparatus and computer program
US9158534B2 (en) Smart endpoint architecture
CN114115852A (en) Visual service arranging method, device, equipment and medium
US20060168573A1 (en) Method and apparatus for building an electronic product
KR20080103681A (en) Apparatus and method for changing application user interface in portable terminal
CN111580820A (en) Applet generation method and device
CN110297671A (en) Client plug-in implementation method, device, computer equipment and storage medium
CN101330674A (en) Method for dynamically updating mobile phone software menu
KR20140139855A (en) Electric menubook service method using web editor and system thereof
CN113360160A (en) Method and device for deploying application, electronic equipment and storage medium
CN111413876A (en) Method for configuring control page of APP, cloud platform and terminal equipment
CN113515281A (en) Method for realizing user-defined interface of mobile application
CN110096304A (en) Task construction method, device, equipment and storage medium based on Jenkins
CN113157270A (en) Page adaptation method and device
CN116501320A (en) Method and system for dynamically customizing generation and distribution management APP
CN108170760B (en) Intelligent hardware management system and equipment
CN114185557A (en) Software product deployment method, device, medium and electronic equipment
CN110727416B (en) Development framework generation method and related device
White et al. Model-driven product-line architectures for mobile devices
KR101120741B1 (en) Method and terminal for updating lfc content package
WO2023166580A1 (en) Manual generation system, manual generation device, and manual generation method
CN114116049A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN115268888A (en) Page preview method and device, electronic equipment 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