Method for pushing message to mobile application software by using short message

A technology for pushing messages and mobile applications, applied in the information field, can solve problems such as low arrival rate, unfriendly users, excessive battery consumption, etc., and achieve the effect of improving the arrival rate and reducing the cost of APP push

CN112235735AInactive Publication Date: 2021-01-15TIANYI ELECTRONICS COMMERCE
6 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Current Assignee / Owner
Publication Date
2021-01-15
Estimated Expiration
Not applicable · inactive patent

Smart Images

  • Figure 1
    Figure 1
Patent Text Reader

Abstract

The invention discloses a method for pushing a message to mobile application software by using a short message, which comprises the following steps of: constructing short message content, the short message including a URL Scheme and parameter data of an APP; calling a short message service provided by a short message service provider, and pushing a short message to the mobile phone number of the user; enabling the short message application of the user mobile phone to detect the short message after receiving the short message; when it is detected that the short message is an APP notification message, enabling the short message application to jump to a URL Scheme in the content of the short message; at the moment, evoking the APP and jumping to a voice broadcast page, wherein at the moment,the broadcast page receives parameters in the short message content; and enabling the APP to verify the received parameters, and broadcasting prompt voice after verification is correct. According to the method, the short message with special content is compiled and comprises the URL Scheme of the APP, and after the short message application receives the short message, the short message applicationdirectly skips to the URL Scheme carried in the short message instead of displaying the content of the short message to a user; The method has the advantages that the APP pushing cost is reduced, andthe APP pushing arrival rate is increased.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the field of information technology, in particular to a method for pushing messages to mobile application software by using short messages. Background technique

[0002] APP message push is a common means of Internet operations. It pushes messages to the user's mobile phone APP through the service server, so that information can be delivered to the user at any time. For example, in a restaurant, after the customer completes the payment, the owner's mobile phone will broadcast the payment result and amount. The owner can know the payment status without operating the mobile phone when he is busy at work. In the current technology, the user needs to build an additional server and maintain a long connection with each user's mobile APP to complete the push work. Moreover, the mobile phone system sometimes cleans up the APP process. When the APP process is switched to the background, the APP process may be cleaned up, resulting in t...

Examples

Embodiment 1

[0018] Such as figure 1 As shown, the present invention provides a method of using short messages to push messages to mobile application software, comprising the following steps:

[0019] S1. Construct the content of the short message, which contains the URLScheme of the APP, and the URLScheme can contain parameter data;

[0020] S2. Call the short message service provided by the short message service provider, and push the short message to the mobile phone number of the user;

[0021] S3. After receiving the short message, the short message application of the user's mobile phone uses the regular expression "^\w+\:\ / \ / \w[^]+$" to match successfully, indicating that the short message is an APP notification message;

[0022] S4. The SMS application jumps to the URLScheme in the SMS;

[0023] S5. The APP is awakened, jumps to the voice broadcast page, and receives the parameters in the URLScheme at the same time;

[0024] S6. The APP performs verification, and after the verifi...