CN107092472B - Dynamic publishing method and device - Google Patents

Dynamic publishing method and device Download PDF

Info

Publication number
CN107092472B
CN107092472B CN201610698478.5A CN201610698478A CN107092472B CN 107092472 B CN107092472 B CN 107092472B CN 201610698478 A CN201610698478 A CN 201610698478A CN 107092472 B CN107092472 B CN 107092472B
Authority
CN
China
Prior art keywords
application
dynamic
language code
dynamic language
publishing
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
CN201610698478.5A
Other languages
Chinese (zh)
Other versions
CN107092472A (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.)
Zhejiang Koubei Network Technology Co Ltd
Original Assignee
Zhejiang Koubei Network 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 Zhejiang Koubei Network Technology Co Ltd filed Critical Zhejiang Koubei Network Technology Co Ltd
Priority to CN201610698478.5A priority Critical patent/CN107092472B/en
Publication of CN107092472A publication Critical patent/CN107092472A/en
Application granted granted Critical
Publication of CN107092472B publication Critical patent/CN107092472B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application relates to the technical field of computers, in particular to a dynamic publishing method and a device, which are used for providing a dynamic publishing mechanism capable of realizing complex page updating, and the dynamic publishing method provided by the embodiment of the application comprises the following steps: the mobile terminal receives the dynamic language code of the application sent by the release server; the dynamic language code is obtained by converting an application source language code; generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language and the source language provided by an operating system; and running the converted source language operation method by calling a runtime mechanism provided by an operating system. The method is to update the page content from the bottom layer written application update version code, and does not update the page content from the page rendering perspective, and the method does not need to define the page layout in advance and can update the page in any complexity or simplicity.

Description

Dynamic publishing method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a dynamic publishing method and device.
Background
At present, the upgrade of the application version of the mobile terminal is realized by installing and covering a new version application under the operation of a user, and the new version application is operated after the installation is finished. The dynamic release can be used for downloading the updated version from the background under the condition that the user does not sense the updated version, the content of the updated version is loaded when the application is restarted every time, the updating and installing process of the version is not needed, and the running effect of the new version can be realized under the condition that the user does not sense the updated version.
The dynamic release under the prior IOS system is used for realizing the update of the application version, and all functional modules of which the front end carries out page layout need to be defined in advance, such as an image display module and a character display module, the size, the position and the like of an image can be changed based on the image display module, and the font, the color and the like of characters can be changed based on the character display module. However, the predefined method cannot support updating in all cases, and updating without predefined functions, such as inserting animation and complex interactive methods, cannot be realized in subsequent versions.
It can be seen that the current dynamic release mechanism has a weak update capability for the application version, and cannot realize complete dynamic release.
Disclosure of Invention
The embodiment of the application provides a dynamic release method and device, which are used for improving the updating capacity of an application version during dynamic release.
The embodiment of the application provides a dynamic publishing method, which comprises the following steps:
the mobile terminal receives the dynamic language code of the application sent by the release server; the dynamic language code is obtained by converting an application source language code;
generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language and the source language provided by an operating system;
and running the converted source language operation method by calling a runtime mechanism provided by an operating system.
Optionally, the receiving, by the mobile terminal, the dynamic language code of the application sent by the publishing server includes:
after the application is started, sending an updated version query request to the release server through the application;
and receiving dynamic language codes corresponding to the updated version contents of the application sent by the release server based on the query request.
Optionally, after receiving the dynamic language code corresponding to the updated version content of the application sent by the publishing server, before converting the dynamic language code into the source language operation method, the method further includes:
saving the dynamic language code in the application;
and loading the saved dynamic language code when the application is restarted.
The embodiment of the present application further provides a dynamic publishing method, including:
the method comprises the steps that the issuing equipment obtains source language codes of applications;
converting the source language code into dynamic language code;
and releasing the dynamic language code of the application.
Optionally, the publishing device is a publishing server;
or, if the issuing device is an issuing terminal, the issuing of the dynamic language code of the application includes:
and sending the dynamic language code of the application to a publishing server for publishing.
Optionally, before the dynamic language code of the application is released, the method further includes:
generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language and the source language provided by an operating system;
running the converted source language operation method by calling a runtime mechanism provided by an operating system;
the dynamic language code for publishing the application comprises:
and issuing the dynamic language code after the source language operation method is confirmed to run normally.
The embodiment of the application provides a dynamic publishing method, which comprises the following steps:
the method comprises the steps that a release server receives dynamic language codes of an application sent by a release terminal; the dynamic language code is obtained by converting an application source language code;
and releasing the dynamic language code of the application.
An embodiment of the present application provides a dynamic publishing device, including:
the receiving and sending module is used for receiving the dynamic language code of the application sent by the release server; the dynamic language code is obtained by converting an application source language code;
the conversion module is used for generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language provided by the operating system and the source language;
and the running module is used for running the converted source language operation method by calling a running runtime mechanism provided by an operating system.
An embodiment of the present application further provides a dynamic publishing device, including:
the acquisition module is used for acquiring a source language code of an application;
the conversion module is used for converting the source language code into a dynamic language code;
and the release module is used for releasing the dynamic language code of the application.
An embodiment of the present application further provides a publishing server for dynamic publishing, including:
the receiving module is used for receiving the dynamic language code of the application sent by the release terminal; the dynamic language code is obtained by converting an application source language code;
and the release module is used for releasing the dynamic language code of the application.
The method comprises the steps of writing codes of updated contents by adopting a source language of program development, converting the codes into dynamic language codes (such as JavaScript, Lua and the like belong to dynamic languages, and C, C + + and the like do not belong to dynamic languages), wherein the dynamic languages can change the structure of a program (introduce new operation methods and parameters, delete existing operation methods and parameters and the like) when the program runs, and specifically, converting the dynamic language codes into the source language operation method and running when the program runs. The method is based on the code of the application update version written at the bottom layer, the page content is not updated from the page rendering angle, each functional module for page layout does not need to be defined in advance, and any complex or simple update can be performed on the page.
Drawings
Fig. 1 is a flowchart of a dynamic publishing method according to an embodiment of the present application;
fig. 2 is a flowchart of a dynamic publishing method provided in the second embodiment of the present application;
fig. 3 is a structural diagram of a dynamic publishing device provided in the third embodiment of the present application;
fig. 4 is a structural diagram of a dynamic publishing device according to a fourth embodiment of the present application;
fig. 5 is a schematic structural diagram of a dynamically published publishing server according to a fifth embodiment of the present application.
Detailed Description
The scheme of the application is mainly applied to dynamic release of the application version. The dynamic release means that the latest application version content is loaded when the application is started every time without the installation process of the application version, so that the operation effect of the latest application version is realized.
The Android system can load new classes through a self-defined loader at present to realize complete dynamic publishing (simple or complex page updating), and the mobile operating system (IOS) of the apple company does not support the dynamic publishing mode at present, so the application is mainly designed for the IOS system, and certainly, the scheme provided by the application can also be implemented in the Android system. In the following, the scheme of the present application is described in further detail mainly by taking the application in the IOS system as an example.
Example one
As shown in fig. 1, a flowchart of a dynamic publishing method provided in an embodiment of the present application includes the following steps:
s101: the issuing apparatus (issuing terminal or issuing server) acquires the source language code of the application.
Here, the program developer writes the underlying code of the application in a source language (such as Objective-C), and the publishing device obtains Objective-C code of the application developed by the program developer.
The embodiment of the application can be applied to the release of the first version of the application and also can be applied to the release of the updated (upgraded) version of the application.
S102: the issuing apparatus (issuing terminal or issuing server) converts the acquired source language code into a dynamic language code.
Here, the source language code is converted into dynamic language code (the dynamic language may be JavaScript, Lua or others) by a programming language converter (converter). For example, the non-dynamic language Objective-C code is converted into dynamic language JavaScript code.
S103: the distribution apparatus (distribution terminal or distribution server) distributes the dynamic language code of the application. Here, if the distribution device is a distribution terminal, the distribution terminal specifically transmits the dynamic language code of the application to the distribution server for distribution.
In specific implementation, before the release terminal sends the dynamic language code of the application to the release server for release, or before the release server releases the dynamic language code of the application, the dynamic language code may be tested first, and a specific test process is similar to a process in which the mobile terminal loads the dynamic language code to realize a new version operation effect.
Specifically, the dynamic language code is converted into a source language operation method (specifically comprising a method name, parameter information and the like) by calling an interaction bridge (such as an interaction bridge JSBridge between JavaScript and Objective-C) between the dynamic language provided by the operating system and the source language; running the converted source language operation method by calling a runtime mechanism provided by an operating system; and after the source language operation method is confirmed to run normally (the page effect of the new version is realized), releasing the dynamic language code.
S104: and the mobile terminal receives the dynamic language code of the application sent by the release server.
In a specific implementation process, if the application is already installed in the mobile terminal, after the application is started, an update version (or referred to as an upgrade version) query request can be sent to the release server through the application; and the release server sends the dynamic language code corresponding to the updated version content of the application to the mobile terminal based on the query request.
In addition, after detecting that the mobile terminal logs in the application, the release server may actively push the dynamic language code corresponding to the updated version content of the application to the mobile terminal.
S105: and the mobile terminal converts the dynamic language code into a source language operation method by calling an interactive bridge between the dynamic language and the source language provided by the operating system.
In the specific implementation process, the mobile terminal stores the downloaded dynamic language code in the application; and when the application is restarted, loading the stored dynamic language code, and converting the dynamic language code into a source language operation method by calling an interaction bridge between the dynamic language and the source language provided by the operating system.
For example, the mobile terminal stores the downloaded JavaScript code in a preset Objective-C dynamic installation package OCDynamic SDK built in an application (or called client) through the application, loads the JavaScript code when restarting the application, converts the JavaScript code into an Objective-C operation method capable of running under an IOS runtime mechanism by calling JSBridge, and then runs the Objective-C operation method by calling the IOS runtime to perform page rendering to obtain a new version running effect.
S106: and the mobile terminal runs the converted source language operation method by calling a running runtime mechanism provided by an operating system.
According to the method, the bottom layer code of the application version is compiled by adopting the source language of program development, then the bottom layer code is converted into the dynamic language code to be issued, and when the program runs, the mobile terminal converts the dynamic language code into the source language operation method and calls a runtime mechanism to run by calling an interactive bridge between the dynamic language and the source language provided by an operating system. The method is based on the code of the application version changed at the bottom layer, the page content is not updated from the page rendering angle, each functional module for page layout does not need to be defined in advance, and any complex or simple update can be performed on the page.
One specific implementation under the scheme of the present application is described below.
Example two
As shown in fig. 2, a flowchart of a dynamic publishing method provided in the second embodiment of the present application includes the following steps:
s201: and the release terminal acquires an Objective-C code corresponding to the updated version content of the application written by the developer.
S202: and the issuing terminal converts the acquired Objective-C code into a JavaScript code.
S203: and the release terminal tests the converted JavaScript code.
S204: and after the test is passed, the releasing terminal sends the JavaScript code corresponding to the updated version content of the application to the releasing server for releasing.
S205: after the application is started, the mobile terminal sends an update version query request to the release server through the started application.
S206: and the release server sends the JavaScript code corresponding to the updated version content of the application to the mobile terminal.
S207: the mobile terminal stores the JavaScript code in the application.
S208: and when the mobile terminal restarts the application, loading the saved JavaScript code, and converting the JavaScript code into an Objective-C operation method by calling the IOS JSbridge.
S209: and the mobile terminal obtains a new version operation effect by calling the Objective-C operation method after the IOS runtime operation conversion.
Based on the same inventive concept, the embodiment of the present application further provides a device corresponding to the dynamic publishing method, and as the principle of solving the problem of the device of the present application is similar to that of the dynamic publishing method, the implementation of the device may refer to the implementation of the method, and repeated details are not repeated.
EXAMPLE III
As shown in fig. 3, a structure diagram of a dynamic publishing device (corresponding to the mobile terminal) provided in the fourth embodiment of the present application includes:
a transceiver module 31, configured to receive a dynamic language code of an application sent by a publishing server; the dynamic language code is obtained by converting an application source language code;
the conversion module 32 is used for generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language provided by the operating system and the source language;
and the running module 33 is used for running the converted source language operation method by calling a running runtime mechanism provided by an operating system.
Optionally, the transceiver module 31 is specifically configured to:
after the application is started, sending an updated version query request to the release server through the application; and receiving dynamic language codes corresponding to the updated version contents of the application sent by the release server based on the query request.
Optionally, the apparatus further comprises:
a saving module 34, configured to save the dynamic language code received by the transceiver module 31 in the application;
and the loading module 35 is configured to load the stored dynamic language code when the application is restarted.
Example four
As shown in fig. 4, a structure diagram of a dynamic publishing device (corresponding to the publishing device) provided in the third embodiment of the present application includes:
an obtaining module 41, configured to obtain a source language code of an application;
a conversion module 42 for converting the source language code into dynamic language code;
and the publishing module 43 is configured to publish the dynamic language code of the application.
Optionally, the device is a publishing server;
or, if the device is a distribution terminal, the distribution module is specifically configured to:
and sending the dynamic language code of the application to a publishing server for publishing.
Optionally, the apparatus further comprises:
the test module 44 is used for generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language provided by the operating system and the source language; running the converted source language operation method by calling a runtime mechanism provided by an operating system;
the issuing module 43 is specifically configured to:
and after the test result of the test module 44 is determined to be normal, the dynamic language code is issued.
EXAMPLE five
As shown in fig. 5, a structure diagram of a distribution server for dynamic distribution (corresponding to the distribution server) provided in the fifth embodiment of the present application includes:
a receiving module 51, configured to receive a dynamic language code of an application sent by a publishing terminal; the dynamic language code is obtained by converting an application source language code;
and the publishing module 52 is used for publishing the dynamic language code of the application.
In the embodiment of the application, the issuing terminal adopts the source language of program development to compile the bottom layer code of the application version, then converts the bottom layer code into the dynamic language code for issuing, the mobile terminal automatically downloads and stores the dynamic language code of the updated version in the background after starting the application, and loads the stored dynamic language code of the updated version after restarting the application, and converts the dynamic language code into the source language operation method and runs to realize the running effect of the new version. The scheme changes the code of the application version from the bottom layer, does not need to define each functional module for page layout in advance, and can update the page in any complexity or simplicity.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the preferred embodiments of the present application have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all alterations and modifications as fall within the scope of the application.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (12)

1. A dynamic publishing method, comprising:
the mobile terminal receives the dynamic language code of the application sent by the release server, and the dynamic language code comprises the following steps: after the application is started, sending an updated version query request to the release server through the application; receiving a dynamic language code corresponding to the updated version content of the application sent by the release server based on the query request; the dynamic language code is obtained by converting an application source language code;
generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language and the source language provided by an operating system;
and running the converted source language operation method by calling a runtime mechanism provided by an operating system.
2. The method of claim 1, wherein after receiving the dynamic language code corresponding to the updated version of the application sent by the publishing server, and before converting the dynamic language code into the source language operating method, further comprising:
saving the dynamic language code in the application;
and loading the saved dynamic language code when the application is restarted.
3. A dynamic publishing method, comprising:
the method comprises the steps that the issuing equipment obtains source language codes of applications;
converting the source language code into dynamic language code;
publishing the dynamic language code of the application;
before the dynamic language code of the application is released, the method further comprises the following steps:
generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language and the source language provided by an operating system;
running the converted source language operation method by calling a runtime mechanism provided by an operating system;
the method further comprises the following steps: after starting the application, the mobile terminal sends a query request of an updated version to the release server through the started application; and the release server sends the dynamic language code corresponding to the updated version of the application to the mobile terminal.
4. The method of claim 3, wherein the publishing device is a publishing server;
or, if the issuing device is an issuing terminal, the issuing of the dynamic language code of the application includes:
and sending the dynamic language code of the application to a publishing server for publishing.
5. The method of claim 3,
the dynamic language code for publishing the application comprises:
and issuing the dynamic language code after the source language operation method is confirmed to run normally.
6. A dynamic publishing method, comprising:
the method comprises the steps that a release server receives dynamic language codes of an application sent by a release terminal; the dynamic language code is obtained by converting an application source language code;
publishing the dynamic language code of the application;
before the dynamic language code of the application is released, the method further comprises the following steps:
generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language and the source language provided by an operating system;
running the converted source language operation method by calling a runtime mechanism provided by an operating system;
the method further comprises the following steps: after starting the application, the mobile terminal sends a query request of an updated version to the release server through the started application; and the release server sends the dynamic language code corresponding to the updated version of the application to the mobile terminal.
7. A dynamic publishing device, comprising:
the receiving and sending module is used for receiving the dynamic language code of the application sent by the release server; the dynamic language code is obtained by converting an application source language code;
the conversion module is used for generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language provided by the operating system and the source language;
the running module is used for running the converted source language operation method by calling a running runtime mechanism provided by an operating system;
wherein the transceiver module is specifically configured to: after the application is started, sending an updated version query request to the release server through the application; and receiving dynamic language codes corresponding to the updated version contents of the application sent by the release server based on the query request.
8. The apparatus of claim 7, wherein the apparatus further comprises:
the storage module is used for storing the dynamic language code received by the transceiver module in the application;
and the loading module is used for loading the stored dynamic language code when the application is restarted.
9. A dynamic publishing device, comprising:
the acquisition module is used for acquiring a source language code of an application;
the conversion module is used for converting the source language code into a dynamic language code;
the release module is used for releasing the dynamic language code of the application;
the test module is used for generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language provided by the operating system and the source language; running the converted source language operation method by calling a runtime mechanism provided by an operating system;
wherein, after the dynamic language code of the application is released, the method comprises: after starting the application, the mobile terminal sends a query request of an updated version to the release server through the started application; and the release server sends the dynamic language code corresponding to the updated version of the application to the mobile terminal.
10. The device of claim 9, wherein the device is a publishing server;
or, if the device is a distribution terminal, the distribution module is specifically configured to:
and sending the dynamic language code of the application to a publishing server for publishing.
11. The device of claim 9, wherein the publishing module is specifically configured to:
and after the test result of the test module is confirmed to be normal, the dynamic language code is issued.
12. A dynamically published publishing server, the publishing server comprising:
the receiving module is used for receiving the dynamic language code of the application sent by the release terminal; the dynamic language code is obtained by converting an application source language code;
the release module is used for releasing the dynamic language code of the application;
the test module is used for generating a source language operation method based on the dynamic language code by calling an interactive bridge between the dynamic language provided by the operating system and the source language; running the converted source language operation method by calling a runtime mechanism provided by an operating system;
wherein, after the dynamic language code of the application is released, the method comprises: after starting the application, the mobile terminal sends a query request of an updated version to the release server through the started application; and the release server sends the dynamic language code corresponding to the updated version of the application to the mobile terminal.
CN201610698478.5A 2016-08-19 2016-08-19 Dynamic publishing method and device Active CN107092472B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610698478.5A CN107092472B (en) 2016-08-19 2016-08-19 Dynamic publishing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610698478.5A CN107092472B (en) 2016-08-19 2016-08-19 Dynamic publishing method and device

Publications (2)

Publication Number Publication Date
CN107092472A CN107092472A (en) 2017-08-25
CN107092472B true CN107092472B (en) 2021-01-29

Family

ID=59646024

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610698478.5A Active CN107092472B (en) 2016-08-19 2016-08-19 Dynamic publishing method and device

Country Status (1)

Country Link
CN (1) CN107092472B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107832099B (en) * 2017-10-26 2020-12-11 咪咕数字传媒有限公司 Method and device for client version compatibility and storage medium
CN108737899A (en) * 2018-03-30 2018-11-02 上海极链网络科技有限公司 Video interactive system dynamic update scheme
CN112927021A (en) * 2021-03-22 2021-06-08 广州宸祺出行科技有限公司 Advertisement pushing method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226485A (en) * 2013-05-21 2013-07-31 北京奇虎科技有限公司 Code publishing method, machine and system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104111855A (en) * 2014-07-29 2014-10-22 广东能龙教育股份有限公司 Method for dynamic update of iOS (Iphone Operation System) client based on Lua
CN105446712B (en) * 2014-08-08 2020-04-03 阿里巴巴集团控股有限公司 Application program defect repairing method and device
CN105847443A (en) * 2016-05-31 2016-08-10 深圳市佑嘉互动科技有限公司 Method and system for realizing online update of iOS applications

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226485A (en) * 2013-05-21 2013-07-31 北京奇虎科技有限公司 Code publishing method, machine and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JSPatch-动态更新iOS APP;懒人段;《https://www.cnblogs.com/LazyDuan/p/4968887.html》;20151116;第1-4页 *
很多语言转换为javaScript;风的王子;《https://blog.csdn.net/zcwfengbingdongguke/article/details/14154545》;20131105;第1-8页 *

Also Published As

Publication number Publication date
CN107092472A (en) 2017-08-25

Similar Documents

Publication Publication Date Title
US11467854B2 (en) Method and apparatus for loading multiple differing versions of a native library into a native environment
US10795652B2 (en) Generating native code from intermediate language code for an application
CN106775723B (en) Android platform-based system firmware customization method and Android device
CN107577491B (en) Weex-based method and system for updating version in mobile application
CN105446712B (en) Application program defect repairing method and device
CN111740948B (en) Data packet issuing method, dynamic updating method, device, equipment and medium
WO2015021860A1 (en) Method and apparatus for loading rendering engine
CN106686200B (en) Mobile application program updating method, mobile terminal and updating system
CN107797820B (en) Method and device for generating patch
CN108647032B (en) Application loading method and device, computer device and computer readable storage medium
CN112256296A (en) Express delivery service APP updating method, device, equipment and storage medium based on Weex
CN110990023A (en) aar file dependency uploading method and device, storage medium and electronic equipment
CN107092472B (en) Dynamic publishing method and device
CN111475142A (en) Method, device and equipment for generating applet file package
CN111399840A (en) Module development method and device
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN107092514B (en) Page content display method and device
CN110780899A (en) Application hot updating method and device, computer equipment and storage medium
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN109240696A (en) A kind of Oftware updating method and device
CN108595335B (en) Test environment deployment method, deployment device and storage medium
CN106033364B (en) Web application program upgrading method and system
CN113220374A (en) Software processing method and device
KR20130020135A (en) System and method of providing the developer list of developing code simultaneously in an integrated development environment
CN108345461B (en) Application updating method and device and computer readable 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180420

Address after: G block, 11 floor, A building, Paradise software garden, 3 West Dou Men Road, Xihu District, Hangzhou, Zhejiang

Applicant after: Zhejiang word-of-mouth network technology Co., Ltd.

Address before: Cayman Islands Grand Cayman capital building a four storey No. 847 mailbox

Applicant before: ALIBABA GROUP HOLDING LIMITED

GR01 Patent grant
GR01 Patent grant