Generate an Atom RSS feed from Apple App Store app reviews.
It uses Apple's App Store Connect API to generate the feed. (It does not work with apps you don't control; this is Apple's restriction.)
- Download Composer if you don't have it already.
- Run
composer install
to install the JWT library. - Follow Apple's guide to creating API Keys to create an API key. When you're done, you should have three pieces of information.
- Issuer ID, like
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
- API Key, like
XXXXXXXXXX
- Private Key, starting with
----- BEGIN PRIVATE KEY-----
- Edit
index.php
and set the$issuerId
,$apiKey
, and$privateKey
to your data. - View index.php in your RSS reader, with an URL parameter specifying the app ID you want to follow, e.g.:
index.php?app_id=1363309257