AppStoreOpener
Simple function that open iOS app store page with AppID.
Installation
pod 'AppStoreOpener'Usage
Take Facebook as an example.
AppID is 284882215 ( https://itunes.apple.com/jp/app/facebook/id284882215?mt=8 )
[AppStoreOpener openAppID:@"284882215"];We can open app store page of facebook.app!
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT