CN104111855A - Method for dynamic update of iOS (Iphone Operation System) client based on Lua - Google Patents

Method for dynamic update of iOS (Iphone Operation System) client based on Lua Download PDF

Info

Publication number
CN104111855A
CN104111855A CN201410367963.5A CN201410367963A CN104111855A CN 104111855 A CN104111855 A CN 104111855A CN 201410367963 A CN201410367963 A CN 201410367963A CN 104111855 A CN104111855 A CN 104111855A
Authority
CN
China
Prior art keywords
lua
class
userdata
functionality based
bridge
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
CN201410367963.5A
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.)
GUANGDONG NENGLONG EDUCATION Co Ltd
Original Assignee
GUANGDONG NENGLONG EDUCATION 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 GUANGDONG NENGLONG EDUCATION Co Ltd filed Critical GUANGDONG NENGLONG EDUCATION Co Ltd
Priority to CN201410367963.5A priority Critical patent/CN104111855A/en
Publication of CN104111855A publication Critical patent/CN104111855A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a method for the dynamic update of an iOS (Iphone Operation System) client based on a Lua. The method comprises the following steps: A, placing a business logic code prepared by a Lua script language on the appointed position of a server, and equipping the version number of an App code module of the relevant client on the server at the same time; B, when the client starts for operation, renewing the business logic code of a Lua script by visiting the server and inquiring the version number of the relevant App code module according to the version number; C, when the client is performed to the App code module, dynamically loading the downloaded business logic code of the Lua script through a Lua CAPI (Communication Application Program Interface), and parsing the business logic code of the Lua script by a Lua parser and a bridge in a client program, so as to achieve an aim of dynamic update.

Description

A kind of method that iOS client functionality based on Lua dynamically updates
Technical field
The present invention relates to iOS client, the method that especially a kind of iOS client functionality based on Lua dynamically updates.
Background technology
For the App in the apple shop of having reached the standard grade, in the time that developer need to upgrade client, the most traditional way is to be submitted to apple shop by recompilating the complete App generating, wait for the examination & verification in apple shop, after examination & verification is passed through, user can download and install App again to reach the object of renewal.
Due to iOS platform constraints do not allow to load in a dynamic way the executable program being generated by primary code compilation, mean that developer cannot organize in the mode of dynamic link library the software architecture of App, also just means and cannot complete the renewal to customer end A pp by independent Regeneration dynamics chained library.
Upgrade client if adopt traditional mode, owing to auditing by often needing to expend the longer stand-by period from submitting to apple shop, cause our renewal version can not promptly be delivered on client's mobile device, user also needs again to download and install whole customer end A pp.
A kind of implementation close with the present invention is based on Javascript script and is built in the Web App of WebKit framework of iOS, download and resolve by WebKit and carry out Javascript scripted code, can reach equally the object that dynamically updates client functionality.
If client is to make the mode of the Web App based on Javascript and WebKit, upgrading client does not need through examination & verification, very convenient, user is also without again downloading and installing whole App, but the operation of Web App depends on WebKit, be subject to Javascript to resolve the impact of the execution performance in storehouse, user experienced have certain gap compared with primary App.
Explanation of nouns:
Lua: write the script forming by standard C, can compile on all operations system and platform, operation; Lua is a kind of Embedded Script Language, Lua be not can isolated operation program, in actual applications, the C API providing by Lua completes communication between C/C++ code bilingual;
IOS: apple mobile device operation system;
App: application software;
JavaScript: be a kind of based on object and event-driven and there is the client script language of relative safety.Also be a kind of script that is widely used in client Web exploitation, be commonly used to the subset to HTML(standard generalized markup language simultaneously) webpage interpolation dynamic function, such as response user's various operations;
WebKit is the Web browser engine of increasing income, and the Safari of apple, the Chrome browser of Google are all developed based on this framework.WebKit also supports mobile device and mobile phone, comprises that iPhone and Android mobile phone are all to use the core of WebKit as browser.
Summary of the invention
For above-mentioned shortcoming, the present invention proposes a kind of method that iOS client functionality based on Lua dynamically updates, both can reach the object that client upgrades in time without submission examination & verification in the situation that, user, also without again downloading and installing App one time, can keep good user to experience simultaneously.
The technical solution used in the present invention is:
The method that iOS client functionality based on Lua dynamically updates, comprises the following steps:
A, the assigned address of service end will be placed on by the business logic codes that Lua script is write, simultaneously in the version number of service end configuration relative clients end App code module;
When B, client terminal start-up operation, by the version number of access services end, the relevant App code module of inquiry, download the Lua script business logic codes that need to upgrade according to version number;
C, when client executing is when the App code module, dynamically load the Lua script business logic codes of having downloaded by Lua C API, and resolve the described Lua script business logic codes of execution by the Lua resolver being integrated in client-side program, to reach the object dynamically updating.
As the further improvement of this programme, it also comprises a bridge, and this bridge is for changing the code that Lua resolver can not be resolved.
Concrete, described bridge comprises the userdata structure of mark Object-C class object and instance objects, this structure exists as the userdata data type in Lua, in this structure, depositing pointer and other identification informations of pointing to Object-C object, the operation relevant to object completes substantially on the basis of this structure.
Further, described bridge leaves the userdata structure corresponding with Object-C object in two mapping tables in the right mode of key-value, and wherein key is the pointer of the Object-C object in userdata structure, and value is userdata structure.
In described two mapping tables, one of them table is weak table, has stored the weak reference of the Object-C object creating in Lua aspect; Another table is the Object-C object creating for being kept at bridge aspect, is a strongly reference table.
Wherein, described bridge comprise Object-C class object establishment, be class registration new method and calling method.
Further, the establishment of described Object-C class object comprises: pass through the class title character string of definition and the operation of Object-C in Lua meta-function time, API creates a class, and construct the structure of the userdata type that Lua can identify, then this userdata structure is put into two above-mentioned mapping tables.
Above-mentioned be the class process of registering new method as: when operation by Object-C, API registers new method to a class, when this operation, API is class_addMethod, this class_addMethod receives the function pointer of an IMP type, and this function pointer points to the realization of this new method.
The process of described method call is: in first method index of bridge, calling as a closure of method is pressed in the storehouse of the current maintenance of Lua, carries out the covering of method in first method newindex.
Described method call has been the thing of Object-C aspect in closure, first from Lua, obtain the title of the current method of calling, when operation by method name by Object-C, API-sel_getUid gets method mark-SEL corresponding to registered method name, generate NSMethodSignature object according to method mark by the API of Object-C aspect again, then by NSMethodSignature object structure NSInvocation object, last calling by NSInvocation object Method Of Accomplishment.
Beneficial effect of the present invention:
The present invention rapidly iteration upgrades client, user is without again downloading and installing App, in most of the cases, more new script amount can be very not large, renewal process can not affect user's experience, the most important Lua of being script resolver has outstanding performance, makes customer end A pp can keep good user to experience.
Brief description of the drawings
Below in conjunction with accompanying drawing, the specific embodiment of the present invention is described further.
Fig. 1 is system architecture diagram of the present invention;
Fig. 2 is dynamic updating method process flow diagram of the present invention.
Embodiment
The technical program is based on following technical foundation:
1. the design concept of Lua is to make its bonding other development language, and it provides a series of Lua C API, and according to its specification, we can write a series of meta-function, as the bonding code of the application program of Lua and other language compilation.
2. Object-C, as a kind of dynamic language, provides API abundant while operation, provides according to class title to carry out dynamic reflective class object, carry out the characteristics such as dynamic binding method according to method name.
3. Object-C can be easily in C hybrid programming, for writing of bonding code provides support.
As Figure 1-Figure 2, be the system and method that a kind of iOS client functionality based on Lua of the present invention dynamically updates, the method comprises the following steps:
A, the assigned address of service end will be placed on by the business logic codes that Lua script is write, simultaneously in the version number of service end configuration relative clients end App code module;
When B, client terminal start-up operation, by the version number of access services end, the relevant App code module of inquiry, download the Lua script business logic codes that need to upgrade according to version number;
C, when client executing is when the App code module, dynamically load the Lua script business logic codes of having downloaded by Lua C API, and resolve the described Lua script business logic codes of execution by the Lua resolver and the bridge that are integrated in client-side program, this bridge is for changing the code that Lua resolver can not be resolved, to reach the object dynamically updating.
Launch to set forth its implementation for above-mentioned steps C below:
Bridge has mainly been safeguarded the userdata structure of mark Object-C class object and instance objects, and this structure exists as the userdata data type in Lua.In this structure, depositing pointer and other identification informations of pointing to Object-C object, the operation relevant to object is all to complete on the basis of this structure substantially.
Bridge leaves the above-mentioned userdata structure corresponding with Object-C object in two tables in the right mode of key-value, and wherein key is the pointer of the Object-C object in userdata structure, and value is userdata structure.One of them table is weak table, has stored the weak reference of the Object-C object creating in Lua aspect, can call this yuan of method of write _ _ gc of bridge and destroy object in the time that object does not re-use.Another table is the Object-C object creating for being kept at bridge aspect, be a strongly reference table, need manual administration internal memory, in framework when operation, is by the ceaselessly reference count of the object in this table of poll of a timer, if be less than 2, will destroy object.
As previously described, we can write a series of meta-function, and as the bonding code of Lua and Object-C, wherein most crucial is in bonding code, to realize the establishment of Object-C class, object and calling method.
1. the establishment of Object-C class object:
In order to create Object-C class object, API(objc_getClass can pass through the class title character string of definition and the operation of Object-C in Lua meta-function time) class of establishment, and construct the structure of the userdata type that Lua can identify, then this userdata structure is put into two above-mentioned mapping tables.
2. be a class registration new method
API(class_addMethod when operation by Object-C) register new method to a class, class_addMethod receives the function pointer of an IMP type, and this function pointer points to the realization of this new method.In the bridge of Lua and Object-C, IMP function has comprised the method that user writes in Lua aspect, also comprises parameter and the mutual conversion of rreturn value in ObjC and Lua of this method.Namely in the time calling the method that a Lua writes, can first parameter be converted into the discernible data type of Lua, then by the lua_pcall function call Lua method in Lua C API, convert ObjC type to returning results again after complete.
3. calling of method
In the first method _ _ index of bridge, calling as a closure (closure) of method is pressed in the storehouse of the current maintenance of Lua, in first method _ _ newindex, carries out the override of method.It in closure, has been mainly the thing of ObjC aspect, first from Lua, obtain the title of the current method of calling, API(sel_getUid when operation by method name by Object-C) get method mark (SEL) corresponding to registered method name, then generate NSMethodSignature(NSMethodSignature and stored parameter type, quantity and the rreturn value type of the method by the API of ObjC aspect according to method mark).Then by NSMethodSignature structure NSInvocation, last calling by NSInvocation Method Of Accomplishment.
The foregoing is only preferential embodiment of the present invention, the present invention is not limited to above-mentioned embodiment, as long as within the technical scheme that realizes the object of the invention with basic identical means all belongs to protection scope of the present invention.

Claims (10)

1. the method that the iOS client functionality based on Lua dynamically updates, is characterized in that comprising the following steps:
A, the assigned address of service end will be placed on by the business logic codes that Lua script is write, simultaneously in the version number of service end configuration relative clients end App code module;
When B, client terminal start-up operation, by the version number of access services end, the relevant App code module of inquiry, download the Lua script business logic codes that need to upgrade according to version number;
C, when client executing is when the App code module, dynamically load the Lua script business logic codes of having downloaded by Lua C API, and resolve the described Lua script business logic codes of execution by the Lua resolver being integrated in client-side program, to reach the object dynamically updating.
2. the method that a kind of iOS client functionality based on Lua according to claim 1 dynamically updates, is characterized in that: it also comprises a bridge, and this bridge is for changing the code that Lua resolver can not be resolved.
3. the method that a kind of iOS client functionality based on Lua according to claim 2 dynamically updates, it is characterized in that: described bridge comprises the userdata structure of mark Object-C class object and instance objects, this structure exists as the userdata data type in Lua, in this structure, depositing pointer and other identification informations of pointing to Object-C object, the operation relevant to object completes substantially on the basis of this structure.
4. the method that a kind of iOS client functionality based on Lua according to claim 3 dynamically updates, it is characterized in that: described bridge leaves the userdata structure corresponding with Object-C object in two mapping tables in the right mode of key-value, wherein key is the pointer of the Object-C object in userdata structure, and value is userdata structure.
5. the method that a kind of iOS client functionality based on Lua according to claim 4 dynamically updates, is characterized in that: in described two mapping tables, one of them table is weak table, has stored the weak reference of the Object-C object creating in Lua aspect; Another table is the Object-C object creating for being kept at bridge aspect, is a strongly reference table.
6. the method that a kind of iOS client functionality based on Lua according to claim 5 dynamically updates, is characterized in that: described bridge comprise Object-C class object establishment, be class registration new method and calling method.
7. the method that a kind of iOS client functionality based on Lua according to claim 6 dynamically updates, it is characterized in that: the establishment of described Object-C class object comprises: pass through the class title character string of definition and the operation of Object-C in Lua meta-function time, API creates a class, and construct the structure of the userdata type that Lua can identify, then this userdata structure is put into two above-mentioned mapping tables.
8. the method that a kind of iOS client functionality based on Lua according to claim 6 dynamically updates, it is characterized in that: above-mentioned be the class process of registering new method as: when operation by Object-C, API registers new method to a class, when this operation, API is class_addMethod, this class_addMethod receives the function pointer of an IMP type, and this function pointer points to the realization of this new method.
9. the method that a kind of iOS client functionality based on Lua according to claim 6 dynamically updates, it is characterized in that: the process of described method call is: in first method index of bridge, calling as a closure of method is pressed in the storehouse of the current maintenance of Lua, in first method newindex, carries out the covering of method.
10. the method that a kind of iOS client functionality based on Lua according to claim 9 dynamically updates, it is characterized in that: described method call has been the thing of Object-C aspect in closure, first from Lua, obtain the title of the current method of calling, when operation by method name by Object-C, API-sel_getUid gets method mark-SEL corresponding to registered method name, generate NSMethodSignature object according to method mark by the API of Object-C aspect again, then by NSMethodSignature object structure NSInvocation object, last calling by NSInvocation object Method Of Accomplishment.
CN201410367963.5A 2014-07-29 2014-07-29 Method for dynamic update of iOS (Iphone Operation System) client based on Lua Pending CN104111855A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410367963.5A CN104111855A (en) 2014-07-29 2014-07-29 Method for dynamic update of iOS (Iphone Operation System) client based on Lua

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410367963.5A CN104111855A (en) 2014-07-29 2014-07-29 Method for dynamic update of iOS (Iphone Operation System) client based on Lua

Publications (1)

Publication Number Publication Date
CN104111855A true CN104111855A (en) 2014-10-22

Family

ID=51708655

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410367963.5A Pending CN104111855A (en) 2014-07-29 2014-07-29 Method for dynamic update of iOS (Iphone Operation System) client based on Lua

Country Status (1)

Country Link
CN (1) CN104111855A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104363212A (en) * 2014-10-31 2015-02-18 北京思特奇信息技术股份有限公司 Socket communication semantics analysis method, adapter and application system based on Lua
CN106155729A (en) * 2015-04-21 2016-11-23 阿里巴巴集团控股有限公司 The hot update method of Lua script, Apparatus and system
CN106227554A (en) * 2016-07-08 2016-12-14 百度在线网络技术(北京)有限公司 A kind of method and apparatus carrying out applying heat renewal in ios system
CN106547520A (en) * 2015-09-16 2017-03-29 腾讯科技(深圳)有限公司 A kind of code path analysis method and device
CN107092472A (en) * 2016-08-19 2017-08-25 口碑控股有限公司 A kind of dynamic publishing method and equipment
CN107423079A (en) * 2017-03-10 2017-12-01 武汉斗鱼网络科技有限公司 A kind of method of synchronous script, the method and apparatus for parsing message
CN108304205A (en) * 2018-01-30 2018-07-20 努比亚技术有限公司 A kind of update method of application program, terminal and computer readable storage medium
CN108399074A (en) * 2018-01-30 2018-08-14 努比亚技术有限公司 A kind of update method of application program, terminal and computer readable storage medium
CN108737899A (en) * 2018-03-30 2018-11-02 上海极链网络科技有限公司 Video interactive system dynamic update scheme
CN108845810A (en) * 2018-05-23 2018-11-20 北京五八信息技术有限公司 A kind of method, apparatus, electronic equipment and storage medium that application dynamic updates
CN108874418A (en) * 2018-05-23 2018-11-23 北京五八信息技术有限公司 Update method, device, terminal and the computer readable storage medium of UI component
CN108920379A (en) * 2018-07-18 2018-11-30 苏州思必驰信息科技有限公司 The method and apparatus for capturing lua code exception
CN109298877A (en) * 2018-09-17 2019-02-01 北京智明星通科技股份有限公司 Game renewal method and system, terminal and computer readable storage medium
CN110020370A (en) * 2017-12-25 2019-07-16 阿里巴巴集团控股有限公司 The method, apparatus of animation and the frame of animation script are realized in client application
CN110209413A (en) * 2019-05-05 2019-09-06 阿里巴巴集团控股有限公司 A kind of application update method and device
CN110489124A (en) * 2019-07-12 2019-11-22 浙江口碑网络技术有限公司 Source code executes method, apparatus, storage medium and computer equipment
CN110597581A (en) * 2019-08-02 2019-12-20 北京奇艺世纪科技有限公司 External interaction method and device of dynamic UI system, electronic equipment and storage medium
CN110874226A (en) * 2018-08-29 2020-03-10 山东华软金盾软件股份有限公司 Android system function upgrading method
CN111061468A (en) * 2019-12-20 2020-04-24 北京爱奇艺科技有限公司 Mapping method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092665A (en) * 2013-03-01 2013-05-08 畅捷通信息技术股份有限公司 Immediate updating device and immediate updating method
CN103353845A (en) * 2013-06-28 2013-10-16 贵阳朗玛信息技术股份有限公司 Method and device for uploading and pushing script
CN103605551A (en) * 2013-11-28 2014-02-26 金蝶软件(中国)有限公司 Plugin updating method, system and relevant equipment based on IOS program
CN103731445A (en) * 2012-10-10 2014-04-16 上海宝信软件股份有限公司 Intelligent application updating system and method based on IOS

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103731445A (en) * 2012-10-10 2014-04-16 上海宝信软件股份有限公司 Intelligent application updating system and method based on IOS
CN103092665A (en) * 2013-03-01 2013-05-08 畅捷通信息技术股份有限公司 Immediate updating device and immediate updating method
CN103353845A (en) * 2013-06-28 2013-10-16 贵阳朗玛信息技术股份有限公司 Method and device for uploading and pushing script
CN103605551A (en) * 2013-11-28 2014-02-26 金蝶软件(中国)有限公司 Plugin updating method, system and relevant equipment based on IOS program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
GEEKERPROBE: ""Wax Lua-使用lua编写原生ios程序的框架实现原理"", 《HTTP://WWW.TUICOOL.COM/ARTICLES/AV77FY》 *
朱克锋-盒子人: ""基于wax的lua IOS插件开发"", 《HTTP://BLOG.CSDN.NET/LINUX_ZKF/ARTICLE/DETAILS/17123275》 *

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104363212A (en) * 2014-10-31 2015-02-18 北京思特奇信息技术股份有限公司 Socket communication semantics analysis method, adapter and application system based on Lua
CN104363212B (en) * 2014-10-31 2018-10-19 北京思特奇信息技术股份有限公司 A kind of socket communication semantemes analytic method and application system based on Lua
CN106155729A (en) * 2015-04-21 2016-11-23 阿里巴巴集团控股有限公司 The hot update method of Lua script, Apparatus and system
CN106155729B (en) * 2015-04-21 2020-02-14 阿里巴巴集团控股有限公司 Lua script hot updating method, device and system
CN106547520A (en) * 2015-09-16 2017-03-29 腾讯科技(深圳)有限公司 A kind of code path analysis method and device
CN106547520B (en) * 2015-09-16 2021-05-28 腾讯科技(深圳)有限公司 Code path analysis method and device
CN106227554A (en) * 2016-07-08 2016-12-14 百度在线网络技术(北京)有限公司 A kind of method and apparatus carrying out applying heat renewal in ios system
CN107092472A (en) * 2016-08-19 2017-08-25 口碑控股有限公司 A kind of dynamic publishing method and equipment
CN107423079A (en) * 2017-03-10 2017-12-01 武汉斗鱼网络科技有限公司 A kind of method of synchronous script, the method and apparatus for parsing message
CN110020370A (en) * 2017-12-25 2019-07-16 阿里巴巴集团控股有限公司 The method, apparatus of animation and the frame of animation script are realized in client application
CN110020370B (en) * 2017-12-25 2023-03-14 阿里巴巴集团控股有限公司 Method and device for realizing animation in client application and framework of animation script
CN108399074A (en) * 2018-01-30 2018-08-14 努比亚技术有限公司 A kind of update method of application program, terminal and computer readable storage medium
CN108304205A (en) * 2018-01-30 2018-07-20 努比亚技术有限公司 A kind of update method of application program, terminal and computer readable storage medium
CN108737899A (en) * 2018-03-30 2018-11-02 上海极链网络科技有限公司 Video interactive system dynamic update scheme
CN108874418A (en) * 2018-05-23 2018-11-23 北京五八信息技术有限公司 Update method, device, terminal and the computer readable storage medium of UI component
CN108845810B (en) * 2018-05-23 2022-04-22 北京五八信息技术有限公司 Method and device for dynamically updating application, electronic equipment and storage medium
CN108874418B (en) * 2018-05-23 2022-04-05 北京五八信息技术有限公司 UI component updating method and device, terminal and computer-readable storage medium
CN108845810A (en) * 2018-05-23 2018-11-20 北京五八信息技术有限公司 A kind of method, apparatus, electronic equipment and storage medium that application dynamic updates
CN108920379A (en) * 2018-07-18 2018-11-30 苏州思必驰信息科技有限公司 The method and apparatus for capturing lua code exception
CN108920379B (en) * 2018-07-18 2022-01-11 思必驰科技股份有限公司 Method and device for capturing lua code exception
CN110874226B (en) * 2018-08-29 2023-05-02 山东华软金盾软件股份有限公司 Android system function upgrading method
CN110874226A (en) * 2018-08-29 2020-03-10 山东华软金盾软件股份有限公司 Android system function upgrading method
WO2020057253A1 (en) * 2018-09-17 2020-03-26 Beijing Elex Technology Co., Ltd Method and system for game updating, terminal and computer readable storage medium
CN109298877B (en) * 2018-09-17 2021-10-19 北京智明星通科技股份有限公司 Game updating method and system, terminal and computer readable storage medium
CN109298877A (en) * 2018-09-17 2019-02-01 北京智明星通科技股份有限公司 Game renewal method and system, terminal and computer readable storage medium
CN110209413A (en) * 2019-05-05 2019-09-06 阿里巴巴集团控股有限公司 A kind of application update method and device
CN110489124A (en) * 2019-07-12 2019-11-22 浙江口碑网络技术有限公司 Source code executes method, apparatus, storage medium and computer equipment
CN110597581A (en) * 2019-08-02 2019-12-20 北京奇艺世纪科技有限公司 External interaction method and device of dynamic UI system, electronic equipment and storage medium
CN111061468A (en) * 2019-12-20 2020-04-24 北京爱奇艺科技有限公司 Mapping method and device
CN111061468B (en) * 2019-12-20 2023-10-10 北京爱奇艺科技有限公司 Mapping method and device

Similar Documents

Publication Publication Date Title
CN104111855A (en) Method for dynamic update of iOS (Iphone Operation System) client based on Lua
KR102281052B1 (en) Mobile terminal application update method and apparatus
US20100281475A1 (en) System and method for mobile smartphone application development and delivery
US20110307238A1 (en) Methods for utilizing a javascript emulator in a web content proxy server and devices thereof
CN104731589A (en) Automatic generation method and device of user interface (UI)
CN106686200B (en) Mobile application program updating method, mobile terminal and updating system
CN109669692B (en) Source code sharing method, server, computer readable storage medium and system
CN103049320A (en) Method and device for starting external application program in browser
CN102023856A (en) Method for outputting and operating data at server in formatting way according to demands of user
US10191751B2 (en) Information processing device for generating application programming interface information
CN104615462A (en) Cross-platform mobile application generating server side and system
CN106372250A (en) Parameter passing method and device capable of starting local application through URL protocol
CN104267972A (en) Brower local interface expansion method and device
CN112035112A (en) Application program development method, system, medium and electronic device
CN109240733A (en) A kind of method and terminal updating advertisement SDK based on Android system
CN106257418A (en) For by using assistance application to evaluate the technology of application
CN108170430B (en) Interface display method and system
CN103634393A (en) IVR (interactive voice response) and realization method thereof
CN107193565B (en) Method for developing native APP (application) across mobile terminals
CN108804120B (en) Page construction method, device, equipment and storage medium
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN101876998A (en) Method and system for editing data
CN107239265B (en) Binding method and device of Java function and C function
US9509761B2 (en) Open user interface
AU2019222873B2 (en) Method and system for providing content

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20141022