We've also had issues with what seem to be targetted 1 star ratings with no reviews. Every new version that comes out we instantly get a bunch of these, and I have suspicions about who they come from. Almost all written reviews are 4 or 5 stars.
How to get 4 to 5 stars on the App Store
21–30 of 38 posts
Re: How to get 4 to 5 stars on the App Store
#22Not sure why you need a 3rd party library to do this though, it's pretty straight forward.
Re: How to get 4 to 5 stars on the App Store
#23For CribQ (housing maps from Craigslist) we prompt for ratings. It sucks to bug users but it also sucks to build a great product and not have people find it. To the people complaining about the experience, think of the experience of the developer to balance that feeling out. We've also had issues with what seem to be targetted 1 star ratings with no reviews. Every new version that comes out we instantly get a bunch o…
Re: How to get 4 to 5 stars on the App Store
#24 The app has been up for at least 5 minutes
&&
It was first run at least 7 days ago
&&
It (executed primary function) no more than 12 hours ago
&&
It (executed primary function) at least 3 times
&&
There was some user activity in last 60 seconds
The app is of a service nature, it runs in a background, so some conditions are unique to that, but the general idea is the same - talk to users that are engaged and happy rather than to all of them. Seems to be working really well so far.Re: How to get 4 to 5 stars on the App Store
#25Earlier quoted context omitted.
If the app is useful to you and it is free and not inundating you with ads, a positive review is the least you could do in return. It seems reasonable.
Unfortunately, it doesn't change the fact that users hate it.
Re: How to get 4 to 5 stars on the App Store
#26I am using similar idea in one of my Windows apps -- it has a one-time notification that prompts the user to join a mailing list or subscribe to the Twitter feed [1]. After much experimenting I have converged to the following criteria: The app has been up for at least 5 minutes && It was first run at least 7 days ago && It (executed primary function) no more than 12 hours ago && It (executed primary function) at leas…
"every time the user launches your app, Appirater will see if they’ve used the app for 30 days and launched it at least 15 times. If they have, they’ll be asked to rate the app, and then be taken to your app’s review page in the App Store. If you release a new version of your app, Appirater will again wait until the new version has been used 15 times for 30 days and then prompt the user again for another review. Optionally, you can adjust the days to wait and the launch number by changing DAYS_UNTIL_PROMPT and LAUNCHES_UNTIL_PROMPT in Appirater.h."
Tweaking those two settings lets you target any selection of engaged users (eg. 15 launches in 30 days will reach primarily very engaged users).
Re: How to get 4 to 5 stars on the App Store
#27The best way to get feedback from users would be for Apple to provide, as part of the iOS API, a widget that lets you do the rating right there in the app itself. When prompted 'Would you like to rate this app?', if you choose 'Yes', show a ratings widget and comment box right there in the dialog without booting you to the App Store.
Edit for the downvoters: this is me speculating on how the ratings work in practice. Whether the system is fair or serves your own interests are both seperate issues.
Re: How to get 4 to 5 stars on the App Store
#28The best way to get feedback from users would be for Apple to provide, as part of the iOS API, a widget that lets you do the rating right there in the app itself. When prompted 'Would you like to rate this app?', if you choose 'Yes', show a ratings widget and comment box right there in the dialog without booting you to the App Store.
Re: How to get 4 to 5 stars on the App Store
#29The best way to get feedback from users would be for Apple to provide, as part of the iOS API, a widget that lets you do the rating right there in the app itself. When prompted 'Would you like to rate this app?', if you choose 'Yes', show a ratings widget and comment box right there in the dialog without booting you to the App Store.
The ratings are probably more meaningful for requiring that users go out of their way to rate. Make it too routine and the courtesy fours drown out the users with strong opinions. Edit for the downvoters: this is me speculating on how the ratings work in practice. Whether the system is fair or serves your own interests are both seperate issues.