AppStoreInformation
特性
- 发布历史
要求
- iOS 8.0+
安装
CocoaPods
您可以通过将AppStoreInformation
添加到您的Podfile
中,使用CocoaPods来安装它
platform :ios, '8.0'
use_frameworks!
pod 'AppStoreInformation'
使用示例
import AppStoreInformation
AppStoreInformation.shared(appId: appId).get {[weak self] (result) in
// Save result (AppInformation object) and use it
}
贡献
要为AppStoreInformation做出贡献,请查看LICENSE
文件以获取更多信息。
元数据
MIT许可证下发布。查看LICENSE
获取更多信息。