Essential Features of mobile phone software-auto update and friend recommendation
Javami Studio
Chen yuefeng
From:Http://blog.csdn.net/mailbomb
With the development of time and the progress of the times, mobile phone software has become quite mature. With the rich mobile phone software, especially mobile phone application software, it greatly facilitates people's lives, in the development of mobile phone software, I don't know if you have added two detailed auxiliary functions to your software?
These two functions are:1, Automatic update,2And friend recommendations. Automatic Updates can easily retain old users, while the friend recommendation function can easily promote and spread the software. Now, it is almost an indispensable feature in the software. This article describes how to implement these two auxiliary functions.
1, Automatic update
If you need to implement the automatic update function in the software, you must meet the following requirements:
A)
One website
B)
Software provides network functions
In implementation, mobile clients connect to the Internet(HTTPOrSocket)To pass the client type, version number, or even version type to the server. The server determines whether the client is up to date based on the information. If the client is up to date, the client prompts that no update is required. If an update is required, the updated address is fed back to the client. The client software prompts the user to update the address.
Note: For some individual developers, they may not have their own websites. This does not matter. Many vendors, such as mobile phone advertisers, and other servers that provide updated functions, can be directly used.
2, Friend recommendation function implementation
The friend recommendation function is one of the most effective promotion methods if you think this software is useful, you can directly tell your friends via SMS or other forms of the software.
This function is implemented by creating a special menu item on the mobile phone. Generally, it is in the main menu. You can use the "friend recommendation" menu item to enter the special friend recommendation interface, you can enter a friend's phone number. It is best to call the local address book and a pre-written text message, for example:XxThe software is very useful. I am using it. You can also use it. Yes:Xxxx.
After you select a phone number, you can call the text message function of your mobile phone to send a text message to your friends. By extracting a URL from the text message, you can easily download your software.
Note: This must be a selection page. You can select the corresponding version based on your phone model. The phone model of your friend may not be the same as your current model.
Although these two features will not add much color to your software, they have become a standard feature in mobile phone software. If your software does not have these features, join them now!