BELinkHelper
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
Source Code
Discussion
No comments so far. Feel free to edit this part of the page.