CN115460274A - Method, device and equipment for discovering third-party SDK and computer readable storage medium - Google Patents

Method, device and equipment for discovering third-party SDK and computer readable storage medium Download PDF

Info

Publication number
CN115460274A
CN115460274A CN202211115118.XA CN202211115118A CN115460274A CN 115460274 A CN115460274 A CN 115460274A CN 202211115118 A CN202211115118 A CN 202211115118A CN 115460274 A CN115460274 A CN 115460274A
Authority
CN
China
Prior art keywords
address
sdk
data
determining
party sdk
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
CN202211115118.XA
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.)
China Merchants Bank Co Ltd
Original Assignee
China Merchants Bank 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 China Merchants Bank Co Ltd filed Critical China Merchants Bank Co Ltd
Priority to CN202211115118.XA priority Critical patent/CN115460274A/en
Publication of CN115460274A publication Critical patent/CN115460274A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a method, a device, equipment and a computer readable storage medium for discovering a third-party SDK, wherein the method comprises the following steps: capturing a network request of an application in operation in real time; determining network data according to the network request, wherein the network data comprise a destination address and a source address, and storing the destination address and the source address into a preset address list; and when an SDK query request is received, determining third-party SDK data corresponding to the application according to the address list and a preset associated database. The invention can determine the network data according to the network request, then obtains the network data from the address list according to the received request for inquiring the SDK, and obtains the third-party SDK data corresponding to the application through the preset relational database so as to find the behavior of the application for referring to the third-party SDK.

Description

Method, device and equipment for discovering third-party SDK and computer readable storage medium
Technical Field
The present invention relates to the field of third-party SDK discovery technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for discovering a third-party SDK.
Background
With the continuous development of ios platforms, the functional modules provided by ios applications are increasingly abundant, and the number of third-party SDKs cited in each ios application is also increasing. But with the increasing scale of SDK reference, the risk problems such as privacy compliance and application security brought to the application itself by referring to the third-party SDK are more serious. Therefore, a discovery method for referring to the third-party SDK behavior by the ios application is necessary to uniformly monitor and manage the behavior of referring to the third-party SDK by the application.
At present, a mainstream third-party SDK discovery method mainly aims at Android application, and discovers a behavior of an application referencing a third-party SDK by decompiling an application package and then retrieving a third-party SDK package name from an application resource or a code file obtained by decompiling. Because the ios application decompilation difficulty is high, the method is difficult to find the third-party SDK referenced by the ios application, a developer can modify and rename the SDK package name, the corresponding relation between the package name and the third-party SDK is not stable enough, and the referencing behavior of the corresponding SDK cannot be found after the package name of the SDK is modified.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a method, a device, equipment and a computer readable storage medium for discovering a third-party SDK (software development kit), aiming at solving the technical problems that the existing method for discovering the third-party SDK behavior is difficult to implement on an ios platform and the existing method for discovering the stability of the third-party SDK mode is insufficient.
In order to achieve the above object, the present invention provides a method for discovering a third party SDK, which is applied to a user terminal, and comprises the following steps:
capturing a network request of an application in operation in real time;
determining network data according to the network request, wherein the network data comprise a destination address and a source address, and storing the destination address and the source address into a preset address list;
and when an SDK query request is received, determining third-party SDK data corresponding to the application according to the address list and a preset associated database.
Further, the step of determining network data according to the network request comprises:
and determining a network data packet corresponding to the network request, and analyzing the network data packet to obtain a destination address and a source address in the network data packet.
Further, the step of determining the third-party SDK data corresponding to the application according to the user address, the address list, and a preset association database further includes:
determining each target network data in the address list;
and determining the third-party SDK data according to the target network data and a preset associated database.
Further, the step of determining the third-party SDK data according to the target network data and a preset association database includes:
determining each associated destination address in an associated database and third-party SDK data corresponding to the associated destination address;
determining a target associated address matched with the associated destination address in an associated database according to the target destination address in the target network data;
and determining third-party SDK data corresponding to the target associated address in the associated database according to the target associated address.
Further, the step of capturing in real time a network request of the running application comprises:
and acquiring application data corresponding to the application, and storing the application data and the user address of the user terminal in a database in an associated manner.
Further, the step of determining the third-party SDK data corresponding to the application according to the address list and a preset association database includes:
and determining a third-party SDK data table according to the database, the source address and the third-party SDK data.
Further, the step of determining a third party SDK data table according to the database and the target SDK data comprises:
determining a target user address matched with the source address and the user address in the database, and determining target application data associated with the target user address;
and generating an SDK data table according to the target SDK data and the target application data.
In addition, to achieve the above object, the present invention also provides a third party SDK discovery apparatus, including:
the acquisition module is used for acquiring a network request of the running application in real time;
the storage module is used for determining network data according to the network request, wherein the network data comprise a destination address and a source address, and storing the destination address and the source address into a preset address list;
and the query module is used for determining the third-party SDK data corresponding to the application according to the address list and a preset associated database when receiving a request for querying the SDK.
In addition, to achieve the above object, the present invention further provides a discovery third party SDK device, where the discovery third party SDK device includes: the device comprises a memory, a processor and a third party discovering SDK program which is stored on the memory and can run on the processor, wherein the third party discovering SDK program realizes the steps of the third party discovering SDK method when being executed by the processor.
In addition, to achieve the above object, the present invention further provides a computer readable storage medium, where a third party SDK discovery program is stored, and when executed by a processor, the third party SDK discovery program implements the foregoing steps of the third party SDK discovery method.
The method comprises the steps of capturing a network request of an application running in real time, determining network data according to the network request, wherein the network data comprise a destination address and a source address, storing the destination address and the source address into a preset address list, and determining third-party SDK data corresponding to the application according to the address list and a preset associated database when an SDK query request is received. The invention can determine the network data according to the network request, then obtains the network data from the address list according to the received request for inquiring the SDK, and obtains the third-party SDK data corresponding to the application through the preset relational database so as to find the behavior of the application for referring to the third-party SDK.
Drawings
Fig. 1 is a schematic structural diagram of a third-party SDK device discovered in a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a method for discovering a third-party SDK according to the present invention;
fig. 3 is a schematic diagram of functional modules of an embodiment of a third-party SDK discovery apparatus according to the invention.
The implementation, functional features and advantages of the present invention will be further described with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, fig. 1 is a schematic structural diagram of discovering a third-party SDK device in a hardware operating environment according to an embodiment of the present invention.
The embodiment of the present invention finds that the third-party SDK device may be a PC, or may be a mobile terminal device having a display function, such as a smart phone, a tablet computer, an electronic book reader, an MP3 (Moving Picture Experts Group Audio Layer III, motion video Experts compression standard Audio Layer 3) player, an MP4 (Moving Picture Experts Group Audio Layer IV, motion video Experts compression standard Audio Layer 4) player, a portable computer, and the like.
As shown in fig. 1, the discovering of the third party SDK device may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001 described previously.
Optionally, the third-party SDK device may also be found to include a camera, RF (Radio Frequency) circuitry, sensors, audio circuitry, wiFi modules, and the like. Such as light sensors, motion sensors, and other sensors. In particular, the light sensor may include an ambient light sensor that adjusts the brightness of the display screen based on the ambient light level and a proximity sensor that turns off the display screen and/or backlight when the third party SDK device is found to be moved to the ear. As one of the motion sensors, the gravity acceleration sensor can detect the magnitude of acceleration in each direction (generally three axes), can detect the magnitude and direction of gravity when the device is stationary, and can be used for identifying applications (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration) for finding the gesture of the third-party SDK device, and related functions (such as pedometer and tapping) for vibration identification; of course, it is found that the third-party SDK device may also be configured with other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which are not described herein again.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a type of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a discovery third party SDK program.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be used to invoke the discovery third party SDK program stored in the memory 1005.
In this embodiment, discovering the third party SDK device includes: the system comprises a memory 1005, a processor 1001 and a third party discovery SDK program stored on the memory 1005 and operable on the processor 1001, wherein when the processor 1001 calls the third party discovery SDK program stored in the memory 1005, the method for discovering a third party SDK in the following embodiments is performed.
The invention also provides a method for discovering the third-party SDK, which is applied to the user terminal, and referring to fig. 2, fig. 2 is a flow schematic diagram of the first embodiment of the method of the invention.
In this embodiment, the method for discovering the third-party SDK includes the following steps:
step S101, capturing a network request of an application in operation in real time;
in this embodiment, network packet capturing environment configuration is performed on each user terminal, and then a network request of an application running in the user terminal is captured in real time, where the application is an application that a user actively selects to run in the user terminal, and the network request of the application is captured in real time to obtain the network request of the application running.
Step S102, determining network data according to the network request, wherein the network data comprise a destination address and a source address, and storing the destination address and the source address into a preset address list;
in this embodiment, according to each captured network request, a network request data packet corresponding to the network request is analyzed to obtain network data in the network request data packet, where the network data includes a destination address and a source address. And then, storing the obtained destination address and the source address in a preset address list in an associated manner, wherein the address list is a list composed of each network data.
Further, in an embodiment, step S102 includes:
step a, determining a network data packet corresponding to the network request, and analyzing the network data packet to obtain a destination address and a source address in the network data packet.
In this embodiment, according to each captured network request, a network request data packet corresponding to the network request is analyzed to obtain network data in the network request data packet, where the network data includes a destination address and a source address, and the destination address refers to an address corresponding to the network request. The source address refers to a network request corresponding to the source address, and a user address of a user terminal sending the network request.
Step S103, when receiving the request for querying the SDK, determining the third-party SDK data corresponding to the application according to the address list and a preset associated database.
In this embodiment, the target network data refers to network data stored in an address list, and when an inquiry SDK request is received, each target network data is determined in the address list, where the target network data includes a target source address and a target destination address, whether third-party SDK data corresponding to the target destination address exists is inquired in a preset association database, and if third-party SDK data corresponding to the target destination address exists, the third-party SDK data corresponding to the application is determined.
It should be noted that the association database is data acquired in advance by a human, and associates the destination address with the third-party SDK data according to the data.
Further, in an embodiment, the step S103 includes:
b, determining each target network data in the address list;
and c, determining the third-party SDK data according to the target network data and a preset associated database.
In this embodiment, first, all network data in the address list is determined, and the network data is used as target network data, and then, according to a target destination address in the target network data, it is determined in the association database whether a destination address matching the target destination address exists, and if it is determined in the association database that an associated destination address matching the target destination address exists, the associated destination address is obtained, and meanwhile, third-party SDK data corresponding to the associated destination address is found in the database according to the associated destination address, it should be noted that the third-party SDK data may include a version number and a name of the third-party SDK.
Further, in one embodiment, step c includes:
step c1, determining each associated destination address in an associated database and third-party SDK data corresponding to the associated destination address;
step c2, according to a target destination address in the target network data, determining a target associated address matched with the associated destination address in an associated database;
and c3, determining third-party SDK data corresponding to the target associated address in the associated database according to the target associated address.
In this embodiment, each associated destination address in the associated database is first determined, where the associated destination address may be used to query, in the database, third-party SDK data corresponding to the associated destination address, so as to determine the third-party SDK data corresponding to the associated destination address. And then, according to a target destination address in the target network data, inquiring whether a target associated address matched with the target destination address exists in a database, and if the target associated address exists, determining third-party SDK data corresponding to the target associated address in the database according to the target associated address so as to complete discovery of a behavior of using and referencing the third-party SDK.
The method for discovering the third-party SDK according to this embodiment captures a network request of an application running in real time, then determines network data according to the network request, where the network data includes a destination address and a source address, stores the destination address and the source address in a preset address list, then determines, when receiving an inquiry SDK request, third-party SDK data corresponding to the application according to the address list and a preset associated database, and can determine the network data according to the network request, and then obtains, based on the received inquiry SDK request, the network data from the address list, and obtains the third-party SDK data corresponding to the application through a preset relational database, so as to discover a behavior of the application referencing the third-party SDK.
Based on the first embodiment, a second embodiment of the method for discovering a third-party SDK according to the present invention is provided, and in this embodiment, step S101 includes:
step S201, acquiring application data corresponding to an application, and storing the application data and the user address of the user terminal in a database in an associated manner.
In this embodiment, the application data may be an application name and an application version number through the obtained application data corresponding to the application uploaded by the user, and the application data and the user address of the user terminal are stored in the database in an associated manner, specifically, for example, the application data is the name a of the map-class app, the user address corresponding to the user terminal is 124.95.40.31, the name a associated with the user address is associated with the 124.95.40.31, that is, the name a associated with the user address can be found by querying the user address 124.95.40.31, then the associated data associated with the name a is stored 124.95.40.31, and the associated data is stored in the database for subsequent use.
According to the method for discovering the third-party SDK, the application data corresponding to the application are acquired, the application data and the user address of the user terminal are stored in the database in an associated mode, the application data of the application can be uploaded in advance, the application data and the user address of the user terminal are stored in the database in an associated mode, when an SDK query request is received, after the third-party SDK data corresponding to the application are determined according to the address list and the preset associated database, the application data corresponding to the third-party SDK data can be determined through the acquisition of the application data and the user address stored in the database, the user can check conveniently, and the use experience of the user is improved.
Based on the second embodiment, a third embodiment of the method for discovering a third-party SDK according to the present invention is provided, and in this embodiment, after step S103, the method includes:
step 301, determining a third-party SDK data table according to the database, the source address, and the third-party SDK data.
In this embodiment, a third-party SDK data table is determined according to application data corresponding to a user address and a user address, a source address of a network data packet, and third-party SDK data, which are pre-stored in a database, where the third-party SKD data table is a table including the third-party SDK data, and is intended to provide a visual table for a user to view.
Further, in an embodiment, step 301 includes:
d, determining a target user address matched with the source address and the user address in the database, and determining target application data associated with the target user address;
and e, generating an SDK data table according to the target SDK data and the target application data.
In this embodiment, first, whether a target user address matching a source address with a user address exists in a database or not is determined, if the target user address matching the source address with the user address exists in the database, target application data associated with the target user address is queried in the database to obtain target application data, and then an SDK data table is generated according to the target SDK data and the target application data, where the SDK data table includes the target application data and each target SDK data.
According to the method for discovering the third-party SDK, the third-party SDK data table is determined according to the database, the source address and the third-party SDK data, the target user address matched with the source address and the user address can be determined in the database, the target application data associated with the target user address is determined, and the SDK data table is generated according to the target SDK data and the target application data, so that the SDK data table is provided for the user to check, convenience is brought to the user, and the use experience of the user is improved.
The present invention also provides a third-party SDK discovery apparatus, and referring to fig. 3, the third-party SDK discovery apparatus includes:
a capturing module 10, configured to capture a network request of a running application in real time;
a storage module 20, configured to determine network data according to the network request, where the network data includes a destination address and a source address, and store the destination address and the source address in a preset address list;
and the query module 30 is configured to, when receiving a request for querying the SDK, determine third-party SDK data corresponding to the application according to the address list and a preset association database.
Further, the storage module 20 is configured to:
and determining a network data packet corresponding to the network request, and analyzing the network data packet to obtain a destination address and a source address in the network data packet.
Further, the query module 30 is configured to:
determining each target network data in the address list;
and determining the third-party SDK data according to the target network data and a preset associated database.
Further, a query module 30 is configured to:
determining each associated destination address in an associated database and third-party SDK data corresponding to the associated destination address;
determining a target associated address matched with the associated destination address in an associated database according to the target destination address in the target network data;
and determining third-party SDK data corresponding to the target associated address in the associated database according to the target associated address.
Further, the discovery third party SDK device is further configured to:
and acquiring application data corresponding to the application, and storing the application data and the user address of the user terminal in a database in an associated manner.
Further, the discovery third party SDK device is further configured to:
and determining a third-party SDK data table according to the database, the source address and the third-party SDK data.
Further, the discovery third party SDK device is further configured to:
determining a target user address matched with the source address and the user address in the database, and determining target application data associated with the target user address;
and generating an SDK data table according to the target SDK data and the target application data.
The method executed by each program unit can refer to each embodiment of the third-party SDK discovery method of the present invention, and is not described herein again.
In addition, an embodiment of the present invention further provides a discovery third party SDK device, where the discovery third party SDK device includes: the system comprises a memory, a processor and a discovery third party SDK program stored on the memory and operable on the processor, wherein when executed by the processor, the discovery third party SDK program implements the steps of the discovery third party SDK method as described above.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a third-party discovery SDK program is stored on the computer-readable storage medium, and when executed by a processor, the third-party discovery SDK program implements the steps of the third-party discovery SDK method described above.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention or the portions contributing to the prior art may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) as described above and includes several instructions for enabling a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for discovering a third-party SDK is applied to a user terminal, and comprises the following steps:
capturing a network request of an application in operation in real time;
determining network data according to the network request, wherein the network data comprise a destination address and a source address, and storing the destination address and the source address into a preset address list;
and when an SDK query request is received, determining third-party SDK data corresponding to the application according to the address list and a preset associated database.
2. The method of discovering third party SDKs of claim 1, wherein the step of determining network data based on the network request comprises:
and determining a network data packet corresponding to the network request, and analyzing the network data packet to obtain a destination address and a source address in the network data packet.
3. The method of claim 1, wherein the step of determining the third-party SDK data corresponding to the application based on the address list and a preset association database further comprises:
determining each target network data in the address list;
and determining the third-party SDK data according to the target network data and a preset associated database.
4. The method of discovering third party SDK according to claim 3, wherein the step of determining the third party SDK data based on target network data and a predetermined association database includes:
determining each associated destination address in an associated database and third-party SDK data corresponding to the associated destination address;
determining a target associated address matched with the associated destination address in an associated database according to the target destination address in the target network data;
and determining third-party SDK data corresponding to the target associated address in the associated database according to the target associated address.
5. A method of discovering third party SDK according to claim 1 wherein the step of capturing in real time network requests for running applications is preceded by:
and acquiring application data corresponding to the application, and storing the application data and the user address of the user terminal in a database in an associated manner.
6. The method of claim 5, wherein the step of determining the third-party SDK data corresponding to the application based on the address list and a predetermined association database comprises, after the step of determining the third-party SDK data corresponding to the application:
and determining a third-party SDK data table according to the database, the source address and the third-party SDK data.
7. The method of discovering third party SDK according to claim 6, wherein the step of determining a third party SDK data table based on the database and the target SDK data is followed by:
determining a target user address matched with the source address and the user address in the database, and determining target application data associated with the target user address;
and generating an SDK data table according to the target SDK data and the target application data.
8. A discovery third party SDK device, the discovery third party SDK device comprising:
the acquisition module is used for acquiring a network request of the running application in real time;
the storage module is used for determining network data according to the network request, wherein the network data comprise a destination address and a source address, and storing the destination address and the source address into a preset address list;
and the query module is used for determining the third-party SDK data corresponding to the application according to the address list and a preset associated database when receiving a request for querying the SDK.
9. A discovery third party SDK device, the discovery third party SDK device comprising: memory, a processor, and a discovery third party SDK program stored on the memory and executable on the processor, the discovery third party SDK program when executed by the processor implementing the steps of the discovery third party SDK method of any of claims 1-7.
10. A computer readable storage medium having stored thereon a discovery third party SDK program, which when executed by a processor, performs the steps of the method of discovering third party SDKs according to any of claims 1 to 7.
CN202211115118.XA 2022-09-13 2022-09-13 Method, device and equipment for discovering third-party SDK and computer readable storage medium Pending CN115460274A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211115118.XA CN115460274A (en) 2022-09-13 2022-09-13 Method, device and equipment for discovering third-party SDK and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211115118.XA CN115460274A (en) 2022-09-13 2022-09-13 Method, device and equipment for discovering third-party SDK and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN115460274A true CN115460274A (en) 2022-12-09

Family

ID=84303125

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211115118.XA Pending CN115460274A (en) 2022-09-13 2022-09-13 Method, device and equipment for discovering third-party SDK and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN115460274A (en)

Similar Documents

Publication Publication Date Title
CN107515764B (en) Application page opening method, terminal and computer readable storage medium
CN111107667A (en) Bluetooth headset pairing method and device and readable storage medium
CN107679072B (en) User behavior information acquisition method, terminal and storage medium
CN107766747B (en) Method for verifying integrity of application program installation package, mobile terminal and server
CN109947771B (en) File type conversion method, apparatus, device and computer readable storage medium
CN107896249B (en) Cross-network area data access method, device, equipment and storage medium
CN111935802A (en) Equipment network distribution method and device and computer readable storage medium
CN111818499B (en) Quick pairing method, device, equipment and computer readable storage medium
CN111867000A (en) Equipment network distribution method and device and computer readable storage medium
CN108199935B (en) Distribution network code display method, terminal, server and computer readable storage medium
CN108829481B (en) Presentation method of remote controller interface based on control electronic equipment
CN108401173B (en) Mobile live broadcast interactive terminal, method and computer readable storage medium
CN107918509B (en) Software shortcut prompt setting method and device and readable storage medium
US20160026719A1 (en) Methods and devices for sharing resources
CN107465646B (en) A kind of application method for down loading, system and relevant device
CN107707602B (en) Data communication processing terminal, method and computer readable storage medium
CN113821417A (en) Lamp effect adaptation display processing method, intelligent terminal and storage medium
CN112364249A (en) Terminal information display control method, device, terminal and storage medium
CN111867003A (en) Equipment network distribution method, device, equipment and computer readable storage medium
CN107734049B (en) Network resource downloading method and device and mobile terminal
CN115460274A (en) Method, device and equipment for discovering third-party SDK and computer readable storage medium
CN109032651B (en) Application updating method, intelligent terminal and computer readable storage medium
CN106610971B (en) ZIP compressed file identification determination method and device
CN111339196B (en) Data processing method and system based on block chain and computer readable storage medium
CN113784448A (en) Networking communication method, 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