logoalt Hacker News

ceejayoztoday at 3:41 PM1 replyview on HN

> Imagine if a professional writer for the tech news media submitted this app review to their editor for publication. The writer would likely be fired for incompetence.

It's not an article, it's a review. Everyone knows it's some random fuckwit.

> Below is a one-star review that I discovered today—App Store developers must check manually for reviews because Apple fails to send us email notifications...

There's an API. https://developer.apple.com/documentation/appstoreconnectapi...

IIRC there's a webhook too.

> The reviews are irrationally nitpicky, choosing one quibble and making the entire review about that.

I've got bad news on those "professional writers" from the first bit.

> Some App Store users even abuse the review system for technical support purposes...

This probably means you've made your support system too hard to find/use.

> Indeed, if ratings requests were initiated by Apple, then Apple could go as far as to ban developer-initiated ratings requests in the App Store.

They did! It's a one-shot dialog now.

App devs responded by adding a "Are you liking the app?" nag screen of their own, which I say "yes" to, then decline the real one.

Developers made this bed for themselves.


Replies

FabHKtoday at 3:56 PM

> > Indeed, if ratings requests were initiated by Apple, then Apple could go as far as to ban developer-initiated ratings requests in the App Store.

> They did! It's a one-shot dialog now.

No. Apple provides an API, but Apple doesn't ask for reviews. The app has to initiate the process to ask for a review (through Apple's API). That is what the developer highlights: If Apple were to solicit reviews from customers, then said API could be retired and apps could reasonably be banned entirely from soliciting reviews. As it stands, they're caught in a tragedy of the commons, with unscrupulous developers winning (e.g. with fake reviews, or the annoying "are you satisfied" pop-up before displaying the Apple API).

show 2 replies