BELinkHelper

type:
extension
author:
Brian Ensor
description:
A helper class for App Store Links
lastupdate:
2011-05-08
compatible:
All
tag:
App Store, Link, Helper, Ratings, URL
homepage:
https://gist.github.com/961954
download:
https://gist.github.com/gists/961954/download


My Wiki Page

Usage

1. Add the files to your project. 2. In BELinkHelper.h, change APP_ID and DEVELOPER_NAME. 3. Where you need to use, #import “BELinkHelper.h”

// Show a list of all your apps
[BELinkHelper showAllApps];
 
// Show the reviews page for your app
[BELinkHelper showAppReviews];
 
// Show a specific app's listing, replace the ID
[BELinkHelper showAppWithID:@"349733798"];

Changelog

  • 2011/05/08 08:45: First public version

Source Code

Discussion

No comments so far. Feel free to edit this part of the page.

  extensions/belinkhelper.txt · Last modified: 2015/09/14 11:15 by 127.0.0.1
 
Powered by DokuWiki