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
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
Abstract
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...