UMENGSDK is really powerful, with strong back-end support, so that single-handedly mobile app developers can communicate with users more, interacting (I mainly integrate Android platforms).
The following four features are integrated.
1. Message push.
The Android platform message push is: Taskbar pop-up window. Common News-type software push timely news and so on.
2. Share the component.
Share content with different social platforms (Weibo, everyone, space, etc.).
3. User feedback.
User feedback, send a message to the developer. Developers directly from the Umeng back to the user's problem, convenient to the explosion.
4. Automatic Updates.
When the app starts, it is automatically compared to the version on the Umeng, and if there is a new version, the popup prompts the user to update.
When your application integrates the above four modules, the instant application of tall still ~
Specific integration: The previous blog has written, but not detailed. Because the Umeng Developer guide Ash is often detailed.
After I've integrated it a few times, the simple module integration is pro.
Probably integration points (of course some areas need to be modified according to their own projects):
1.jar Package Add
2.Manifest file permissions to add, Activity,service and so on registration.
3. Add the files in res, including anim,layout,drawable,values and so on.
4. Add Android Java code, in the OnCreate () function, start the related service ( message push service start, Check for updates, user feedback).
As follows:
This must be like one, suitable for civilian developers.