WO2019201039A1 - Procédé et système de mise à jour d'application et serveur d'application - Google Patents

Procédé et système de mise à jour d'application et serveur d'application Download PDF

Info

Publication number
WO2019201039A1
WO2019201039A1 PCT/CN2019/078170 CN2019078170W WO2019201039A1 WO 2019201039 A1 WO2019201039 A1 WO 2019201039A1 CN 2019078170 W CN2019078170 W CN 2019078170W WO 2019201039 A1 WO2019201039 A1 WO 2019201039A1
Authority
WO
WIPO (PCT)
Prior art keywords
update
information
file
terminal
application
Prior art date
Application number
PCT/CN2019/078170
Other languages
English (en)
Chinese (zh)
Inventor
唐永坚
唐永警
彭双全
Original Assignee
深圳思为科技有限公司
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 深圳思为科技有限公司 filed Critical 深圳思为科技有限公司
Publication of WO2019201039A1 publication Critical patent/WO2019201039A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • 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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Definitions

  • the present invention belongs to the field of communications technologies, and in particular, to a method, system, and application server for updating an application.
  • the embodiments of the present invention provide a method, a system, and an application server for updating an application, so as to solve the problem that the application update step in the prior art leads to low update efficiency and high user time cost.
  • a first aspect of the embodiments of the present invention provides a method for updating an application, which is applied to an application server, where the method for updating an application includes:
  • the generated update prompt information is sent to the push server, where the update prompt information is used to instruct the push server to send the update file download address to the first terminal.
  • a second aspect of the embodiments of the present invention provides a system for updating an application, which is applied to an application server, where the system for updating the application includes:
  • the installation information obtaining module is configured to obtain software installation information of the first terminal.
  • the update information obtaining module is configured to obtain update information of the update file corresponding to the software installation information.
  • an update file determining module configured to determine, according to the software installation information and the update information, whether the update file is installed by the first terminal.
  • an update prompt sending module configured to send the update prompt information to the push server if the first terminal does not install the update file, where the update prompt information is used to instruct the push server to send the update file download address to The first terminal.
  • a third aspect of an embodiment of the present invention provides an application server including a memory, a processor, and a computer program stored in the memory and executable on the processor, when the processor executes the computer program The steps of the method as described above are implemented.
  • a fourth aspect of an embodiment of the present invention provides a computer readable storage medium storing a computer program that, when executed by a processor, implements the steps of the method as described above.
  • the embodiment of the present invention has the beneficial effects that: the embodiment obtains the update information of the update file corresponding to the software installation information by acquiring the software installation information of the first terminal, and determines the first according to the software installation information and the update information. If an update file is installed in a terminal, if it is determined that the first terminal does not install the update file, the generated update prompt information is sent to the push server, and the update prompt information is used to instruct the push server to send the update file download address to the first terminal.
  • the update file download address is sent to the corresponding first terminal through the push server, and the first terminal may directly download the update file according to the update file.
  • the file is updated to avoid the situation where the first terminal needs to download the update file from the application store after receiving the update message, and the step of updating is reduced, thereby improving the efficiency of the update and reducing the time cost of the user.
  • FIG. 1 is a schematic flowchart of an implementation of a method for updating an application according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of an implementation of a method for updating an application according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a system for updating an application according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an installation information acquiring module of FIG. 3 according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of an application server according to an embodiment of the present invention.
  • Figure 1 shows an implementation flow of an update application method provided by an embodiment of the present invention.
  • the process execution subject of the embodiment of the present invention is an application server, and the process is as follows:
  • step S101 software installation information of the first terminal is acquired.
  • the application server is configured to provide business logic for the client to perform data interaction with the client application.
  • the first terminal refers to a client that is installed with an application corresponding to the application server.
  • the application is WeChat
  • the application server is a WeChat server
  • the first terminal is a terminal that installs WeChat.
  • step S102 update information of the update file corresponding to the software installation information is acquired.
  • the software installation information includes an application identification
  • the update information includes the latest version information
  • the latest version information of the update file corresponding to the application identifier is found.
  • the application identifier (Bundle Identifie, Bundle) ID) is the unique identifier of the application.
  • the application and the application ID are uniquely related. When the application is newly created, the application ID cannot be modified.
  • the software installation information includes an application identifier corresponding to the application currently installed by the first terminal, where the application currently installed by the first terminal specifically refers to an application corresponding to the application server, for example, the application server is micro For the Bo server, the application corresponding to the Weibo server is Weibo, and the software installation information includes the application identifier corresponding to the Weibo.
  • the application identifier corresponding to the update file and the software installation information include the same application identifier.
  • step S103 it is determined whether the first terminal has an update file installed based on the software installation information and the update information.
  • the software installation information also includes current version information.
  • step S103 includes:
  • the current version information refers to the current version number of the application
  • the latest version information refers to the latest version number of the application.
  • step S104 if it is determined that the first terminal does not install the update file, the generated update prompt information is sent to the push server, and the update prompt information is used to instruct the push server to send the update file download address to the first terminal.
  • the update prompt information includes the update file download address.
  • the push server is configured to push the message sent by the application server to the corresponding client, that is, the first terminal.
  • the push server can be an Apple server that provides APNS services.
  • the terminal identifier sent by the first terminal is obtained.
  • the first terminal wants to provide the UDID (Unique Device Identifier) and the application identifier of the Apple server that provides the APNS service, and the Apple server encrypts the UDID and the application identifier to obtain the corresponding terminal identifier (Device Token).
  • UDID Unique Device Identifier
  • the Apple server encrypts the UDID and the application identifier to obtain the corresponding terminal identifier (Device Token).
  • the first terminal sends its own terminal identifier to the corresponding application server, and the application server saves the terminal identifier in the cache to improve the speed of subsequent reading of the terminal identifier.
  • the update prompt information is generated according to the preset format and sent to the push server, where the update prompt information includes the terminal identifier and the update file download address, and the push server pushes the update file download address. And corresponding to the first terminal corresponding to the terminal identifier, so that the first terminal can update according to the update file download address.
  • the update file contains the application installation package and sub-resource files.
  • Application installation package can be IPA (iPhone Application, Apple Application File Format) installation package.
  • the sub-resource file is automatically downloaded according to the resource file link address included in the application installation package, so the sub-resource file download address does not need to be sent to the first terminal.
  • the sub-resource file can be automatically downloaded. Therefore, the update file download address only needs to include the sub-resource file download address.
  • the update file download address is sent to the corresponding first terminal through the push server, and the first terminal may download according to the update file.
  • the address directly downloads the update file, avoiding the situation that the first terminal needs to download the update file from the application store after receiving the update message, and reduces the step of updating, thereby improving the efficiency of the update and reducing the time cost of the user.
  • the method for updating an application in the embodiment corresponding to FIG. 2 further includes:
  • step 201 a resource file sent by the second terminal is received.
  • the second terminal is a development terminal
  • the open terminal refers to a terminal device used by an application developer.
  • the resource file can be a picture, a JS (JavaScript) static resource file, and CSS (Cascading Style). Sheets, Cascading Style Sheets) Static resource files, sequence frame resource files, DAE files, SCN files, and more.
  • JS JavaScript
  • CSS CSS
  • step 202 the resource file is decomposed into sub-files of a predetermined size.
  • the resource file size is 300 MB (MByte, megabytes), and the preset size is 1 MB, and the resource file is decomposed into 300 1 MB subfiles.
  • step 203 the subfile is backed up to obtain a backup file.
  • all the subfiles are backed up to obtain a backup file.
  • step 204 the message digest of the subfile is extracted, and the message digest is used as the name of the backup file to obtain the subresource file.
  • the sub-resource file is a backup file whose name is replaced with a message digest.
  • the subfile is used as an input parameter, and a preset hash function is executed to generate a fixed length output, and the output is a message digest of the subfile.
  • the default hash function can be MD5 (Message Digest) Algorithm 5, message digest algorithm fifth edition) algorithm or SHA1 (Secure Hash Algorithm) algorithm.
  • the message digest of the A subfile is extracted by the MD5 algorithm, and the backup file corresponding to the A subfile is the A backup file, and a string of 128 characters is obtained, and the string is used as the A subfile.
  • the name of the A backup file replacing the name with the A backup file of the string as a child resource file.
  • the message digest of the subfile is extracted, and the message digest is used as the name of the backup file corresponding to the subfile, and the name is replaced with the backup file of the message digest as the subresource file, because the generated message digest is unique. Therefore, it is ensured that the name of each sub-resource file is unique, and it is avoided that when the sub-resource file is sent, the sub-resource file is repeatedly sent due to the same sub-resource file name, and the integrity of the sub-resource file is ensured. At the same time, the waste of network resources caused by repeatedly downloading or uploading sub-resource files is avoided because the sub-resource file names are the same.
  • step 205 the child resource file is sent to the storage server.
  • the storage server is configured to store the update file
  • the first terminal may download the update file from the storage server.
  • the storage server may be a CDN (Content Delivery Network, Content Distribution Network) technology server.
  • CDN Content Delivery Network, Content Distribution Network
  • the CDN provides a mechanism for selecting an optimal server according to the connection information of each server, the load status, and the distance of the user when the user requests the sub-resource file or the application installation package, so that the optimal server provides the user with the sub-server.
  • the resource file download service enables users to get the required content nearby, reduce network congestion, and improve user access response speed and hit rate.
  • the storage server to provide a file download service for the user without using the application server to provide a file download service for the user, the burden on the application server is reduced, and the access speed of the user and the download speed of the file are improved.
  • step S205 includes:
  • the sub-resource files are sorted according to the name of the sub-resource file, the sorted sub-resource files are grouped, the sub-resource file set is obtained, and the first sub-resource file included in the sub-resource file set is obtained.
  • the first sub-resource file name is used as the corresponding sub-resource file collection name, thereby ensuring the uniqueness of the sub-resource file collection name, and the sub-resource file collection includes a preset number of sub-resource files.
  • the sorted file is a sub-resource file, b sub-resource file, c sub-resource file and d sub-resource file, and the preset number is 2, that is, one sub-resource file set contains 2 sub-resource files, according to the sub-resource
  • the order of the resource files is grouped into sub-resource files, and the a sub-resource file and the b-sub-resource file are combined into one sub-resource file set, and the sub-resource file set name is A, and the c sub-resource file and the d sub-resource file are Groups a collection of child resource files, and the name of the child resource file collection is C.
  • the sending the different sets of sub-resource files to the corresponding storage server in the preset order includes:
  • the sub-resource file set is sent to the storage server corresponding to the corresponding domain name information according to the order of the sub-resource file set and the sorting of the domain name information.
  • the domain name information refers to a name of a server composed of a series of names separated by dots, and the domain name information list includes domain name information that has been sorted.
  • the domain name information is sequentially selected as the domain name information corresponding to the storage server to be sent by the child resource file set.
  • the domain name information list includes three domain name information, and the order is the first domain name information, the second domain name information, and the third domain name information, and there are two sub-resource file sets, and the sub-resource file sets are arranged in an order.
  • a sub-resource file set and a B-sub-resource file set are respectively arranged, and the sub-resource file set is sorted to the storage server corresponding to the first domain name information according to the sort order of the sub-resource file set and the domain name information, and the B sub-resource file set is sent.
  • the storage server corresponding to the second domain name information.
  • the domain name information corresponding to the sub-resource file is recorded, the file domain name comparison table is generated, and the file domain name comparison table is sent to the second terminal, where the file domain name comparison table is used to indicate that the second terminal includes the application installation package.
  • the link address of the child resource file is replaced with the corresponding domain name information, wherein the link address of the child resource file is the download address of the child resource file.
  • the application installation package includes a link address of the resource file, that is, a download address of the resource file.
  • a link address of the resource file that is, a download address of the resource file.
  • the domain name information is selected by the application server, and the child resource file is sent to the storage server corresponding to the domain name information, thereby reducing the workload of the second terminal, that is, the development terminal.
  • the problem that the application update fails is avoided due to the missing files, for example, if the resources are not The file is updated.
  • the first terminal directly downloads the entire resource file.
  • the entire resource file size is 1000M.
  • the downloaded resource file is not complete and 400M is lost, which may cause the application update to fail.
  • a resource file is broken down into several files, even if a file is lost, it will only cause a page or image to not display properly, and there will be no application update failure.
  • the first terminal by sending the set of the sub-resource files to the storage server corresponding to the different domain name information, the first terminal can simultaneously download the sub-resource files from different storage servers, thereby improving the download speed and reducing the storage server. burden.
  • the method further includes:
  • the developer since there are more than one developer, the developer uses more than one application server, so the second terminal that sends the application installation package and the second terminal that sends the sub-resource file may be the same application server. Can be different application servers.
  • the second terminal sends the application installation package to the application server, and the link address of the resource file included in the application installation package has been replaced with the corresponding domain name information.
  • the application server selects a domain name information from the domain name information list as the target domain name information, and sends the application installation package to the storage server corresponding to the target domain name information, and the first terminal can download the application from the storage server.
  • Program installation package After receiving the application installation package, the application server selects a domain name information from the domain name information list as the target domain name information, and sends the application installation package to the storage server corresponding to the target domain name information, and the first terminal can download the application from the storage server. Program installation package.
  • FIG. 3 shows a system 100 for updating an application provided by an embodiment of the present invention for performing the method steps in the embodiment corresponding to FIG. 1.
  • the system 100 for updating the application is applied to an application server, which includes :
  • the installation information obtaining module 110 is configured to acquire software installation information of the first terminal.
  • the update information obtaining module 120 is configured to obtain update information of the update file corresponding to the software installation information.
  • the update file judging module 130 is configured to judge whether the first terminal installs the update file according to the software installation information and the update information.
  • the update prompt sending module 140 is configured to: if the first terminal does not install the update file, generate the update prompt information and send the update prompt information to the push server, where the update prompt information is used to instruct the push server to send the update file download address to the first terminal.
  • the software installation information includes an application identification
  • the update information includes the latest version information
  • the update information obtaining module 120 is configured to:
  • the software installation information also includes current version information.
  • the update file judging module 130 includes:
  • the version information determining unit is configured to determine whether the current version information is consistent with the latest version information.
  • the first processing unit is configured to determine that the first terminal has installed the update file if the current version information is consistent with the latest version information.
  • the second processing unit is configured to determine that the first terminal does not install the update file if the current version information is inconsistent with the latest version information.
  • the installation information acquiring module 110 in the embodiment corresponding to FIG. 3 includes:
  • the resource file receiving unit 111 is configured to receive the resource file sent by the second terminal.
  • the resource file decomposition unit 112 is configured to decompose the resource file into a plurality of sub-files of a preset size.
  • the file backup unit 113 is configured to back up the subfiles to obtain a backup file.
  • the message digest extraction unit 114 is configured to extract a message digest of the subfile, and use the message digest as the name of the backup file to obtain the sub resource file.
  • the sub-resource file sending unit 115 is configured to send the sub-resource file to the storage server.
  • the sub-resource file sending unit 115 includes:
  • a grouping sub-unit is configured to group a plurality of sub-resource files to obtain a preset number of sub-resource file sets.
  • the file sending subunit is configured to sequentially send different sets of sub resource files to corresponding storage servers in a preset order.
  • the installation information acquiring module 110 further includes:
  • An application installation package obtaining unit is configured to receive an application installation package sent by the second terminal.
  • the application installation package sending unit is configured to send the application installation package to the storage server corresponding to the target domain name information.
  • system 100 for updating an application further includes other functional modules/units for implementing the method steps in the various embodiments of Embodiment 1.
  • FIG. 5 is a schematic diagram of an application server according to an embodiment of the present invention.
  • the application server 5 of this embodiment includes a processor 50, a memory 51, and a computer program 52 stored in the memory 51 and operable on the processor 50.
  • the processor 50 when executing the computer program 52, implements the steps of the various embodiments as described in embodiment 1, such as steps S101 through S104 shown in FIG.
  • the processor 50 executes the computer program 52, the functions of the modules/units in the various system embodiments as described in Embodiment 2 are implemented, such as the functions of the modules 110 to 140 shown in FIG.
  • the computer program 52 can be partitioned into one or more modules/units that are stored in the memory 51 and executed by the processor 50 to complete this invention.
  • the one or more modules/units may be a series of computer program instruction segments capable of performing a particular function, the instruction segments being used to describe the execution of the computer program 52 in the application server 5.
  • the computer program 52 can be divided into an installation information acquisition module, an update information acquisition module, an update file determination module, and an update prompt transmission module. The specific functions of each module are as follows:
  • the parameter setting module is configured to set process parameters and corresponding process parameter numbers, the process parameters include production process parameters and air-burn parameters, and the process parameter numbers include a first process parameter number and a second process parameter number.
  • the installation information obtaining module is configured to obtain software installation information of the first terminal.
  • the update information obtaining module is configured to obtain update information of the update file corresponding to the software installation information.
  • the update file judging module is configured to judge whether the first terminal installs the update file according to the software installation information and the update information.
  • an update prompt sending module configured to send the update prompt information to the push server if the first terminal does not install the update file, and the update prompt information is used to instruct the push server to send the update file download address to the first terminal.
  • the application server 5 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the application server 5 may include, but is not limited to, a processor 50 and a memory 51. It will be understood by those skilled in the art that FIG. 5 is only an example of the application server 5, and does not constitute a limitation of the application server 5, and may include more or less components than those illustrated, or combine some components or different components.
  • the application server may further include an input/output device, a network access device, a bus, and the like.
  • the so-called processor 50 can be a central processing unit (Central Processing Unit, CPU), can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 51 may be an internal storage unit of the application server 5, such as a hard disk or a memory of the application server 5.
  • the memory 51 may also be an external storage device of the application server 5, such as a plug-in hard disk equipped on the application server 5, a smart memory card (SMC), and a secure digital (SD). Card, flash card (Flash Card) and so on.
  • the memory 51 may also include both an internal storage unit of the application server 5 and an external storage device.
  • the memory 51 is used to store the computer program and other programs and data required by the application server.
  • the memory 51 can also be used to temporarily store data that has been output or is about to be output.
  • the embodiment of the present invention further provides a computer readable storage medium storing a computer program.
  • the steps in the embodiments as described in Embodiment 1 are implemented, for example, Steps S101 to S104 shown in Fig. 1.
  • the computer program is executed by the processor to implement the functions of the modules/units in the various system embodiments as described in Embodiment 2, such as the functions of the modules 110 to 140 shown in FIG.
  • the computer program can be stored in a computer readable storage medium, which, when executed by a processor, can implement the steps of the various method embodiments described above.
  • the computer program comprises computer program code, which may be in the form of source code, object code form, executable file or some intermediate form.
  • the computer readable medium can include any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard drive, a magnetic disk, an optical disk, a computer memory, a read only memory (ROM, Read-Only) Memory), random access memory (RAM, Random) Access Memory), electrical carrier signals, telecommunications signals, and software distribution media.
  • the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media It does not include electrical carrier signals and telecommunication signals.
  • modules or units in the system of the embodiment of the present invention may be combined, divided, and deleted according to actual needs.
  • the disclosed apparatus/application server and method may be implemented in other manners.
  • the device/application server embodiment described above is merely illustrative.
  • the division of the module or unit is only a logical function division, and the actual implementation may have another division manner, for example, multiple units. Or components may be combined or integrated into another system, or some features may be omitted or not performed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.

Abstract

La présente invention peut être appliquée au domaine technique des télécommunications, et concerne un procédé et un système de mise à jour d'une application et un serveur d'application. Le procédé consiste à : obtenir des informations d'installation de logiciel relatives à un premier terminal, obtenir des informations de mise à jour d'un fichier de mise à jour correspondant aux informations d'installation de logiciel, déterminer si le premier terminal est installé ou non avec le fichier de mise à jour sur la base des informations d'installation de logiciel et des informations de mise à jour, et générer des informations d'invite de mise à jour et envoyer celles-ci à un serveur de pousser s'il est déterminé que le premier terminal n'est pas installé avec le fichier de mise à jour, les informations d'invite de mise à jour étant utilisées pour commander au serveur de pousser d'envoyer une adresse de téléchargement de fichier de mise à jour au premier terminal. Selon la présente invention, en envoyant l'adresse de téléchargement de fichier de mise à jour au premier terminal correspondant par l'intermédiaire du serveur de pousser, le premier terminal peut télécharger directement le fichier de mise à jour selon l'adresse de téléchargement de fichier de mise à jour, ce qui permet d'éviter une situation dans laquelle le fichier de mise à jour est téléchargé à partir d'un magasin d'applications après que le premier terminal a reçu un message de mise à jour ; réduit les étapes de mise à jour, améliore l'efficacité de mise à jour et réduit les coûts liés au temps de l'utilisateur.
PCT/CN2019/078170 2018-04-16 2019-03-14 Procédé et système de mise à jour d'application et serveur d'application WO2019201039A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810338407.3A CN109391509A (zh) 2018-04-16 2018-04-16 一种更新应用程序的方法、系统及应用服务器
CN201810338407.3 2018-04-16

Publications (1)

Publication Number Publication Date
WO2019201039A1 true WO2019201039A1 (fr) 2019-10-24

Family

ID=65416589

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/078170 WO2019201039A1 (fr) 2018-04-16 2019-03-14 Procédé et système de mise à jour d'application et serveur d'application

Country Status (2)

Country Link
CN (1) CN109391509A (fr)
WO (1) WO2019201039A1 (fr)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990039A (zh) * 2019-11-29 2020-04-10 北京金山云网络技术有限公司 应用程序更新方法、装置、系统及计算机可读存储介质
CN111352632A (zh) * 2020-03-02 2020-06-30 北京字节跳动网络技术有限公司 软件产物检测装置、系统、方法及存储介质
CN111782248A (zh) * 2020-07-10 2020-10-16 上海淇毓信息科技有限公司 一种终端应用的更新方法、装置和电子设备
CN111831350A (zh) * 2020-06-02 2020-10-27 深圳木成林科技有限公司 应用进程配置更新方法、系统、终端设备及存储介质
CN113238777A (zh) * 2021-05-20 2021-08-10 网易(杭州)网络有限公司 应用程序更新方法、装置、设备及存储介质
CN113568644A (zh) * 2021-08-06 2021-10-29 上海中通吉网络技术有限公司 移动终端应用的更新方法
CN113625641A (zh) * 2021-08-17 2021-11-09 华帝股份有限公司 基于厨电设备的控制端动态更新方法、系统、设备及介质
CN114928645A (zh) * 2022-04-26 2022-08-19 青岛海尔科技有限公司 资源包处理方法和装置、存储介质及电子装置

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109391509A (zh) * 2018-04-16 2019-02-26 深圳思为科技有限公司 一种更新应用程序的方法、系统及应用服务器
CN110502248A (zh) * 2019-07-01 2019-11-26 维沃移动通信有限公司 一种应用程序安装方法及终端
CN111045747A (zh) * 2019-11-06 2020-04-21 用友网络科技股份有限公司 一种h5移动应用快速加载方法、系统、终端及存储介质
CN112865956B (zh) * 2019-11-26 2022-10-18 华为技术有限公司 证书更新方法、装置、终端设备和服务器
CN112947981A (zh) * 2020-04-03 2021-06-11 深圳市明源云客电子商务有限公司 应用程序资源更新方法、装置、终端设备及服务器
CN111666091B (zh) * 2020-06-12 2023-08-29 成都极米科技股份有限公司 系统更新方法、装置、电子设备和计算机可读存储介质
CN112445498B (zh) * 2020-11-27 2024-03-05 杭州海康威视数字技术股份有限公司 一种程序安装方法、装置、电子设备及存储介质
CN113596123A (zh) * 2021-07-19 2021-11-02 深圳市元征未来汽车技术有限公司 软件下载方法、通信设备及存储介质
CN115080068A (zh) * 2022-05-24 2022-09-20 北京快乐茄信息技术有限公司 资源文件的传输方法、装置、设备及存储介质
CN115348254B (zh) * 2022-07-21 2023-05-30 昆仑数智科技有限责任公司 文件打包下载方法、装置、电子设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102724308A (zh) * 2012-06-13 2012-10-10 腾讯科技(深圳)有限公司 软件更新方法及软件更新系统
CN103455343A (zh) * 2013-07-22 2013-12-18 小米科技有限责任公司 一种更新应用程序的方法和装置
US9098450B2 (en) * 2012-03-20 2015-08-04 Google Inc. Automated application update checks based on unexpected errors and crashes
CN109391509A (zh) * 2018-04-16 2019-02-26 深圳思为科技有限公司 一种更新应用程序的方法、系统及应用服务器

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9098450B2 (en) * 2012-03-20 2015-08-04 Google Inc. Automated application update checks based on unexpected errors and crashes
CN102724308A (zh) * 2012-06-13 2012-10-10 腾讯科技(深圳)有限公司 软件更新方法及软件更新系统
CN103455343A (zh) * 2013-07-22 2013-12-18 小米科技有限责任公司 一种更新应用程序的方法和装置
CN109391509A (zh) * 2018-04-16 2019-02-26 深圳思为科技有限公司 一种更新应用程序的方法、系统及应用服务器

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990039B (zh) * 2019-11-29 2023-09-05 北京金山云网络技术有限公司 应用程序更新方法、装置、系统及计算机可读存储介质
CN110990039A (zh) * 2019-11-29 2020-04-10 北京金山云网络技术有限公司 应用程序更新方法、装置、系统及计算机可读存储介质
CN111352632B (zh) * 2020-03-02 2023-07-04 抖音视界有限公司 软件产物检测装置、系统、方法及存储介质
CN111352632A (zh) * 2020-03-02 2020-06-30 北京字节跳动网络技术有限公司 软件产物检测装置、系统、方法及存储介质
CN111831350A (zh) * 2020-06-02 2020-10-27 深圳木成林科技有限公司 应用进程配置更新方法、系统、终端设备及存储介质
CN111782248A (zh) * 2020-07-10 2020-10-16 上海淇毓信息科技有限公司 一种终端应用的更新方法、装置和电子设备
CN111782248B (zh) * 2020-07-10 2023-09-19 上海淇毓信息科技有限公司 一种终端应用的更新方法、装置和电子设备
CN113238777B (zh) * 2021-05-20 2023-08-22 网易(杭州)网络有限公司 应用程序更新方法、装置、设备及存储介质
CN113238777A (zh) * 2021-05-20 2021-08-10 网易(杭州)网络有限公司 应用程序更新方法、装置、设备及存储介质
CN113568644A (zh) * 2021-08-06 2021-10-29 上海中通吉网络技术有限公司 移动终端应用的更新方法
CN113625641A (zh) * 2021-08-17 2021-11-09 华帝股份有限公司 基于厨电设备的控制端动态更新方法、系统、设备及介质
CN114928645A (zh) * 2022-04-26 2022-08-19 青岛海尔科技有限公司 资源包处理方法和装置、存储介质及电子装置
CN114928645B (zh) * 2022-04-26 2024-04-19 青岛海尔科技有限公司 资源包处理方法和装置、存储介质及电子装置

Also Published As

Publication number Publication date
CN109391509A (zh) 2019-02-26

Similar Documents

Publication Publication Date Title
WO2019201039A1 (fr) Procédé et système de mise à jour d'application et serveur d'application
US20150154224A1 (en) Method, device, processing center and system for desktop synchronization
EP2919440B1 (fr) Procédé et dispositif de traitement de publicité
US9244960B2 (en) Metadata-driven version management service in pervasive environment
CN109032796B (zh) 一种数据处理方法和装置
CN110580305B (zh) 生成标识符的方法、装置、系统和介质
US10917484B2 (en) Identifying and managing redundant digital content transfers
CN110572422A (zh) 数据下载方法和装置
CN111880967A (zh) 云场景下的文件备份方法、装置、介质和电子设备
CN110928912A (zh) 一种生成唯一标识的方法和装置
WO2019029451A1 (fr) Procédé de publication d'applications mobiles et appareil électronique
CN113411404A (zh) 一种文件下载方法、装置、服务器及存储介质
US10938773B2 (en) Method and apparatus for synchronizing contact information and medium
CN110928571A (zh) 业务程序开发方法和装置
WO2022156087A1 (fr) Procédé et appareil d'établissement de liens de parenté de données, dispositif informatique et support de stockage
CN113343312A (zh) 基于前端埋点技术的页面防篡改方法及系统
CN111327680B (zh) 认证数据同步方法、装置、系统、计算机设备和存储介质
CN110505289B (zh) 文件下载方法及装置、计算机可读介质、无线通信设备
WO2022171190A1 (fr) Procédé de transaction de séquence d'exécution fixe, et appareil
CN115695416A (zh) 基于云存储服务的文件下载方法、装置、介质及设备
CN112783514B (zh) 一种web前端项目部署管理的方法与系统
CN112241332B (zh) 一种接口补偿的方法和装置
JP2022542203A (ja) ミニプログラムのバッチ処理方法、装置、電子機器及び可読記憶媒体
CN113760861A (zh) 一种数据迁移的方法和装置
CN113742376A (zh) 一种同步数据的方法、第一服务器以及同步数据的系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19788954

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 25.01.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19788954

Country of ref document: EP

Kind code of ref document: A1