AppStoreReviews is a Swift Package to download user reviews from the iTunes Store and the Mac App Store.
It supports:
All countries
All apps on the iTunes Store
All apps on the Mac App Store
This module uses the public feed to customer reviews: https://itunes.apple.com/rss/customerreviews/page=1/id=1510826067/sortby=mostrecent/json?l=en&cc=gb
app-store-reviews includes several subcommands and options:
OVERVIEW: Fetch user reviews from the Apple App Stores.
USAGE: app-store-reviews [--version] <subcommand>
OPTIONS:
-v, --version Print the version and exit.
-h, --help Show help information.
SUBCOMMANDS:
reviews Fetch all the reviews from the App Store Reviews feed for the provided app ID and territory.
page Fetch the App Store Reviews feed page for the provided app ID, territory and page number.
territories Print the list of territories reviews can be fetched for.
See 'app-store-reviews help <subcommand>' for detailed help.
territories
OVERVIEW: Print the list of territories reviews can be fetched for.
USAGE: app-store-reviews territories
OPTIONS:
-h, --help Show help information.
Examples:
$ app-store-reviews territories
reviews
OVERVIEW: Fetch all the reviews from the App Store Reviews feed for the provided app ID and territory.
USAGE: app-store-reviews reviews <app-id> <territory> <file-output>
ARGUMENTS:
<app-id> The ID of the app.
<territory> App Store country or region.
<file-output> The reviews file output.
OPTIONS:
-h, --help Show help information.
OVERVIEW: Fetch the App Store Reviews feed page for the provided app ID, territory and page number.
USAGE: app-store-reviews page <app-id> <territory> <page> <file-output>
ARGUMENTS:
<app-id> The ID of the app.
<territory> App Store country or region.
<page> The page number.
<file-output> The reviews file output.
OPTIONS:
-h, --help Show help information.
About AppStoreReviews
AppStoreReviews is a Swift Package to download user reviews from the iTunes Store and the Mac App Store.
It supports:
This module uses the public feed to customer reviews:
https://itunes.apple.com/rss/customerreviews/page=1/id=1510826067/sortby=mostrecent/json?l=en&cc=gb
Installation
Swift Package Manager
Adding AppStoreReviews as a dependency is as easy as adding it to the
dependencies
value of yourPackage.swift
.Mint
Usage
As a command line tool when installed with Mint
app-store-reviews
includes several subcommands and options:territories
Examples:
reviews
Examples:
page
Examples:
As a library
Add the following to your Package.swift file’s dependencies:
And then import wherever needed: