Skip to content

Fetches information from the App Store app web page. (e.g. ReleaseHistory)

License

Notifications You must be signed in to change notification settings

marcmatta/AppStoreInformation

Repository files navigation

AppStoreInformation

CI Status Version License Platform

Features

  • Release History

Requirements

  • iOS 8.0+

Installation

CocoaPods

You can use CocoaPods to install AppStoreInformation by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!
pod 'AppStoreInformation'

Usage example

import AppStoreInformation
AppStoreInformation.shared(appId: appId).get {[weak self] (result) in
// Save result (AppInformation object) and use it
}

Contribute

To contribute to AppStoreInformation, check the LICENSE file for more info.

Meta

Distributed under the MIT license. See LICENSE for more information.

About

Fetches information from the App Store app web page. (e.g. ReleaseHistory)

Resources

License

Stars

Watchers

Forks

Packages

No packages published