How to increase the App rating? Add the comments code to the application.

Source: Internet
Author: User

As we all know, comments and ratings are important factors that determine the App ranking in the App Store. However, most users do not comment after downloading and installing the APP, therefore, it is necessary to add a prompt to the user for comment.

I discussed it with my colleagues and read several other applications that have added this function. These applications are prompted to comment when opening the application. We think this is not good, the user has not used the application yet, and it is unclear how the application works. How can I comment on it? Therefore, we agree that the user will be prompted to comment when exiting the application, or simply add a comment button to allow the user to choose when to comment.

After using the software, many users forget or are too troublesome to go To the App Store for scoring. Therefore, developers can add the scoring button to the App and click it to go to the AppStore scoring page.

The URL of the comment on the App Store is itms-apps: // ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews? Type = Purple + Software & id = appID

So you can use this code:

 
 
  1. NSString * str = [NSString stringWithFormat:
  2. @ "Itms-apps: // ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews? Type = Purple + Software & id = % d ",
  3. M_appleID];
  4. [[UIApplication sharedApplication] openURL: [NSURL URLWithString: str];

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.