~~NOTOC~~ ====== BELinkHelper ====== ---- dataentry extension ---- type : extension author_mail : briancensor@gmail.com Brian Ensor description : A helper class for App Store Links lastupdate_dt : 2011-05-08 compatible : All depends : tags : App Store, Link, Helper, Ratings, URL homepage_url : https://gist.github.com/961954 download_url : https://gist.github.com/gists/961954/download ---- \\ [[/users/brian/start|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 ===== %gist(961954)% ===== Discussion ===== //No comments so far. Feel free to edit this part of the page.//